summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-279-31/+7
* As the blocking model has seems to be troublesome for many, disablemarkm2000-10-271-0/+5
* Add PCI device ID for an upcoming revision of the product.msmith2000-10-272-1/+3
* Add a missing newline to a diagnostic.msmith2000-10-271-1/+1
* Yet another bug fix/optimization for the Davicom DM9100/9102: increasewpaul2000-10-271-0/+5
* add reinit functions to mixerscg2000-10-2613-21/+100
* do not attach to soundblaster 1.x - they are unsupportedcg2000-10-261-3/+7
* Add new ioctls for userland access to the MSP deviceroger2000-10-261-0/+10
* Fix typoroger2000-10-261-1/+1
* handle AFMT_QUERY rightcg2000-10-261-6/+15
* Set the DC_TX_INTR_ALWAYS and DC_TX_STORENFWD flags for the Davicomwpaul2000-10-251-2/+2
* Add a missing SK_UNLOCK() to sk_attach_xmac().wpaul2000-10-251-0/+1
* This driver doesn't have a software interrupt handler, so don't attempt tojhb2000-10-251-8/+0
* Catch up to the new software interrupt code.jhb2000-10-251-3/+4
* - Catch up to new software interrupt code.jhb2000-10-252-6/+6
* The USB scanner driver. To be used together with SANE.n_hibma2000-10-251-0/+663
* Regen.n_hibma2000-10-252-16/+134
* Sync with NetBSDn_hibma2000-10-251-7/+29
* Major update to the 'twe' driver.msmith2000-10-258-1413/+2708
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-254-46/+55
* Get rid of ridiculous ISP_PVS macro. Instead, just set anmjacob2000-10-251-6/+7
* Whoops! Forgot to commit this when I committed the other (turnin on locks)mjacob2000-10-251-13/+26
* Convert the USB ethernet drivers to use mutexes. Also convertwpaul2000-10-247-176/+232
* Fix the problem with DMA mode not working on Aladdin chips.sos2000-10-241-2/+1
* Added the CAM-ified wds driver for the ancient WD7000 SCSI card.babkin2000-10-241-0/+1443
* Add PC-Card/ISA SCSI host adpater drivers from NetBSD/pc98non2000-10-2315-0/+6255
* Get rid of the last traces of ACTUALLY_LKM_NOT_KERNELphk2000-10-231-2/+0
* Don't rely on <sys/queue.h> to bogusly include <struct.h>.phk2000-10-221-0/+3
* Moved prototypes of isa_alloc_resourcev() and isa_load_resourcev() tonyan2000-10-221-0/+2
* Make LINT compile again.phk2000-10-222-2/+2
* Clean up the raid code a bit, also allow disks on HPT controllers tosos2000-10-222-66/+98
* Fix warning in the ISA only case.sos2000-10-221-0/+1
* Get the prober error code instead of relying on scp->error to containsos2000-10-221-0/+1
* Up the reset pulse to 100ms in ata_reset, some drives especiallysos2000-10-221-7/+1
* First attempt at timeouts for bio commands sent to the controller. No retry isscottl2000-10-222-0/+34
* Make usual 1-line cardbus support modification.imp2000-10-221-0/+1
* o Remove lots of kludges with iospace and irq.imp2000-10-221-10/+13
* Cleanup allocation of resources for 16-bits. We now do the rightimp2000-10-221-12/+20
* (Introduce something sitting in my repo for 3 weeks now...)bmilekic2000-10-212-24/+11
* Allow interrupts to be sharable.imp2000-10-201-9/+6
* Get the interrupt correct.imp2000-10-201-1/+1
* Add actual URL for XMAC II datasheet in comments.archie2000-10-201-2/+4
* Add i815 host to PCI bridge IDache2000-10-201-0/+3
* Add missing 'unit' coderoger2000-10-201-0/+4
* Catch up to moving headers:jhb2000-10-2011-11/+11
* Remove unnecessary machine/mutex.h include.jhb2000-10-201-1/+0
* Bugfix: The data is not stored only in the first cblock, calculate then_hibma2000-10-201-1/+8
* Regen.n_hibma2000-10-202-2/+9
* Add the Sony MSC Memory Stick Adaptor (in the Sony PCS laptops)n_hibma2000-10-201-0/+1
* o Fix memory leak in ivarsimp2000-10-191-6/+25
OpenPOWER on IntegriCloud