aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1475-75/+75
* Use the new if_multiaddrs list for multicast addresses rather than theGarrett Wollman1997-01-137-196/+119
* Fix CCD for bounced devices.John Dyson1997-01-101-1/+3
* Use breakpoint() instead of Debugger() in siointr1(). Debugger() doesn'tBruce Evans1996-12-231-3/+2
* Add PCI IDs of the ProLAN and Compex PCI NE2000 clones.Stefan Eßer1996-12-211-8/+11
* Test in mseopen() whether the device has been configured at all, andJoerg Wunsch1996-12-191-1/+4
* Submitted by: Naoki Hamada <nao@sbl.cl.nec.co.jp>KATO Takenori1996-12-191-1/+6
* Hawaii-Five-TypoAlexander Langer1996-12-191-3/+3
* Disabled half-baked disk statistics support. It didn't actually generateBruce Evans1996-12-181-1/+7
* Much fixed & working digiboard driver.David Nugent1996-12-184-934/+1333
* Support 4 of these as default, it only cost us 12 bytes more.Poul-Henning Kamp1996-12-151-0/+5
* Add a small hack to UserConfig that allows to override the number ofJoerg Wunsch1996-12-141-2/+5
* Convert the interface address and IP interface address structuresGarrett Wollman1996-12-134-25/+6
* 1) Implement SIOCSIFMTU in ether_ioctl(), and change ether_ioctl's returnDavid Greenman1996-12-102-105/+18
* Fix the broken support for monochrome VGA's.Søren Schmidt1996-12-071-3/+22
* Fixed handling of modem status changes. Only the most common case ofBruce Evans1996-12-052-16/+46
* Re-enable reselections as the first thing after we see a bus free. We seemJustin T. Gibbs1996-12-031-10/+8
* PR kern/2141:Poul-Henning Kamp1996-12-031-1/+2
* Some imporvemnets to the vx driver.Guido van Rooij1996-12-021-57/+81
* Some imporvemnets to the vx driver.Guido van Rooij1996-12-021-1/+1
* Alot of fixes from kazu:Søren Schmidt1996-12-011-18/+53
* Cosmetic code cleanup from Matt's latest driver.Rodney W. Grimes1996-12-011-279/+313
* Fixed input of BREAKs when IGNPAR is set and IGNBRK is not set. BREAKsBruce Evans1996-11-301-27/+32
* Reset h/w fifos (if any) in siostop(). Now ttyflush() works fairly wellBruce Evans1996-11-301-3/+9
* Fixed sloppy clearing of TS_BUSY. Don't clear it until the transmitterBruce Evans1996-11-301-3/+33
* Throw away input if CREAD is not set. POSIX requires no characters to beBruce Evans1996-11-301-2/+3
* Cleaned up CONSPEED changes. `comdefaultrate' gives the defaultBruce Evans1996-11-301-8/+6
* Conditionally enable the busfree interrupt to catch unexpected busfrees.Justin T. Gibbs1996-11-222-56/+29
* Fix ifconfig link flag handlingGuido van Rooij1996-11-211-3/+6
* Change the way Automatic PIO is performed in the mesgin and mesgout phases.Justin T. Gibbs1996-11-211-27/+18
* Fix UserConfig w/syscons.Nate Williams1996-11-191-2/+2
* Fixed obsolete comment.David Greenman1996-11-181-3/+2
* Assert that we have seen an identify or have not disconneccted since theJustin T. Gibbs1996-11-162-12/+17
* Patches from driver author in PR#2010.Garrett Wollman1996-11-151-91/+349
* Fix RFC 1650 stats... should have read the doco more carefully.Garrett Wollman1996-11-151-4/+1
* Only poll the keyboard if the data left in the buffer is from theSøren Schmidt1996-11-151-5/+5
* Finally a start at sharing the kdb controller routines betweenSøren Schmidt1996-11-141-106/+75
* Don't fiddle with RTS if RTS flow control is off. This gives applicationsBruce Evans1996-11-133-51/+79
* Oops I forgot to add the official id for this card.John Hay1996-11-131-2/+3
* Add support for header type == 1 devices (PCI 2.1 compatible PCI to PCIStefan Eßer1996-11-122-4/+10
* Fix PCI to PCI bridge register bit field masks.Stefan Eßer1996-11-122-36/+11
* 1. Avoid a race in scclose(). tty.c has kludges so that the race isSøren Schmidt1996-11-111-5/+15
* Removed 'XT_KEYBOARD' option from syscons. Document new-style way ofNate Williams1996-11-111-4/+1
* Fixed pessimized (short) i/o port type.Bruce Evans1996-11-111-2/+2
* Make snake 3.0-CURRENT here.Jordan K. Hubbard1996-11-111-2/+2
* Fix two problems with SCB Paging.Justin T. Gibbs1996-11-112-36/+29
* Allow us to enable the 'XT_KEYBOARD' code using a configuration flag.Nate Williams1996-11-102-8/+20
* Put the packet error printf inside #ifdef DIAGNOSTIC.David Greenman1996-11-101-1/+3
* A little 80 column cleanup.Justin T. Gibbs1996-11-051-15/+28
* index_untagged_scb should rely solely on the argument passed in SINDEX andJustin T. Gibbs1996-11-051-3/+3