aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cy/cy.c
Commit message (Expand)AuthorAgeFilesLines
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-2/+3
* Catch up with new interrupt handling code.Ruslan Ermilov2005-10-261-2/+2
* Eliminate two unused arguments to ttycreate().Poul-Henning Kamp2005-10-161-1/+1
* Use generic tty code instead of local copy.Poul-Henning Kamp2004-10-051-862/+269
* Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp2004-07-151-1/+1
* Introduce ttygone() which indicates that the hardware is detached.Poul-Henning Kamp2004-07-111-37/+4
* - Shorten the names for the TTY related swi interrupt handlers as theJohn Baldwin2004-06-281-2/+2
* Pick the hotchar out of the tty structure instead of caching privatePoul-Henning Kamp2004-06-261-13/+12
* Remove the TIOCDCDTIMESTAMP option.Poul-Henning Kamp2004-06-221-11/+0
* Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.Poul-Henning Kamp2004-06-211-0/+4
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-4/+4
* Deorbit COMPAT_SUNOS.Poul-Henning Kamp2004-06-111-2/+2
* Centralize the line discipline optimization determination in a functionPoul-Henning Kamp2004-06-041-15/+1
* Manual edits to change linesw[]-frobbing to ttyld_*() calls.Poul-Henning Kamp2004-06-041-2/+2
* Machine generated patch which changes linedisc calls from accessingPoul-Henning Kamp2004-06-041-6/+6
* Make the remaining serial drivers call ttyioctl() rather than callingPoul-Henning Kamp2004-06-041-8/+3
* There is no need to explicitly call the stop function. In all likelyhoodPoul-Henning Kamp2004-06-011-1/+0
* Remove "register_t eflags; eflags = read_eflags();" because 1) it wasn'tPeter Wemm2004-05-161-4/+0
* Adjust pathnames for the move from i386/isa to dev/cy.Bruce Evans2004-05-011-6/+8
* Removed bits related to isa configuration. These have been moved toBruce Evans2004-05-011-108/+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