aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Remove 86 unneeded #includesPoul-Henning Kamp2000-10-2722-86/+0
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-279-31/+7
* As the blocking model has seems to be troublesome for many, disableMark Murray2000-10-271-0/+5
* Add PCI device ID for an upcoming revision of the product.Mike Smith2000-10-272-1/+3
* Add a missing newline to a diagnostic.Mike Smith2000-10-271-1/+1
* Yet another bug fix/optimization for the Davicom DM9100/9102: increaseBill Paul2000-10-271-0/+5
* add reinit functions to mixersCameron Grant2000-10-2613-21/+100
* do not attach to soundblaster 1.x - they are unsupportedCameron Grant2000-10-261-3/+7
* Add new ioctls for userland access to the MSP deviceRoger Hardiman2000-10-261-0/+10
* Fix typoRoger Hardiman2000-10-261-1/+1
* handle AFMT_QUERY rightCameron Grant2000-10-261-6/+15
* Set the DC_TX_INTR_ALWAYS and DC_TX_STORENFWD flags for the DavicomBill Paul2000-10-251-2/+2
* Add a missing SK_UNLOCK() to sk_attach_xmac().Bill Paul2000-10-251-0/+1
* 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