| Commit message (Expand) | Author | Age | Files | Lines |
| * | Put MODULE_VERSION back here so that ispfw is happy. | Matt Jacob | 2002-07-25 | 1 | -0/+2 |
| * | Regen. | Takanori Watanabe | 2002-07-25 | 2 | -3/+10 |
| * | MFNetBSD: FTDI USB-serial converter chips description. | Takanori Watanabe | 2002-07-25 | 1 | -1/+2 |
| * | Fix some of the places where sound(4) can sleep with a lock held. (Help | Brian Feldman | 2002-07-25 | 3 | -12/+30 |
| * | Fake a resume method for this chip via calling detach/attach. This lets | Doug Ambrisko | 2002-07-24 | 1 | -1/+10 |
| * | Fix warning. | Jake Burkholder | 2002-07-24 | 1 | -0/+4 |
| * | Fix the sound driver vchan support to work when hw.snd.maxautovchans | Alexander Kabaev | 2002-07-23 | 1 | -1/+2 |
| * | Minimal tweak to not depend on NPCI, but still maintain portability | Peter Wemm | 2002-07-23 | 2 | -6/+12 |
| * | Add NULL check for the output buffer from AcpiEvaluateObject(). | Mitsuru IWASAKI | 2002-07-23 | 1 | -2/+2 |
| * | integrate from p4 repo: | Warner Losh | 2002-07-22 | 1 | -9/+16 |
| * | Three minor changes: | Warner Losh | 2002-07-22 | 1 | -14/+15 |
| * | Fix the transfer size calculation. | Søren Schmidt | 2002-07-22 | 1 | -1/+1 |
| * | Sync with the spl changes in -stable. | Søren Schmidt | 2002-07-22 | 2 | -2/+6 |
| * | Update the tags handling a bit, which makes support for the | Søren Schmidt | 2002-07-22 | 3 | -83/+72 |
| * | - Remove unnecessary break statement. | Robert Drehmel | 2002-07-22 | 1 | -2/+1 |
| * | Add device(power/sleep button and lid) wake function from sleeping state. | Mitsuru IWASAKI | 2002-07-22 | 4 | -5/+174 |
| * | Move lock in pcm_chn_add() to after malloc. | Orion Hodson | 2002-07-22 | 1 | -3/+2 |
| * | Make this compile. | Peter Wemm | 2002-07-22 | 1 | -0/+8 |
| * | Remove dependency on NPCI. Use 'options ATA_NOPCI' to compile without | Peter Wemm | 2002-07-21 | 1 | -3/+5 |
| * | Add uaudio -- a USB audio device driver. | Nick Sayer | 2002-07-21 | 4 | -0/+3720 |
| * | Remove abuse of NBKTR - this was always a NOP on freebsd. We never | Peter Wemm | 2002-07-21 | 3 | -11/+1 |
| * | Remove #if 0'ed abuse of NPCI | Peter Wemm | 2002-07-21 | 1 | -3/+0 |
| * | Remove #include <pci.h> - there is no abuse of NPCI here | Peter Wemm | 2002-07-21 | 1 | -1/+0 |
| * | The CNW_801 and CNW_802 are wireless cards that the cnw driver supports. | Warner Losh | 2002-07-21 | 1 | -2/+0 |
| * | Don't abuse __FreeBSD__ as version number. Since it was >= 3, remove | Warner Losh | 2002-07-21 | 1 | -2/+0 |
| * | Minor whitespace nits. remove #if 1 and #endif pair, but not code between. | Warner Losh | 2002-07-21 | 2 | -7/+1 |
| * | cardbus attachment. | Warner Losh | 2002-07-21 | 1 | -0/+1 |
| * | Reset the 16-bit bus and turn off power. More work in this area may | Warner Losh | 2002-07-21 | 1 | -1/+7 |
| * | Remove __FreeBSD__ version abuse, also de-orbit support for FreeBSD 2 | Warner Losh | 2002-07-21 | 2 | -447/+0 |
| * | o If the page returned by vm_page_grab(VM_ALLOC_ZERO) isn't prezeroed, | Alan Cox | 2002-07-21 | 2 | -0/+4 |
| * | Add PCI IDs for the A, B, and C UHCI controllers in the ICH4. | John Baldwin | 2002-07-19 | 1 | -0/+27 |
| * | Add PCI ID for the ICH4 ATA100 controller. | John Baldwin | 2002-07-19 | 2 | -0/+4 |
| * | Eliminate the need for pccard_common.c by moving the function inline | Warner Losh | 2002-07-17 | 3 | -70/+19 |
| * | Add support for Elsa XI325, Netgear MA401RA, and Nokia C110. From OpenBSD | Warner Losh | 2002-07-17 | 1 | -0/+3 |
| * | regen from pccarddevs 1.33 | Warner Losh | 2002-07-17 | 1 | -2/+18 |
| * | MFOpenBSD: | Warner Losh | 2002-07-17 | 1 | -1/+9 |
| * | - Use more correct values to initialize the AGP controller during setup. | John Baldwin | 2002-07-17 | 1 | -6/+21 |
| * | - Use IO mode to reset the controller (82544 and beyond) | Prafulla Deuskar | 2002-07-16 | 6 | -103/+429 |
| * | Add missing quotes around ID string in __FBSDID(). | Thomas Moestl | 2002-07-16 | 1 | -1/+1 |
| * | Re-fetch the interface handle after setting the config number, | Ian Dowse | 2002-07-15 | 2 | -1/+4 |
| * | Upgrade the random device to use a "real" hash instead of building | Mark Murray | 2002-07-15 | 3 | -54/+11 |
| * | Use semicolons at the end of function-like macros for the sake of | Mark Murray | 2002-07-15 | 2 | -2/+2 |
| * | Correct module name of my previous commit. | Hajimu UMEMOTO | 2002-07-15 | 1 | -1/+1 |
| * | fix driver name in DRIVER_MODULE | Max Khon | 2002-07-15 | 2 | -2/+2 |
| * | o Lock page queue accesses by vm_page_wire(). | Alan Cox | 2002-07-14 | 2 | -0/+4 |
| * | Miscellaneous fixes: | Thomas Moestl | 2002-07-14 | 2 | -28/+47 |
| * | o Complete the locking of page queue accesses by vm_page_unwire(). | Alan Cox | 2002-07-13 | 2 | -0/+6 |
| * | When usb is kld, ucom and uplcom were failed to load because of | Hajimu UMEMOTO | 2002-07-13 | 2 | -0/+2 |
| * | Remove a couple of debugging lines. | Matt Jacob | 2002-07-11 | 1 | -7/+0 |
| * | 'Support' for ISP SBus cards. | Matt Jacob | 2002-07-11 | 5 | -9/+853 |