aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* This driver doesn't have a software interrupt handler, so don't attempt toJohn Baldwin2000-10-251-8/+0
* Catch up to the new software interrupt code.John Baldwin2000-10-251-3/+4
* - Catch up to new software interrupt code.John Baldwin2000-10-252-6/+6
* The USB scanner driver. To be used together with SANE.Nick Hibma2000-10-251-0/+663
* Regen.Nick Hibma2000-10-252-16/+134
* Sync with NetBSDNick Hibma2000-10-251-7/+29
* Major update to the 'twe' driver.Mike Smith2000-10-258-1407/+2702
* - Overhaul the software interrupt code to use interrupt threads for eachJohn Baldwin2000-10-254-46/+55
* Get rid of ridiculous ISP_PVS macro. Instead, just set anMatt Jacob2000-10-251-6/+7
* Whoops! Forgot to commit this when I committed the other (turnin on locks)Matt Jacob2000-10-251-13/+26
* Convert the USB ethernet drivers to use mutexes. Also convertBill Paul2000-10-247-176/+232
* Fix the problem with DMA mode not working on Aladdin chips.Søren Schmidt2000-10-241-2/+1
* Added the CAM-ified wds driver for the ancient WD7000 SCSI card.Sergey Babkin2000-10-241-0/+1443
* Add PC-Card/ISA SCSI host adpater drivers from NetBSD/pc98Noriaki Mitsunaga2000-10-2315-0/+6255
* Get rid of the last traces of ACTUALLY_LKM_NOT_KERNELPoul-Henning Kamp2000-10-231-2/+0
* Don't rely on <sys/queue.h> to bogusly include <struct.h>.Poul-Henning Kamp2000-10-221-0/+3
* Moved prototypes of isa_alloc_resourcev() and isa_load_resourcev() toYoshihiro Takahashi2000-10-221-0/+2
* Make LINT compile again.Poul-Henning Kamp2000-10-222-2/+2
* Clean up the raid code a bit, also allow disks on HPT controllers toSøren Schmidt2000-10-222-65/+97
* Fix warning in the ISA only case.Søren Schmidt2000-10-221-0/+1
* Get the prober error code instead of relying on scp->error to containSøren Schmidt2000-10-221-0/+1
* Up the reset pulse to 100ms in ata_reset, some drives especiallySøren Schmidt2000-10-221-7/+1
* First attempt at timeouts for bio commands sent to the controller. No retry isScott Long2000-10-222-0/+34
* Make usual 1-line cardbus support modification.Warner Losh2000-10-221-0/+1
* o Remove lots of kludges with iospace and irq.Warner Losh2000-10-221-10/+13
* Cleanup allocation of resources for 16-bits. We now do the rightWarner Losh2000-10-221-12/+20
* (Introduce something sitting in my repo for 3 weeks now...)Bosko Milekic2000-10-212-24/+11
* Allow interrupts to be sharable.Warner Losh2000-10-201-9/+6
* Get the interrupt correct.Warner Losh2000-10-201-1/+1
* Add actual URL for XMAC II datasheet in comments.Archie Cobbs2000-10-201-2/+4
* Add i815 host to PCI bridge IDAndrey A. Chernov2000-10-201-0/+3
* Add missing 'unit' codeRoger Hardiman2000-10-201-0/+4
* Catch up to moving headers:John Baldwin2000-10-2011-11/+11
* Remove unnecessary machine/mutex.h include.John Baldwin2000-10-201-1/+0
* Bugfix: The data is not stored only in the first cblock, calculate theNick Hibma2000-10-201-1/+8
* Regen.Nick Hibma2000-10-202-2/+9
* Add the Sony MSC Memory Stick Adaptor (in the Sony PCS laptops)Nick Hibma2000-10-201-0/+1
* o Fix memory leak in ivarsWarner Losh2000-10-191-6/+25
* Quiet a silly warning.John Baldwin2000-10-191-1/+1
* NEWCARD/Cardbus -Jonathan Chen2000-10-194-9/+651
* Write the routed interrupt back to PCI configuration space.Mike Smith2000-10-191-1/+1
* Add Daniel's name and fix release dataRoger Hardiman2000-10-191-2/+2
* Update to driver 2.17Roger Hardiman2000-10-198-76/+201
* Minor changes to the ATA RAID support code, remove some verbositySøren Schmidt2000-10-184-44/+15
* This didn't compile. Fix typo: s/rmang_get_start/rman_get_start/Peter Wemm2000-10-181-1/+1
* Attempt to fix the random read blocking. The old code slept atPeter Wemm2000-10-181-14/+13
* Go ahead and disable the legacy mapping of the pcic registers on theWarner Losh2000-10-181-1/+1
* Initial commit of NEWCARD cardbus side (that actually compiles and works)Jonathan Chen2000-10-186-563/+0
* Initial commit of NEWCARD cardbus side (that actually compiles and works)Jonathan Chen2000-10-189-553/+3615
* Remove some silly debug writes and code that we don't needWarner Losh2000-10-181-20/+0