summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/cy.c
Commit message (Expand)AuthorAgeFilesLines
* Remove old cy driver files. They have been repo-copied to sys/dev/cy andbde2004-05-021-3005/+0
* Converted the isa probe and attach to new-bus so that this driver worksbde2004-04-051-45/+81
* Moved initialization of the lock from the (isa) probe function to thebde2004-04-051-6/+6
* Device megapatch 4/6:phk2004-02-211-1/+2
* Device megapatch 3/6:phk2004-02-211-3/+0
* Device megapatch 1/6:phk2004-02-211-2/+0
* Fixed breakage of the pci case of the cy driver by the new interruptbde2003-12-021-31/+32
* Restored the call to schedsofttty() (now spelled swi_sched(...)) again.bde2003-11-161-14/+19
* Localized the cy driver's locking.bde2003-11-161-23/+20
* MFsio (sio.c 1.413: cleaned up and fixed setting of speeds in comparam()).bde2003-09-271-23/+12
* Quick fix for bitrot in locking in the SMP case. cd_getreg() andbde2003-09-271-4/+24
* Use __FBSDID().obrien2003-06-021-2/+3
* Make nokqfilter() return the correct return value.phk2003-03-031-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-14/+10
* Remove #include <sys/dkstat.h>phk2003-02-161-1/+0
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-3/+3
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-231-23/+22
* Remove __P.alfred2002-03-201-25/+25
* Initialize a variable bogusly to avoid a gcc bug that causes a spuriousbde2002-02-261-0/+3
* Change the preemption code for software interrupt thread schedules andjhb2002-01-051-10/+10
* Modify the critical section API as follows:jhb2001-12-181-71/+56
* Call to cdevsw_add() no longer needed.phk2001-11-041-1/+0
* KSE Milestone 2julian2001-09-121-10/+10
* Fixed minor numbers when there is more than one cy card.bde2001-08-131-6/+15
* Use ttymalloc() instead of a static array of `struct tty'. This willbde2001-08-131-15/+2
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.jhb2001-05-151-1/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-2/+4
* Typo fix. s/criticale_t/critical_t/peter2001-03-281-1/+1
* Switch from save/disable/restore_intr() to critical_enter/exit().jhb2001-03-281-99/+78
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Extend kqueue down to the device layer.jlemon2001-02-151-2/+3
* RIP <machine/lock.h>.markm2001-02-111-1/+21
* Revert the spin mutex for the cy(4) driver.jhb2001-02-091-69/+152
* - Use a spin mutex instead of COM_LOCK, since COM_LOCK is going away.jhb2001-02-091-165/+83
* Added used include of <sys/mutex.h>. The SMP case was broken bybde2001-01-301-0/+1
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* - Catch up to new software interrupt code.jhb2000-10-251-3/+3
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-251-15/+16
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Don't depend on <machine/cpufunc.h> unnecessarily including <machine/lock.h>.bde2000-10-121-2/+0
* Use schedsofttty() again (SMPng casualty with intentionally wrong fixbde2000-10-081-5/+1
* Make LINT link.phk2000-09-161-0/+4
* Make LINT compile.phk2000-09-161-1/+1
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-53/+144
* Mass update of isa drivers using compatability shims to usepeter2000-05-281-1/+10
* Clean up some more loose ends..peter2000-01-231-1/+1
* Introduce ttyread() and ttywrite() which do the canonical thing.phk1999-09-281-19/+1
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* This patch clears the way for removing a number of tty relatedphk1999-09-251-26/+10
OpenPOWER on IntegriCloud