aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Missing pieces of the last commit ;-(Kazutaka YOKOTA2000-03-192-22/+64
* - Properly keep track of I/O port resources.Kazutaka YOKOTA2000-03-1912-268/+406
* Remove the old DSC code, it doesn't work anymore.Søren Schmidt2000-03-184-52/+5
* o Correct the offsets into the syncrate table for paritcularJustin T. Gibbs2000-03-183-95/+161
* KNR -> ANSI function definition in two places. This matches the rest ofJustin T. Gibbs2000-03-181-5/+2
* Print the PCI resources even if they are disabled. This shows more clearlyNick Hibma2000-03-181-6/+12
* Make the Y-E Data PCMCIA floppy of the Toshiba Libretto work underJoerg Wunsch2000-03-181-244/+243
* The completely rewritten USB Mass Storage driver. It supports the followingNick Hibma2000-03-182-427/+2188
* - Fix bugs when painting border and the mouse cursor in the rasterKazutaka YOKOTA2000-03-182-48/+60
* - Add Support for the following PS/2 mice:Kazutaka YOKOTA2000-03-183-87/+401
* - `Newbus'ified the driver.Kazutaka YOKOTA2000-03-181-123/+282
* Get rid of the last remnants of powerhook abuse.Nick Hibma2000-03-185-11/+8
* Update to the latest development version of the Mylex driver. Changes inMike Smith2000-03-186-162/+704
* Add another device/vendor code combination to support yet anotherBill Paul2000-03-181-0/+1
* Update Tigon firmware yet again, this time to version 12.3.20.Bill Paul2000-03-183-1589/+1593
* Changed key assign for PC-98.Yoshihiro Takahashi2000-03-161-5/+5
* 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