summaryrefslogtreecommitdiffstats
path: root/sys/dev/cy
Commit message (Expand)AuthorAgeFilesLines
* Introduce ttyread() and ttywrite() which do the canonical thing.phk1999-09-282-38/+2
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-252-10/+0
* This patch clears the way for removing a number of tty relatedphk1999-09-252-52/+20
* $Id$ -> $FreeBSD$peter1999-08-284-4/+4
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-232-58/+14
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirepeter1999-07-031-6/+1
* Really fix cy-driver-related panics when SMP is configured. Rev.1.88 onlybde1999-06-042-6/+10
* Simplify cdevsw registration.phk1999-05-312-8/+4
* This commit should be a extensive NO-OP:phk1999-05-302-14/+42
* Don't call disable_intr() when interrupts are already disabled, sincebde1999-05-282-6/+12
* Detect PCI device IDs for latest boards. Simplified the ID comparisons.bde1999-05-101-5/+4
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-5/+1
* Make this compile with CY_PCI_FASTINTR again.peter1999-05-021-2/+5
* Suser() simplification:phk1999-04-272-8/+8
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-1/+5
* Added missing newline to "no ports found!" message.alex1999-04-151-2/+2
* YAMFsio.c (1.227-1.228: set up input buffering dynamically).bde1999-02-042-232/+378
* Use suser() to check for super user rather than examining cr_uid directly.phk1999-01-302-4/+6
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-282-54/+54
* Use a fast interrupt handler for the PCI version of the cy driverbde1999-01-151-2/+13
* Fixed minor style bugs in previous commit.bde1999-01-111-12/+10
* Updated for not-so-new version of Cyclom-Y PCI boards (with a custombde1999-01-111-3/+19
* Unspammed includes in <machine/cpufunc.h> in the !SMP case. Partiallybde1999-01-082-2/+8
* Flush the fifos at the correct place in cyopen(). Various thingsbde1998-12-242-62/+34
* Wait for channel commands to complete after issuing the commands.bde1998-12-192-30/+58
* Flush the tx fifo in cystop(). Now ttyflush() (and thus tcflush(3))bde1998-12-172-6/+8
* Fixed handling of BREAK in input. BREAK was not being converted into anbde1998-12-172-6/+14
* Oops, this should have been in the previous commit (ensure atomic updatebde1998-12-172-2/+6
* Implemented sending of BREAKs. This is quite complicated because thebde1998-12-172-28/+330
* probe function changed from returning char * to const char *.dillon1998-12-141-3/+3
* Fixed sloppy clearing of TS_BUSY. Don't clear it until the transmitterbde1998-11-282-24/+142
* Merge from sio.c rev.1.163:bde1998-11-282-4/+4
* Untangled the Cyclades offsets a little. CY16_RESET and CY_CLEAR_INTRbde1998-11-233-30/+48
* Reduce i/o overheads by not preserving the channel access register inbde1998-11-222-226/+260
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-222-2/+6
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredbde1998-08-232-8/+10
* Fixed devfs initialization which I broke in the previous commit.bde1998-08-202-20/+20
* Enabled dynamically sized tty input buffers (with enough bufferingbde1998-08-192-18/+20
* Cleaned up previous commit, mainly by moving repetitive calculationsbde1998-08-133-234/+127
* Updated for not-so-new version of Cyclom-Y boards (with 60MHz clock andbde1998-08-133-80/+246
* Register tty software interrupt handlers at run time using register_swi()bde1998-08-112-30/+22
* Fixed sign extension bugs awoken by changing speed_t to an unsignedbde1998-07-292-4/+8
* Changed %n to %r in devfs name format strings. %n has almost gone away.bde1998-07-152-14/+14
* This commit fixes various 64bit portability problems required fordfr1998-06-072-4/+4
* Protect against count of chars received being 0, which causes a panicdg1998-03-182-2/+6
* Implement the spirit but not the letter of Terrys hot-char patch.phk1998-02-132-22/+4
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-242-2/+4
* YAMFsio.c (always call ttwwakeup() before returning from comstart()).bde1997-12-282-2/+4
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-162-2/+6
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that arebde1997-12-062-6/+6
OpenPOWER on IntegriCloud