aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Remove debugging codeRoger Hardiman2000-04-161-1/+1
* Fix typo in interrupt handling code and fix bug in setting of adelayRoger Hardiman2000-04-164-14/+24
* Make vinum compile again using the "cast to buf" workaround.Poul-Henning Kamp2000-04-163-20/+21
* - Define registers as offsets from register base rather than offsets fromMatthew N. Dodd2000-04-162-14/+10
* Include <sys/bus.h>, which is needed after Doug's latest object changes.Warner Losh2000-04-162-0/+4
* A messy commit that checkpoints the driver (not known to actually work)Duncan Barclay2000-04-151-236/+330
* Merged in a load of information from the card documentation - not finished yet.Duncan Barclay2000-04-151-120/+337
* A few comment tidy-ups.Duncan Barclay2000-04-151-13/+27
* First patch that prepares for the adding of multi-firmwareGerard Roudier2000-04-151-313/+233
* Update to driver 2.11.Roger Hardiman2000-04-155-8/+26
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-1523-422/+429
* make mmap sort-of work. there seem to be interactions with certain hwCameron Grant2000-04-155-154/+172
* Change && to || in probe routine so that the mlphy driver doesn'tBill Paul2000-04-141-1/+1
* Add vendor/device codes for SmartBridges SmartLink USB ethernet adapterBill Paul2000-04-141-0/+1
* Regenerate.Bill Paul2000-04-142-2/+18
* Add entry for SmartBridges SmartLink USB ethernet adapter.Bill Paul2000-04-141-0/+4
* Change the maximum I/O transfer size to DFLTPHYS. This should fixJonathan Lemon2000-04-131-1/+1
* - Add an additional call to eisa_add_iospace() so we get the right IOPORTMatthew N. Dodd2000-04-131-1/+2
* checkpoint latest pccard/pcic hacking:Warner Losh2000-04-137-165/+143
* - Release allocated resources on error.Yoshihiro Takahashi2000-04-122-144/+163
* Set the value of rid variable for bus_alloc_resource(dev, SYS_RES_IOPORT,...)Yoshihiro Takahashi2000-04-121-2/+4
* Driver is now using miibus, and newbus.Semen Ustimenko2000-04-123-1100/+674
* Added code to handle QS6612 PHY as standard NS PHYSemen Ustimenko2000-04-111-5/+8
* Add features required for basic userland management utility:Mike Smith2000-04-115-135/+235
* Most of this commit are minor changes whilst trying to make the driverDuncan Barclay2000-04-091-216/+374
* Add support for ATA66 on newer revisions of the VIA 82C596Søren Schmidt2000-04-093-27/+40
* Re-enable probe for isa and correct the plug and play issue thatWarner Losh2000-04-081-2/+2
* Make the N2 isa cards probe again. Remove the unused frame relay hooks.John Hay2000-04-082-430/+16
* Update the urio driver. It now works on NetBSD and OpenBSD as well.Nick Hibma2000-04-082-97/+243
* * Factor out the object system from new-bus so that it can be used byDoug Rabson2000-04-089-1/+16
* Newbusify amd driver.Yoshihiro Takahashi2000-04-072-89/+96
* Newbusify adv driver.Yoshihiro Takahashi2000-04-078-157/+166
* Use correct offset into register window.Matthew N. Dodd2000-04-071-1/+2
* - Convert dpt_pci.c to newbus.Matthew N. Dodd2000-04-076-454/+428
* If we can't allocate an IRQ resource, fail in the attach routine.Jonathan Lemon2000-04-071-0/+4
* Regen.Nick Hibma2000-04-062-2/+9
* Add Zip 250Nick Hibma2000-04-061-0/+1
* open_drive: Add kludges for vn and md.Greg Lehey2000-04-061-0/+4
* (finally!) add keywords raid4 and partition.Greg Lehey2000-04-061-1/+3
* complete_rqe: Remove a race condition in RAID-4 and RAID-5 where aGreg Lehey2000-04-061-2/+2
* Awi driver, ported from NetBSD from Atsushi Once-san.Warner Losh2000-04-0611-0/+5049
* make poll() dtrt, previously when playing it would trigger if there was lessCameron Grant2000-04-051-2/+2
* decrease buffer size to 4kCameron Grant2000-04-051-23/+58
* allow /dev/dsp to be opened seperately for reading and writing.Cameron Grant2000-04-053-11/+27
* try increasing 2ndbuffer size to 64kCameron Grant2000-04-051-1/+1
* move buffer size definition to .c file for consistency, and reduce it to 4kCameron Grant2000-04-052-1/+4
* Add automatic rescan on connect. This happens already if the drive isNick Hibma2000-04-041-9/+37
* Upgrade the bktr driver from 2.07 to 2.10.Roger Hardiman2000-04-0411-637/+1333
* Add multiple #include protectionRoger Hardiman2000-04-041-0/+6
* Fix mbuf leaking - duh!Duncan Barclay2000-04-041-6/+9