aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Enlarge the message out buffer from 6 to 8 bytes. Now that sync and wideJustin T. Gibbs1997-02-182-18/+11
* Oops, cut/paste could be done on tthe WRONG vty :(Søren Schmidt1997-02-131-1/+1
* Clear the DFCNTRL register after every busfree.Justin T. Gibbs1997-02-111-23/+26
* really minor cleanupJulian Elischer1997-02-111-1/+1
* Make ccd compile again after the Lite2 merge.Mike Pritchard1997-02-101-4/+4
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-102-3/+3
* Clear the channel after (re)selection instead of once we see the bus goJustin T. Gibbs1997-02-092-30/+31
* Fixed missing ioport offset from the reading/updating of the PLXDavid Greenman1997-02-051-1/+1
* Fix misspelled variable name, -current build stopperAndrey A. Chernov1997-02-051-1/+1
* Add interface revision field to pci_register_lkm parameter list.pci.c pcibus.hStefan Eßer1997-02-041-1/+5
* Changed several configuration options:David Greenman1997-02-041-7/+7
* Do "selective" reset rather than full reset...the manual specificallyDavid Greenman1997-02-042-3/+8
* Don't include the short-frames counter in with the input errors. ThisDavid Greenman1997-02-041-3/+1
* In dma_finish, don't disturb the direction bit in DFCNTRL when turning offJustin T. Gibbs1997-02-031-6/+3
* Fixed the SMC fifo bug fix. sioopen() hung while input was streaming inBruce Evans1997-02-011-3/+15
* Fixed the "switch to next screen" command (normally bound to theSøren Schmidt1997-01-301-1/+10
* 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