summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/cy.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-29/+7
* Really fix cy-driver-related panics when SMP is configured. Rev.1.88 onlybde1999-06-041-3/+5
* Simplify cdevsw registration.phk1999-05-311-4/+2
* This commit should be a extensive NO-OP:phk1999-05-301-7/+21
* Don't call disable_intr() when interrupts are already disabled, sincebde1999-05-281-3/+6
* Suser() simplification:phk1999-04-271-4/+4
* YAMFsio.c (1.227-1.228: set up input buffering dynamically).bde1999-02-041-116/+189
* Use suser() to check for super user rather than examining cr_uid directly.phk1999-01-301-2/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-27/+27
* Unspammed includes in <machine/cpufunc.h> in the !SMP case. Partiallybde1999-01-081-1/+4
* Flush the fifos at the correct place in cyopen(). Various thingsbde1998-12-241-31/+17
* Wait for channel commands to complete after issuing the commands.bde1998-12-191-15/+29
* Flush the tx fifo in cystop(). Now ttyflush() (and thus tcflush(3))bde1998-12-171-3/+4
* Fixed handling of BREAK in input. BREAK was not being converted into anbde1998-12-171-3/+7
* Oops, this should have been in the previous commit (ensure atomic updatebde1998-12-171-1/+3
* Implemented sending of BREAKs. This is quite complicated because thebde1998-12-171-14/+165
* Fixed sloppy clearing of TS_BUSY. Don't clear it until the transmitterbde1998-11-281-12/+71
* Merge from sio.c rev.1.163:bde1998-11-281-2/+2
* Untangled the Cyclades offsets a little. CY16_RESET and CY_CLEAR_INTRbde1998-11-231-8/+8
* Reduce i/o overheads by not preserving the channel access register inbde1998-11-221-113/+130
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-1/+3
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredbde1998-08-231-4/+5
* Fixed devfs initialization which I broke in the previous commit.bde1998-08-201-10/+10
* Enabled dynamically sized tty input buffers (with enough bufferingbde1998-08-191-9/+10
* Cleaned up previous commit, mainly by moving repetitive calculationsbde1998-08-131-113/+62
* Updated for not-so-new version of Cyclom-Y boards (with 60MHz clock andbde1998-08-131-39/+119
* Register tty software interrupt handlers at run time using register_swi()bde1998-08-111-15/+11
* Fixed sign extension bugs awoken by changing speed_t to an unsignedbde1998-07-291-2/+4
* Changed %n to %r in devfs name format strings. %n has almost gone away.bde1998-07-151-7/+7
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Protect against count of chars received being 0, which causes a panicdg1998-03-181-1/+3
* Implement the spirit but not the letter of Terrys hot-char patch.phk1998-02-131-11/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+2
* YAMFsio.c (always call ttwwakeup() before returning from comstart()).bde1997-12-281-1/+2
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-161-1/+3
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that arebde1997-12-061-3/+3
* Fixed chip_offsets[] which I broke in rev.1.53. The offsets aren'tbde1997-11-101-2/+2
* aha1542.c aic6360.c cy.c fd.c ft.cgibbs1997-09-211-5/+9
* Update select -> poll in drivers.peter1997-09-141-2/+2
* Cleaned up revs 1.36-1.40 (mainly disordered declarations, non-bogusbde1997-09-031-121/+147
* General cleanup of the sub-system locking macros.fsmp1997-09-011-3/+8
* Another round of lock pushdown.fsmp1997-08-301-33/+5
* Moved the COM_LOCK and COM_UNLOCK macros to machine/param.h.fsmp1997-08-211-10/+1
* Attempt to make cy.c MP-safe.fsmp1997-08-201-1/+42
* Removed unused #includes.bde1997-07-201-3/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
OpenPOWER on IntegriCloud