aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fixes and workarounds for Hayes ESP:Bruce Evans1997-01-291-7/+25
* Add 1997 to my copyright.Justin T. Gibbs1997-01-292-16/+7
* Some of these cards are always in promiscous mode :-(Poul-Henning Kamp1997-01-281-15/+12
* Improve on previous fix: Clean up getirq() as well, and remove redundantStefan Eßer1997-01-251-9/+8
* Change the way DMA is handled during the command phase. Only test onJustin T. Gibbs1997-01-242-7/+30
* Make IRQ 0 invalid in pci_map_int(), since it is hardwired to theStefan Eßer1997-01-231-1/+1
* Add save/restore cursor as pr SCO screen(HW) manpage.Søren Schmidt1997-01-232-1/+30
* Put newlines after log messages.Garrett Wollman1997-01-231-3/+3
* Clear the SCSI channel after we go to busfree instead of after re/selection.Justin T. Gibbs1997-01-222-46/+53
* Add PCI LKM support.Stefan Eßer1997-01-211-290/+389
* Fix the bug that caused CTRL & ALT keys to be hanging sometimes afterSøren Schmidt1997-01-201-1/+1
* Oops, the position of the savefont code was wrong, cur_consoleSøren Schmidt1997-01-191-12/+12
* Oops! I commented out the waiting for retrace loops, because theSøren Schmidt1997-01-181-5/+5
* Catch up with the moving target: merge the change from rev 1.19 of theJoerg Wunsch1997-01-181-25/+21
* This mega-merge brings Matt Thomas' 960801 FDDI driver (almost) upJoerg Wunsch1997-01-174-42/+34
* Finally import the 960801 of Matt Thomas' DEC FDDI driver. I'mJoerg Wunsch1997-01-176-0/+4413
* Bruce pointed out a bogon:Søren Schmidt1997-01-171-3/+11
* Add the ex driver (Intel EtherExpress Pro/10).Jordan K. Hubbard1997-01-162-0/+1083
* Upgrade the kbdio rutines to provide queued kbd & mouse events.Søren Schmidt1997-01-153-60/+154
* Update from driver author. Closes PR#2421.Garrett Wollman1997-01-142-58/+140
* 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-195/+118
* 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-933/+1332
* 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