aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Please welcome the URio driver. Written byNick Hibma2000-03-162-0/+625
* Alpha 8200 port: Until we fix things better, determine which alpha CPUMatt Jacob2000-03-151-9/+37
* Add the TD's to the hash when they are created not when they are used.Nick Hibma2000-03-152-16/+44
* Add an ID for the SiS 5571.Nick Hibma2000-03-152-6/+12
* powerhooks no longer usedNick Hibma2000-03-151-0/+2
* Make the makefile work properly.Nick Hibma2000-03-151-1/+6
* Do not use the powerhooks at all, instead of abusing and empty #define.Nick Hibma2000-03-151-2/+4
* Spelling mistakeNick Hibma2000-03-151-1/+1
* Never stop the control pipeNick Hibma2000-03-151-3/+4
* Regen.Nick Hibma2000-03-152-2/+18
* Add Y-E Data floppy drive.Nick Hibma2000-03-151-0/+4
* Update the e-mail address to a valid one.Nick Hibma2000-03-151-1/+1
* roll platform versions to 5.0Matt Jacob2000-03-151-2/+2
* I _HATE_ crashes. The lptread() call needs to check LP_BYPASS, becauseBrian Feldman2000-03-151-0/+5
* Don't do bus resets for ULTRA2 or later cards because what seems toMatt Jacob2000-03-131-1/+4
* Add 'bootverbose' debug messages to assist with tracking down problemsMatthew N. Dodd2000-03-131-5/+27
* Cleanup sweep.Søren Schmidt2000-03-136-54/+50
* Initial ifmedia support. Once I figure out autoselection I'll put theMatthew N. Dodd2000-03-132-15/+113
* Enable disksort the right way both on ATA disks and ATAPI devices.Søren Schmidt2000-03-138-66/+75
* Copy how everyone else is doing packet transmission. (NetBSD mostly)Matthew N. Dodd2000-03-131-6/+8
* Follow the docs a bit more in epstop() with respect to delays.Matthew N. Dodd2000-03-131-0/+5
* Get rid of table lookup in favor of just subtracting. Everyone elseMatthew N. Dodd2000-03-131-3/+1
* Call epstop() in ep_attach(). While this shouldn't be necessary we'llMatthew N. Dodd2000-03-131-0/+2
* Set the RF_SHAREABLE flage when we allocate an IRQ.Matthew N. Dodd2000-03-131-0/+4
* Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags.Poul-Henning Kamp2000-03-134-9/+9
* Add another Linksys OUI.Warner Losh2000-03-131-1/+3
* Backout the previous fix, it is _not_ that easy too fix.Søren Schmidt2000-03-131-2/+1
* * add the start_join_net - doneDuncan Barclay2000-03-121-129/+178
* structure for error counters addedDuncan Barclay2000-03-121-7/+18
* Use ssid length from 80211.hDuncan Barclay2000-03-121-4/+136
* Dont call ad_start unless the controller is idle.Søren Schmidt2000-03-121-1/+2
* sdio: If sd I/O fails because of an I/O error, set the sd stateGreg Lehey2000-03-121-3/+3
* Fix crashes on card eject for pccard modems. We check for NULL whenWarner Losh2000-03-111-12/+17
* Remove old hand crafted version of start_join_net for download.Duncan Barclay2000-03-111-51/+10
* Start to use ray_start_join_net (my old code removed on next checkin)Duncan Barclay2000-03-111-173/+215
* One more patch for the atkbd driver. It will make sure that theKazutaka YOKOTA2000-03-112-0/+24
* Teach the 'dc' driver how to pick up settings left over by theMike Smith2000-03-112-0/+43
* Cosmetics..Søren Schmidt2000-03-102-4/+4
* Dont call make_dev until we are sure the device is there, this preventsSøren Schmidt2000-03-101-4/+12
* Correct PnP ids for pcic-like cards.Warner Losh2000-03-101-4/+4
* Use the ccs update command mechanism for dowloading parameters on startupDuncan Barclay2000-03-091-112/+58
* Introduce ethernet bridge support for if_dcRobert Watson2000-03-091-4/+25
* Add vendor/device ID for Corega FEther USB-TX.Masahide MAEKAWA2000-03-091-0/+1
* Regen.Masahide MAEKAWA2000-03-092-2/+9
* Add Corega FEther USB-TX.Masahide MAEKAWA2000-03-091-0/+1
* Add the logical ID of Avance Logic ALS100. The vendor ID is alsoSeigo Tanimura2000-03-091-0/+1
* Mega additions of NetBSD code - most of the NetBSD code is now in here, ifDuncan Barclay2000-03-081-827/+1780
* Cosmetic fix: "id" -> "idad" for devstat.Jonathan Lemon2000-03-081-1/+1
* Add support for older EISA compaq cards and newer Smart 4200 cards.Jonathan Lemon2000-03-086-160/+622
* Fix cock up with test on start address.Duncan Barclay2000-03-081-8/+8