summaryrefslogtreecommitdiff
path: root/sys/dev/cy
AgeCommit message (Expand)Author
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-08-23Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp
1999-07-03Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm
1999-06-04Really fix cy-driver-related panics when SMP is configured. Rev.1.88 onlyBruce Evans
1999-05-31Simplify cdevsw registration.Poul-Henning Kamp
1999-05-30This commit should be a extensive NO-OP:Poul-Henning Kamp
1999-05-28Don't call disable_intr() when interrupts are already disabled, sinceBruce Evans
1999-05-10Detect PCI device IDs for latest boards. Simplified the ID comparisons.Bruce Evans
1999-05-09Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm
1999-05-02Make this compile with CY_PCI_FASTINTR again.Peter Wemm
1999-04-27Suser() simplification:Poul-Henning Kamp
1999-04-24Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm
1999-04-15Added missing newline to "no ports found!" message.Alexander Langer
1999-02-04YAMFsio.c (1.227-1.228: set up input buffering dynamically).Bruce Evans
1999-01-30Use suser() to check for super user rather than examining cr_uid directly.Poul-Henning Kamp
1999-01-28 Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon
1999-01-15Use a fast interrupt handler for the PCI version of the cy driverBruce Evans
1999-01-11Fixed minor style bugs in previous commit.Bruce Evans
1999-01-11Updated for not-so-new version of Cyclom-Y PCI boards (with a customBruce Evans
1999-01-08Unspammed includes in <machine/cpufunc.h> in the !SMP case. PartiallyBruce Evans
1998-12-24Flush the fifos at the correct place in cyopen(). Various thingsBruce Evans
1998-12-19Wait for channel commands to complete after issuing the commands.Bruce Evans
1998-12-17Flush the tx fifo in cystop(). Now ttyflush() (and thus tcflush(3))Bruce Evans
1998-12-17Fixed handling of BREAK in input. BREAK was not being converted into anBruce Evans
1998-12-17Oops, this should have been in the previous commit (ensure atomic updateBruce Evans
1998-12-17Implemented sending of BREAKs. This is quite complicated because theBruce Evans
1998-12-14 probe function changed from returning char * to const char *.Matthew Dillon
1998-11-28Fixed sloppy clearing of TS_BUSY. Don't clear it until the transmitterBruce Evans
1998-11-28Merge from sio.c rev.1.163:Bruce Evans
1998-11-23Untangled the Cyclades offsets a little. CY16_RESET and CY_CLEAR_INTRBruce Evans
1998-11-22Reduce i/o overheads by not preserving the channel access register inBruce Evans
1998-10-22Initialize isa_devtab entries for interrupt handlers in individualBruce Evans
1998-08-23Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredBruce Evans
1998-08-20Fixed devfs initialization which I broke in the previous commit.Bruce Evans
1998-08-19Enabled dynamically sized tty input buffers (with enough bufferingBruce Evans
1998-08-13Cleaned up previous commit, mainly by moving repetitive calculationsBruce Evans
1998-08-13Updated for not-so-new version of Cyclom-Y boards (with 60MHz clock andBruce Evans
1998-08-11Register tty software interrupt handlers at run time using register_swi()Bruce Evans
1998-07-29Fixed sign extension bugs awoken by changing speed_t to an unsignedBruce Evans
1998-07-15Changed %n to %r in devfs name format strings. %n has almost gone away.Bruce Evans
1998-06-07This commit fixes various 64bit portability problems required forDoug Rabson
1998-03-18Protect against count of chars received being 0, which causes a panicDavid Greenman
1998-02-13Implement the spirit but not the letter of Terrys hot-char patch.Poul-Henning Kamp
1998-01-24Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund
1997-12-28YAMFsio.c (always call ttwwakeup() before returning from comstart()).Bruce Evans
1997-12-16Make COMPAT_43 and COMPAT_SUNOS new-style options.Eivind Eklund
1997-12-06Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that areBruce Evans
1997-11-10Fixed chip_offsets[] which I broke in rev.1.53. The offsets aren'tBruce Evans
1997-09-21aha1542.c aic6360.c cy.c fd.c ft.cJustin T. Gibbs
1997-09-14Update select -> poll in drivers.Peter Wemm