summaryrefslogtreecommitdiffstats
path: root/sys/dev/cy
Commit message (Expand)AuthorAgeFilesLines
* Centralize the line discipline optimization determination in a functionphk2004-06-041-15/+1
* Manual edits to change linesw[]-frobbing to ttyld_*() calls.phk2004-06-041-2/+2
* Machine generated patch which changes linedisc calls from accessingphk2004-06-041-6/+6
* Make the remaining serial drivers call ttyioctl() rather than callingphk2004-06-041-8/+3
* There is no need to explicitly call the stop function. In all likelyhoodphk2004-06-011-1/+0
* Add missing <sys/module.h> includesphk2004-05-302-0/+2
* Remove "register_t eflags; eflags = read_eflags();" because 1) it wasn'tpeter2004-05-161-4/+0
* Reduce differences with cy_isa.c: fixed an unsorted include.bde2004-05-011-5/+1
* Reduce differences with cy_pci.c: add a description of this file, andbde2004-05-011-3/+7
* Adjust pathnames for the move from i386/isa to dev/cy.bde2004-05-013-15/+16
* New header for exporting declarations of things not closely related tobde2004-05-011-0/+36
* Removed bits related to isa configuration. These have been moved tobde2004-05-011-108/+0
* Remove bits not related to isa configuration. This file was repo-copiedbde2004-05-011-2863/+0
* Converted the isa probe and attach to new-bus so that this driver worksbde2004-04-053-92/+164
* Moved initialization of the lock from the (isa) probe function to thebde2004-04-052-12/+12
* Device megapatch 4/6:phk2004-02-212-2/+4
* Device megapatch 3/6:phk2004-02-212-6/+0
* Device megapatch 1/6:phk2004-02-212-4/+0
* Fixed some minor indentation bugs.bde2003-12-021-12/+12
* Fixed breakage of the pci case of the cy driver by the new interruptbde2003-12-023-79/+72
* Restored the call to schedsofttty() (now spelled swi_sched(...)) again.bde2003-11-162-28/+38
* Localized the cy driver's locking.bde2003-11-162-46/+40
* MFsio (sio.c 1.413: cleaned up and fixed setting of speeds in comparam()).bde2003-09-272-46/+24
* Quick fix for bitrot in locking in the SMP case. cd_getreg() andbde2003-09-272-8/+48
* Use __FBSDID().obrien2003-06-111-2/+3
* Use __FBSDID().obrien2003-06-022-4/+6
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-0/+1
* Make nokqfilter() return the correct return value.phk2003-03-032-2/+2
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-032-28/+20
* Remove #include <sys/dkstat.h>phk2003-02-162-2/+0
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-012-6/+6
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-232-46/+44
* Remove __P.alfred2002-03-202-50/+50
* Remove __P.alfred2002-03-201-2/+2
* Work around a PLX9050 bug that causes system lockup in certain systems,bde2002-03-171-3/+4
* Initialize a variable bogusly to avoid a gcc bug that causes a spuriousbde2002-02-262-0/+6
* Merged cy_pcireg.h into the one file that uses it (cy_pci.c).bde2002-02-021-1/+16
* Fixed breakage of interrupt setup in previous commit. It used anbde2002-02-021-0/+2
* Change the preemption code for software interrupt thread schedules andjhb2002-01-052-20/+20
* Modify the critical section API as follows:jhb2001-12-182-142/+112
* Call to cdevsw_add() no longer needed.phk2001-11-042-2/+0
* KSE Milestone 2julian2001-09-122-20/+20
* Fixed minor numbers when there is more than one cy card.bde2001-08-132-12/+30
* Use ttymalloc() instead of a static array of `struct tty'. This willbde2001-08-132-30/+4
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.jhb2001-05-152-2/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-012-4/+8
* Typo fix. s/criticale_t/critical_t/peter2001-03-282-2/+2
* Switch from save/disable/restore_intr() to critical_enter/exit().jhb2001-03-282-198/+156
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-262-2/+0
* Extend kqueue down to the device layer.jlemon2001-02-152-4/+6
OpenPOWER on IntegriCloud