aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cy
Commit message (Expand)AuthorAgeFilesLines
...
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-4/+4
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-232-58/+14
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm1999-07-031-6/+1
* Really fix cy-driver-related panics when SMP is configured. Rev.1.88 onlyBruce Evans1999-06-042-6/+10
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-312-8/+4
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-302-14/+42
* Don't call disable_intr() when interrupts are already disabled, sinceBruce Evans1999-05-282-6/+12
* Detect PCI device IDs for latest boards. Simplified the ID comparisons.Bruce Evans1999-05-101-5/+4
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-5/+1
* Make this compile with CY_PCI_FASTINTR again.Peter Wemm1999-05-021-2/+5
* Suser() simplification:Poul-Henning Kamp1999-04-272-8/+8
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-1/+5
* Added missing newline to "no ports found!" message.Alexander Langer1999-04-151-2/+2
* YAMFsio.c (1.227-1.228: set up input buffering dynamically).Bruce Evans1999-02-042-232/+378
* Use suser() to check for super user rather than examining cr_uid directly.Poul-Henning Kamp1999-01-302-4/+6
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-282-54/+54
* Use a fast interrupt handler for the PCI version of the cy driverBruce Evans1999-01-151-2/+13
* Fixed minor style bugs in previous commit.Bruce Evans1999-01-111-12/+10
* Updated for not-so-new version of Cyclom-Y PCI boards (with a customBruce Evans1999-01-111-3/+19
* Unspammed includes in <machine/cpufunc.h> in the !SMP case. PartiallyBruce Evans1999-01-082-2/+8
* Flush the fifos at the correct place in cyopen(). Various thingsBruce Evans1998-12-242-62/+34
* Wait for channel commands to complete after issuing the commands.Bruce Evans1998-12-192-30/+58
* Flush the tx fifo in cystop(). Now ttyflush() (and thus tcflush(3))Bruce Evans1998-12-172-6/+8
* Fixed handling of BREAK in input. BREAK was not being converted into anBruce Evans1998-12-172-6/+14
* Oops, this should have been in the previous commit (ensure atomic updateBruce Evans1998-12-172-2/+6
* Implemented sending of BREAKs. This is quite complicated because theBruce Evans1998-12-172-28/+330
* probe function changed from returning char * to const char *.Matthew Dillon1998-12-141-3/+3
* Fixed sloppy clearing of TS_BUSY. Don't clear it until the transmitterBruce Evans1998-11-282-24/+142
* Merge from sio.c rev.1.163:Bruce Evans1998-11-282-4/+4
* Untangled the Cyclades offsets a little. CY16_RESET and CY_CLEAR_INTRBruce Evans1998-11-233-30/+48
* Reduce i/o overheads by not preserving the channel access register inBruce Evans1998-11-222-226/+260
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-222-2/+6
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredBruce Evans1998-08-232-8/+10
* Fixed devfs initialization which I broke in the previous commit.Bruce Evans1998-08-202-20/+20
* Enabled dynamically sized tty input buffers (with enough bufferingBruce Evans1998-08-192-18/+20
* Cleaned up previous commit, mainly by moving repetitive calculationsBruce Evans1998-08-133-234/+127
* Updated for not-so-new version of Cyclom-Y boards (with 60MHz clock andBruce Evans1998-08-133-80/+246
* Register tty software interrupt handlers at run time using register_swi()Bruce Evans1998-08-112-30/+22
* Fixed sign extension bugs awoken by changing speed_t to an unsignedBruce Evans1998-07-292-4/+8
* Changed %n to %r in devfs name format strings. %n has almost gone away.Bruce Evans1998-07-152-14/+14
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-072-4/+4
* Protect against count of chars received being 0, which causes a panicDavid Greenman1998-03-182-2/+6
* Implement the spirit but not the letter of Terrys hot-char patch.Poul-Henning Kamp1998-02-132-22/+4
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-242-2/+4
* YAMFsio.c (always call ttwwakeup() before returning from comstart()).Bruce Evans1997-12-282-2/+4
* Make COMPAT_43 and COMPAT_SUNOS new-style options.Eivind Eklund1997-12-162-2/+6
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that areBruce Evans1997-12-062-6/+6
* Fixed chip_offsets[] which I broke in rev.1.53. The offsets aren'tBruce Evans1997-11-102-4/+4
* aha1542.c aic6360.c cy.c fd.c ft.cJustin T. Gibbs1997-09-212-10/+18
* Update select -> poll in drivers.Peter Wemm1997-09-142-4/+4