| Commit message (Expand) | Author | Age | Files | Lines |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 42 | -61/+76 |
* | Add lock type arguments to callers of snd_mtxcreate(). | jhb | 2002-04-04 | 10 | -10/+10 |
* | Change snd_mtxcreate() to accept a lock type as an extra argument that is | jhb | 2002-04-04 | 2 | -4/+4 |
* | o Reduce the gratuitous differences with NetBSD. | imp | 2002-04-04 | 3 | -60/+34 |
* | Try to sort out the correct way to generate async link state change | wpaul | 2002-04-04 | 2 | -15/+73 |
* | Add the driver for "myson" ethernet cards. | julian | 2002-04-04 | 2 | -0/+2467 |
* | It would appear, from preliminary indications, that No Wires Necessary | imp | 2002-04-03 | 1 | -2/+0 |
* | Four fixes from NetBSD: | imp | 2002-04-03 | 4 | -62/+146 |
* | Redo stuff for sparc64- primarily fix bus dma implementation. The endian | mjacob | 2002-04-02 | 3 | -142/+132 |
* | Add support for the PERC3/Di found in the Dell 1650 | scottl | 2002-04-02 | 1 | -0/+1 |
* | When reading a UFS-style label from a floppy, don't attempt to use a | joerg | 2002-04-02 | 1 | -1/+1 |
* | Correct the Northbridge test on the new ATA133 VIA's | sos | 2002-04-02 | 2 | -28/+28 |
* | Back the last commit out. The network drivers need reworking first. :( | joe | 2002-04-02 | 2 | -3/+27 |
* | MFNetBSD: usbdi.c (1.80), usbdi.h (1.51) | joe | 2002-04-02 | 2 | -27/+3 |
* | MFNetBSD: | joe | 2002-04-02 | 1 | -1/+2 |
* | MFNetBSD: usb_port.h (1.45 partial), usb_subr.c (1.88) | joe | 2002-04-02 | 2 | -7/+3 |
* | MFNetBSD: usb_subr.c (1.87), usbdi.h (1.53) | joe | 2002-04-02 | 2 | -1/+14 |
* | Add get-status to the ATA RAID subsystem. | sos | 2002-04-02 | 3 | -1/+48 |
* | Reduce differences between NetBSD's version and ours. | joe | 2002-04-02 | 1 | -94/+85 |
* | Use ANSI prototypes and declarations. | joe | 2002-04-02 | 2 | -188/+144 |
* | Retire the bogus ioctl DIOCGPART in toto. | phk | 2002-04-02 | 6 | -37/+0 |
* | Use ANSI prototypes and declarations. | joe | 2002-04-02 | 1 | -156/+123 |
* | Stop using the bogus DIOCGPART ioctl, use DIOCGSECTORSIZE and | phk | 2002-04-02 | 2 | -7/+19 |
* | One less user of the bogus DIOCGPART ioctl. | phk | 2002-04-02 | 1 | -12/+16 |
* | MFNetBSD: | joe | 2002-04-02 | 1 | -2/+6 |
* | MFNetBSD: (partial merge, as part was already there). | joe | 2002-04-02 | 1 | -2/+2 |
* | MFNetBSD: | joe | 2002-04-02 | 1 | -1/+2 |
* | MFNetBSD: usb.c (1.53), usbdi.h (1.49) | joe | 2002-04-02 | 2 | -11/+26 |
* | MFNetBSD: | joe | 2002-04-02 | 1 | -1/+6 |
* | MFNetBSD: uhub.c (1.49), usb.c (1.51), usbdi.h (1.48), usbdivar.h (1.63) | joe | 2002-04-02 | 4 | -30/+76 |
* | More newcard devices: | imp | 2002-04-02 | 1 | -1/+14 |
* | Add some devices from OpenBSD/NetBSD: | imp | 2002-04-02 | 1 | -1/+6 |
* | Regen for 1.30 pccarddevs | imp | 2002-04-02 | 1 | -1/+8 |
* | Actually merge proxim rangelands and addtron awp-100 | imp | 2002-04-02 | 1 | -0/+3 |
* | regen to 1.29 pccarddevs | imp | 2002-04-02 | 1 | -15/+40 |
* | Merge from both NetBSD and OpenBSD's pcmciadevs: | imp | 2002-04-02 | 1 | -6/+17 |
* | Make this compile again after the recent NetBSD merge | imp | 2002-04-02 | 1 | -2/+2 |
* | First cut at breaking out the bus attachment from the bus independent | imp | 2002-04-02 | 6 | -473/+612 |
* | MFNetBSD: | joe | 2002-04-01 | 1 | -5/+7 |
* | MFNetBSD: | joe | 2002-04-01 | 1 | -7/+6 |
* | MFNetBSD: | joe | 2002-04-01 | 1 | -3/+8 |
* | MFNetBSD: | joe | 2002-04-01 | 1 | -4/+2 |
* | MFNetBSD: | joe | 2002-04-01 | 1 | -1/+4 |
* | MFNetBSD: ohci.c (1.99), uhci.c (1.133), usb.c (1.49), usb_port.h | joe | 2002-04-01 | 7 | -23/+73 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 28 | -65/+99 |
* | MFNetBSD: | joe | 2002-04-01 | 1 | -10/+6 |
* | MFNetBSD: Update many URLs. | joe | 2002-04-01 | 9 | -13/+18 |
* | MFNetBSD: | joe | 2002-04-01 | 1 | -3/+4 |
* | MFNetBSD: | joe | 2002-04-01 | 1 | -1/+2 |
* | MFNetBSD: | joe | 2002-04-01 | 1 | -2/+5 |