aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cy/cy_isa.c
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Revert r317446 and bring back cy(4).John Baldwin2017-04-271-0/+150
* Remove the cy(4) driver for Cyclades serial adapters.John Baldwin2017-04-261-150/+0
* Replace several bus_alloc_resource() calls using default arguments with bus_a...Justin Hibbits2016-02-191-5/+5
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-2/+2
* Fixed a panic in the probe. The memory resource was accessed afterBruce Evans2007-01-131-2/+3
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Reduce differences with cy_pci.c: add a description of this file, andBruce Evans2004-05-011-3/+7
* Adjust pathnames for the move from i386/isa to dev/cy.Bruce Evans2004-05-011-3/+5
* Remove bits not related to isa configuration. This file was repo-copiedBruce Evans2004-05-011-2863/+0
* Converted the isa probe and attach to new-bus so that this driver worksBruce Evans2004-04-051-45/+81
* Moved initialization of the lock from the (isa) probe function to theBruce Evans2004-04-051-6/+6
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-1/+2
* Device megapatch 3/6:Poul-Henning Kamp2004-02-211-3/+0
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* Fixed breakage of the pci case of the cy driver by the new interruptBruce Evans2003-12-021-31/+32
* Restored the call to schedsofttty() (now spelled swi_sched(...)) again.Bruce Evans2003-11-161-14/+19
* Localized the cy driver's locking.Bruce Evans2003-11-161-23/+20
* MFsio (sio.c 1.413: cleaned up and fixed setting of speeds in comparam()).Bruce Evans2003-09-271-23/+12
* Quick fix for bitrot in locking in the SMP case. cd_getreg() andBruce Evans2003-09-271-4/+24
* Use __FBSDID().David E. O'Brien2003-06-021-2/+3
* Make nokqfilter() return the correct return value.Poul-Henning Kamp2003-03-031-1/+1
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-14/+10
* Remove #include <sys/dkstat.h>Poul-Henning Kamp2003-02-161-1/+0
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-3/+3
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-231-23/+22
* Remove __P.Alfred Perlstein2002-03-201-25/+25
* Initialize a variable bogusly to avoid a gcc bug that causes a spuriousBruce Evans2002-02-261-0/+3
* Change the preemption code for software interrupt thread schedules andJohn Baldwin2002-01-051-10/+10
* Modify the critical section API as follows:John Baldwin2001-12-181-71/+56
* Call to cdevsw_add() no longer needed.Poul-Henning Kamp2001-11-041-1/+0
* KSE Milestone 2Julian Elischer2001-09-121-10/+10
* Fixed minor numbers when there is more than one cy card.Bruce Evans2001-08-131-6/+15
* Use ttymalloc() instead of a static array of `struct tty'. This willBruce Evans2001-08-131-15/+2
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.John Baldwin2001-05-151-1/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-2/+4
* Typo fix. s/criticale_t/critical_t/Peter Wemm2001-03-281-1/+1
* Switch from save/disable/restore_intr() to critical_enter/exit().John Baldwin2001-03-281-99/+78
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Extend kqueue down to the device layer.Jonathan Lemon2001-02-151-2/+3
* RIP <machine/lock.h>.Mark Murray2001-02-111-1/+21
* Revert the spin mutex for the cy(4) driver.John Baldwin2001-02-091-69/+152
* - Use a spin mutex instead of COM_LOCK, since COM_LOCK is going away.John Baldwin2001-02-091-165/+83
* Added used include of <sys/mutex.h>. The SMP case was broken byBruce Evans2001-01-301-0/+1
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+1
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* - Catch up to new software interrupt code.John Baldwin2000-10-251-3/+3
* - Overhaul the software interrupt code to use interrupt threads for eachJohn Baldwin2000-10-251-15/+16
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Don't depend on <machine/cpufunc.h> unnecessarily including <machine/lock.h>.Bruce Evans2000-10-121-2/+0