summaryrefslogtreecommitdiffstats
path: root/sys/dev/cy
Commit message (Expand)AuthorAgeFilesLines
* - Catch up to new software interrupt code.jhb2000-10-252-6/+6
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-252-30/+32
* Remove unneeded #include <machine/clock.h>phk2000-10-152-2/+0
* Don't depend on <machine/cpufunc.h> unnecessarily including <machine/lock.h>.bde2000-10-122-4/+0
* Use schedsofttty() again (SMPng casualty with intentionally wrong fixbde2000-10-082-10/+2
* Make LINT link.phk2000-09-162-0/+8
* Make LINT compile.phk2000-09-162-2/+2
* Make LINT compile again.phk2000-09-161-0/+1
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-072-106/+288
* Mass update of isa drivers using compatability shims to usepeter2000-05-282-2/+20
* Ahhrggg. Put the test for the compat shims AFTER the file that includesimp2000-03-271-4/+4
* Per conversations in -current, add #error to these drivers when you don'timp2000-03-271-0/+4
* Clean up some more loose ends..peter2000-01-232-2/+2
* 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
OpenPOWER on IntegriCloud