aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Fix pcic_detach_socket to get right pcic_handle.Warner Losh2000-04-042-2/+2
* Be consistant about using the right child to get the ivars, which isWarner Losh2000-04-041-7/+20
* make the click on starting output go awayCameron Grant2000-04-041-20/+24
* Dereference a pointer (print int instead of pointer value)Nick Hibma2000-04-031-1/+1
* Numerous fixes brought in by Lennart Augustsson from NetBSD:Nick Hibma2000-04-031-47/+151
* OpenBSD has a broken debugger that does not grok static. Use aNick Hibma2000-04-0323-583/+588
* Regen.Nick Hibma2000-04-032-120/+418
* Add Freecom + product; Update NetBSD's copyrightNick Hibma2000-04-031-1/+5
* Add a hack to cam that makes the cam_xpt available to the rest of theNick Hibma2000-04-031-26/+3
* Unbreak LINT.Kazutaka YOKOTA2000-04-032-1/+5
* fix missing defines and prototype for emu_vdump()Cameron Grant2000-04-032-3/+12
* Sync with NetBSD: Add a few id's and correct numerous typo'sNick Hibma2000-04-031-47/+101
* Sync with NetBSD: Keep the bit position even when the report descriptor says ...Nick Hibma2000-04-021-2/+5
* Shoot. Did a compile in the wrong directory and missed this compilerNick Hibma2000-04-021-1/+1
* Remove a static variable, a uniquifier for a SCSI command. It might haveNick Hibma2000-04-021-5/+5
* I got the CAM numbers (path id's, buses, unit numbers) and newbusNick Hibma2000-04-021-131/+231
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-0220-82/+87
* Add support for the LinkSys USB10T network adapter thatJonathan M. Bresler2000-04-024-2/+14
* This new driver version uses the DMA mapping interfaceGerard Roudier2000-04-022-320/+1021