aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add vendor/product ID for two more KLSI-based devices, including aBill Paul2000-03-292-0/+6
* Regen.Masahide MAEKAWA2000-03-292-2/+18
* Add ID (Keisokugiken Corp. HKS-0200 USBDAQ)Masahide MAEKAWA2000-03-291-0/+4
* - Added PC-98 Cbus frontend.Yoshihiro Takahashi2000-03-291-0/+281
* Ratoc REX-9880/83 support (PC-98 only). This commit added functionsKATO Takenori2000-03-291-0/+129
* split up ess and sb codeCameron Grant2000-03-284-951/+969
* Revert to a static value for the timeout. The timeout was supposedlyNick Hibma2000-03-281-14/+5
* Added support for cards and on-motherboard NICs that use an SEEPROMDavid Greenman2000-03-282-1/+78
* Ahhrggg. Put the test for the compat shims AFTER the file that includesWarner Losh2000-03-276-24/+24
* Add support for offloading IP/TCP/UDP checksums to NIC hardware whichJonathan Lemon2000-03-271-36/+61
* Per conversations in -current, add #error to these drivers when you don'tWarner Losh2000-03-276-0/+24
* repair half-Danish b.b_iocmd damage where writes/reads weren't gettingAlfred Perlstein2000-03-263-4/+7
* Correct a mishap in phk's BIO_* changes.Søren Schmidt2000-03-261-1/+1
* rqe->b.b_flags |= B_READ; becameAlfred Perlstein2000-03-261-1/+1
* Minor changes to some of the interfaces.Warner Losh2000-03-264-8/+16
* The REQUEST SENSE command is 6b not 16b. Use the struct scsi_sense toNick Hibma2000-03-261-11/+13
* Fix floppy driver after my isadma changes.Poul-Henning Kamp2000-03-251-7/+12
* RegenWarner Losh2000-03-252-28/+362
* Merge 1.60 to 1.85 of NetBSD's pcmciadevs into our database.Warner Losh2000-03-251-13/+67
* More pnpids.Warner Losh2000-03-252-2/+8
* Fix a problem that caused TCP fragments to be lost (among other things.)Matthew N. Dodd2000-03-241-1/+1
* Fix the panic occuring on non-changer devices.Søren Schmidt2000-03-241-3/+3
* don't check extended features on codecs known to hang. should fix neomagicCameron Grant2000-03-241-16/+26
* Fix detection of the card-ready-for-command state. Use an ultimateMike Smith2000-03-232-4/+9
* Regenerate usbdevs files.Bill Paul2000-03-215-3/+15
* Add device ID for LinkSys USB10T ethernet adapter (0x2202).Bill Paul2000-03-211-0/+1
* For version 0.9 change DNET outputDuncan Barclay2000-03-211-1/+1
* Added user level updates and reading of parameters.Duncan Barclay2000-03-212-36/+266
* Typo.Duncan Barclay2000-03-211-2/+2
* Make ATAPI CD changer devices work, hopefully better than before.Søren Schmidt2000-03-216-58/+112
* Bogusly returned zero always. Return 1 if we pass the checksum.Warner Losh2000-03-201-1/+1
* Regen.Masahide MAEKAWA2000-03-202-13/+139
* Add 22 vendor IDs.Masahide MAEKAWA2000-03-201-4/+22
* Regen.Masahide MAEKAWA2000-03-202-33/+537
* Add 80 vendor IDs.Masahide MAEKAWA2000-03-201-10/+82
* toast warnings on i386Cameron Grant2000-03-201-1/+3
* make als120 cards which report dsp version 3.x whilst only supporting 4.xCameron Grant2000-03-201-2/+5
* update the ac97 layer:Cameron Grant2000-03-209-69/+226
* add a function to reinitialize the mixer, to be called by drivers onCameron Grant2000-03-202-0/+14
* Isolate the Timecounter internals in their own two files.Poul-Henning Kamp2000-03-202-0/+2
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()Poul-Henning Kamp2000-03-206-19/+13
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-2022-89/+91
* A fairly simple newbusification of if_dePeter Wemm2000-03-201-84/+99
* Unused definitions.Peter Wemm2000-03-201-10/+0
* White-space-only change. The file originally had screwed indentation.Kazutaka YOKOTA2000-03-201-348/+361
* Noriyoshi Kawano-san reported in nomads another OUI for linksys. 4 isWarner Losh2000-03-201-8/+1
* Bandaid for src/sys/modules which broke worldPeter Wemm2000-03-201-1/+1
* Update the copyright. Remove the advertising clause.Paul Richards2000-03-201-5/+2
* Connect the ISA and PCI compatability shims to an option. In this casePeter Wemm2000-03-192-2/+17
* Modify if_wi.c to call bpfdetach(ifp) before if_detach(ifp), so as toRobert Watson2000-03-191-0/+2