| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Release allocated resources on error. | Yoshihiro Takahashi | 2000-04-12 | 2 | -144/+163 |
| * | Set the value of rid variable for bus_alloc_resource(dev, SYS_RES_IOPORT,...) | Yoshihiro Takahashi | 2000-04-12 | 1 | -2/+4 |
| * | Driver is now using miibus, and newbus. | Semen Ustimenko | 2000-04-12 | 3 | -1100/+674 |
| * | Added code to handle QS6612 PHY as standard NS PHY | Semen Ustimenko | 2000-04-11 | 1 | -5/+8 |
| * | Add features required for basic userland management utility: | Mike Smith | 2000-04-11 | 5 | -135/+235 |
| * | Most of this commit are minor changes whilst trying to make the driver | Duncan Barclay | 2000-04-09 | 1 | -216/+374 |
| * | Add support for ATA66 on newer revisions of the VIA 82C596 | Søren Schmidt | 2000-04-09 | 3 | -27/+40 |
| * | Re-enable probe for isa and correct the plug and play issue that | Warner Losh | 2000-04-08 | 1 | -2/+2 |
| * | Make the N2 isa cards probe again. Remove the unused frame relay hooks. | John Hay | 2000-04-08 | 2 | -430/+16 |
| * | Update the urio driver. It now works on NetBSD and OpenBSD as well. | Nick Hibma | 2000-04-08 | 2 | -97/+243 |
| * | * Factor out the object system from new-bus so that it can be used by | Doug Rabson | 2000-04-08 | 9 | -1/+16 |
| * | Newbusify amd driver. | Yoshihiro Takahashi | 2000-04-07 | 2 | -89/+96 |
| * | Newbusify adv driver. | Yoshihiro Takahashi | 2000-04-07 | 8 | -157/+166 |
| * | Use correct offset into register window. | Matthew N. Dodd | 2000-04-07 | 1 | -1/+2 |
| * | - Convert dpt_pci.c to newbus. | Matthew N. Dodd | 2000-04-07 | 6 | -454/+428 |
| * | If we can't allocate an IRQ resource, fail in the attach routine. | Jonathan Lemon | 2000-04-07 | 1 | -0/+4 |
| * | Regen. | Nick Hibma | 2000-04-06 | 2 | -2/+9 |
| * | Add Zip 250 | Nick Hibma | 2000-04-06 | 1 | -0/+1 |
| * | open_drive: Add kludges for vn and md. | Greg Lehey | 2000-04-06 | 1 | -0/+4 |
| * | (finally!) add keywords raid4 and partition. | Greg Lehey | 2000-04-06 | 1 | -1/+3 |
| * | complete_rqe: Remove a race condition in RAID-4 and RAID-5 where a | Greg Lehey | 2000-04-06 | 1 | -2/+2 |
| * | Awi driver, ported from NetBSD from Atsushi Once-san. | Warner Losh | 2000-04-06 | 11 | -0/+5049 |
| * | make poll() dtrt, previously when playing it would trigger if there was less | Cameron Grant | 2000-04-05 | 1 | -2/+2 |
| * | decrease buffer size to 4k | Cameron Grant | 2000-04-05 | 1 | -23/+58 |
| * | allow /dev/dsp to be opened seperately for reading and writing. | Cameron Grant | 2000-04-05 | 3 | -11/+27 |
| * | try increasing 2ndbuffer size to 64k | Cameron Grant | 2000-04-05 | 1 | -1/+1 |
| * | move buffer size definition to .c file for consistency, and reduce it to 4k | Cameron Grant | 2000-04-05 | 2 | -1/+4 |
| * | Add automatic rescan on connect. This happens already if the drive is | Nick Hibma | 2000-04-04 | 1 | -9/+37 |
| * | Upgrade the bktr driver from 2.07 to 2.10. | Roger Hardiman | 2000-04-04 | 11 | -637/+1333 |
| * | Add multiple #include protection | Roger Hardiman | 2000-04-04 | 1 | -0/+6 |
| * | Fix mbuf leaking - duh! | Duncan Barclay | 2000-04-04 | 1 | -6/+9 |
| * | Fix pcic_detach_socket to get right pcic_handle. | Warner Losh | 2000-04-04 | 2 | -2/+2 |
| * | Be consistant about using the right child to get the ivars, which is | Warner Losh | 2000-04-04 | 1 | -7/+20 |
| * | make the click on starting output go away | Cameron Grant | 2000-04-04 | 1 | -20/+24 |
| * | Dereference a pointer (print int instead of pointer value) | Nick Hibma | 2000-04-03 | 1 | -1/+1 |
| * | Numerous fixes brought in by Lennart Augustsson from NetBSD: | Nick Hibma | 2000-04-03 | 1 | -47/+151 |
| * | OpenBSD has a broken debugger that does not grok static. Use a | Nick Hibma | 2000-04-03 | 23 | -583/+588 |
| * | Regen. | Nick Hibma | 2000-04-03 | 2 | -120/+418 |
| * | Add Freecom + product; Update NetBSD's copyright | Nick Hibma | 2000-04-03 | 1 | -1/+5 |
| * | Add a hack to cam that makes the cam_xpt available to the rest of the | Nick Hibma | 2000-04-03 | 1 | -26/+3 |
| * | Unbreak LINT. | Kazutaka YOKOTA | 2000-04-03 | 2 | -1/+5 |
| * | fix missing defines and prototype for emu_vdump() | Cameron Grant | 2000-04-03 | 2 | -3/+12 |
| * | Sync with NetBSD: Add a few id's and correct numerous typo's | Nick Hibma | 2000-04-03 | 1 | -47/+101 |
| * | Sync with NetBSD: Keep the bit position even when the report descriptor says ... | Nick Hibma | 2000-04-02 | 1 | -2/+5 |
| * | Shoot. Did a compile in the wrong directory and missed this compiler | Nick Hibma | 2000-04-02 | 1 | -1/+1 |
| * | Remove a static variable, a uniquifier for a SCSI command. It might have | Nick Hibma | 2000-04-02 | 1 | -5/+5 |
| * | I got the CAM numbers (path id's, buses, unit numbers) and newbus | Nick Hibma | 2000-04-02 | 1 | -131/+231 |
| * | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | Poul-Henning Kamp | 2000-04-02 | 20 | -82/+87 |
| * | Add support for the LinkSys USB10T network adapter that | Jonathan M. Bresler | 2000-04-02 | 4 | -2/+14 |
| * | This new driver version uses the DMA mapping interface | Gerard Roudier | 2000-04-02 | 2 | -320/+1021 |