| Commit message (Expand) | Author | Age | Files | Lines |
* | mdcreate_vnode() isn't correctly clearing things out of the linked | phk | 2002-06-15 | 1 | -2/+2 |
* | - Turn the hea and hfa HARP storage pools into UMA zones and insert | arr | 2002-06-14 | 10 | -44/+55 |
* | Add an entry for the US Robotics 2415. | nsayer | 2002-06-14 | 1 | -0/+1 |
* | Use a cv rather than tsleep and friends to do the sleep/wakeup | imp | 2002-06-13 | 2 | -7/+15 |
* | This actually compiles under lint now, by effectively #if 0'ing it | alfred | 2002-06-11 | 1 | -5/+0 |
* | - Whitespace only: use return statement consistentlt (return (foo), not | sobomax | 2002-06-10 | 1 | -8/+6 |
* | Fix driver to re-enable sound output on AD1816 based cards caused by an | hm | 2002-06-09 | 1 | -0/+4 |
* | Fix a '<<' that should have been a '>>' in the 48bit case. | sos | 2002-06-08 | 1 | -1/+1 |
* | 0 is not an invalid interrupt in the PCI world (just in the ia32 | imp | 2002-06-07 | 1 | -2/+4 |
* | Recognize Adaptec ANA-5910/30/40[A] boards. | mdodd | 2002-06-07 | 3 | -19/+65 |
* | Move some code around. | mdodd | 2002-06-07 | 4 | -16/+18 |
* | Hook up the ahd driver. | gibbs | 2002-06-06 | 7 | -27/+11 |
* | Remove one more multi-line string literal. | gibbs | 2002-06-06 | 1 | -5/+5 |
* | Make sc_saver_keyb_only (sceen saver interrupted by keyboard input only) | alfred | 2002-06-06 | 1 | -1/+1 |
* | Silence GCC warnings about multi-line strings. | gibbs | 2002-06-05 | 7 | -48/+48 |
* | Add some PCI-X register definitions. | gibbs | 2002-06-05 | 1 | -1/+18 |
* | Enter the ahd driver which supports the Adaptec AIC7902 Ultra320, PCI-X | gibbs | 2002-06-05 | 9 | -0/+19742 |
* | Add device id. for fxp chip on Intel D845EPT2L boards. This seems to | ambrisko | 2002-06-05 | 1 | -0/+1 |
* | Don't treat statistics counter wrap-overs as errors. | tmm | 2002-06-05 | 1 | -10/+3 |
* | Added support for 82545EM and 82546EB based adapters. | pdeuskar | 2002-06-03 | 6 | -1751/+7198 |
* | Use a per-device worker thread to avoid blocking in mdstrategy() | iedowse | 2002-06-03 | 1 | -11/+36 |
* | Quick and dirty convert to newbus. (Eventually 'eni.c' should go away.) | mdodd | 2002-06-03 | 6 | -18/+670 |
* | Fix typo in the BSD copyright: s/withough/without/ | schweikh | 2002-06-02 | 20 | -20/+20 |
* | Fix warnings. | alfred | 2002-06-01 | 1 | -3/+3 |
* | Fix a couple of places where preprocessor concatination was misused and | alfred | 2002-06-01 | 1 | -2/+2 |
* | Silence warning. | alfred | 2002-06-01 | 1 | -2/+2 |
* | Quick, low impact band-aide to unbreak the build. Added && 0 so we | ru | 2002-06-01 | 1 | -1/+1 |
* | Should have been part of recent commit: | alfred | 2002-06-01 | 2 | -5/+3 |
* | Call destroy_dev in detach routine to cleanup properly otherwise we | alfred | 2002-06-01 | 1 | -3/+8 |
* | Use PCI_INTERRUPT_VALI in stead of hard coded 255 | imp | 2002-06-01 | 1 | -5/+5 |
* | More style(9) nits | imp | 2002-06-01 | 1 | -20/+23 |
* | Define a PCI_INVALID_IRQ to augment PCI_INTERRUPT_VALID | imp | 2002-06-01 | 1 | -1/+2 |
* | Make this file mostly conform to style(9). | imp | 2002-06-01 | 1 | -87/+86 |
* | Quick, low impact band-aide to unbreak the build. Added && 0 so we | imp | 2002-05-31 | 3 | -3/+3 |
* | Warnings cleanup for gcc3. Also __FUNCTION__ -> __func__ | anholt | 2002-05-31 | 13 | -148/+148 |
* | Use __FreeBSD_version to test what things to use | imp | 2002-05-31 | 2 | -10/+11 |
* | Fix build breakage on my pccard related commit. | takawata | 2002-05-31 | 2 | -2/+2 |
* | Add missing unlock | julian | 2002-05-30 | 1 | -1/+3 |
* | Make oldcard and newcard kernel module work. | takawata | 2002-05-30 | 9 | -6/+99 |
* | Check for defined(__i386__) instead of just defined(i386) since the compiler | alfred | 2002-05-30 | 3 | -9/+9 |
* | Check for defined(__i386__) instead of just defined(i386) since the compiler | alfred | 2002-05-30 | 2 | -5/+5 |
* | Add one copy of crc32() and crc32_tab[] in libkern, and remove it two other | phk | 2002-05-29 | 1 | -55/+0 |
* | NetBSD have adopted our usage of the DMAADDR macro: | joe | 2002-05-28 | 3 | -12/+10 |
* | Use %02d in track numbers, so that 1 is 01, much easier for scripts | sos | 2002-05-28 | 1 | -1/+1 |
* | Regen. | joe | 2002-05-27 | 2 | -2/+16 |
* | Add a couple of new aue ethernet adapters from NetBSD: | joe | 2002-05-27 | 2 | -0/+4 |
* | Use aue_lookup for looking up devices. | joe | 2002-05-26 | 2 | -86/+71 |
* | Correct the usage of DMAADDR in a piece of '#if 0'd code. (The compiler | joe | 2002-05-26 | 1 | -1/+1 |
* | MFNetBSD: | joe | 2002-05-26 | 1 | -2/+2 |
* | MFNetBSD: ohci.c (1.124), uhci.c (1.159), usbdi.c (1.100) | joe | 2002-05-26 | 3 | -9/+9 |