aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Addresses the following two problems.Kazutaka YOKOTA1997-04-271-8/+116
* Man the liferafts! Here comes the long awaited SMP -> -current merge!Peter Wemm1997-04-262-5/+38
* The following scenario would result in a bogus residual being reportedJustin T. Gibbs1997-04-242-3/+8
* Add definition of PCI_SUBID_REG2, the subvendor/device ID forStefan Eßer1997-04-241-1/+2
* Add preliminary support for PCI config header type 2:Stefan Eßer1997-04-231-10/+19
* Check that the received packet length indicated by the card is at leastDavid Greenman1997-04-231-1/+5
* Fixed the type of timeout functions and removed casts that hid theBruce Evans1997-04-202-24/+38
* Fixed the type of timeout functions and removed casts that hid theBruce Evans1997-04-201-10/+12
* Fixed the type of timeout functions and removed casts that hid theBruce Evans1997-04-201-7/+7
* The bit of the cardbus bridge support code se and I have been able to agreePoul-Henning Kamp1997-04-201-1/+7
* Don't call timeout() for DTR wakeup or busy check if the relevant timeoutBruce Evans1997-04-181-5/+11
* Revert some changes to the selection and reselection code that were thoughtJustin T. Gibbs1997-04-181-41/+19
* Rearrange pci network card identification for easier additions.David Nugent1997-04-181-13/+18
* Amancio:Steve Passe1997-04-171-13/+13
* Re-arange the selection and reselection code to hopefully kill theJustin T. Gibbs1997-04-142-16/+31
* New name for the EtherExpress register file.Justin T. Gibbs1997-04-141-0/+80
* Add Intel EtherExpress16 support into the ie driver, removing the needJustin T. Gibbs1997-04-141-100/+496
* aic7xxx.seq:Justin T. Gibbs1997-04-104-13/+16
* Preserve some bits in the keyboard controller command byte whenKazutaka YOKOTA1997-04-101-10/+6
* Enables lnc driver on PC-98 to support NEC SV-98/2-B06 PCI card.KATO Takenori1997-04-081-0/+3
* Make MOD_* macros almost consistent:Peter Dufault1997-04-062-8/+10
* Make MOD_* macros almost consistent:Peter Dufault1997-04-064-12/+12
* Instead of testing for both SELDI and SELDO in SSTAT0 in the poll for workJustin T. Gibbs1997-04-051-5/+5
* Removed defaults for dead options CONADDR and CONUNIT.Bruce Evans1997-04-051-15/+1
* Use device flags instead of options for serial console configurationBruce Evans1997-04-051-23/+53
* Recognize ZNYX 314 cards that have a MAC address with the low bit set.Poul-Henning Kamp1997-04-051-2/+2
* Add missing Id that was lost when the sequencer file format changed.Justin T. Gibbs1997-04-041-0/+2
* Deleted <pc98/pc98/pc98_device.h>.KATO Takenori1997-04-041-5/+1
* When not using SCB paging, we can always directly index the SCB of interestJustin T. Gibbs1997-04-041-13/+18
* Make the default VERASE key the <-- key and remove root'sBrian Somers1997-04-031-1/+4
* CFLAGS += -I. so that building in an obj directory works.Justin T. Gibbs1997-04-032-2/+6
* PAL support: magic numbers moved into format_params structure.Steve Passe1997-04-023-676/+1372
* Interim patch/kludge for keyboard lock-up when `kbdcontrol' tries toKazutaka YOKOTA1997-03-281-3/+10
* Fix printing of map sizes: large numbers got a negative sign before.Stefan Eßer1997-03-251-3/+3
* Add a few vendor IDs and class and sub-class encodings.Stefan Eßer1997-03-251-2/+11
* Made a couple of minor optimizations that improve performance of theDavid Greenman1997-03-251-5/+4
* "Louis A. Mamakos" <louie@TransSys.COM> new bt848 structSteve Passe1997-03-252-1060/+1190
* added support for EEProms writing/reading.Steve Passe1997-03-251-2/+8
* Don't include <sys/ioctl.h> in the kernel. Stage 5: includeBruce Evans1997-03-241-2/+4
* Don't include <sys/ioctl.h> in the kernel. Stage 3: includeBruce Evans1997-03-241-1/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includeBruce Evans1997-03-249-16/+16
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-2414-27/+13
* Re-arrange the code to upload an SCB to ensure that there is at leastJustin T. Gibbs1997-03-241-14/+12
* Added Accton EN1207-TX support.KATO Takenori1997-03-231-1/+4
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-2310-18/+18
* Submitted by: Michael Petry <petry@netwolf.NetMasters.com>Steve Passe1997-03-212-828/+1256
* Submitted by: Michael Petry <petry@netwolf.NetMasters.com>Steve Passe1997-03-211-14/+31
* Added support for newer cards that have the DP83840A PHY chip.David Greenman1997-03-212-9/+46
* Added Allied Telesis CenterCOM LA100-PCI support. Currently, fullKATO Takenori1997-03-201-1/+5
* additions for table-driven frequency calculation.Steve Passe1997-03-191-196/+202