| Commit message (Expand) | Author | Age | Files | Lines |
* | Misc cleanups. | sos | 2002-10-01 | 3 | -15/+17 |
* | Add yet another Promise PCI id. | sos | 2002-10-01 | 3 | -0/+4 |
* | Removed the only PCI_DEBUG ifdef in the kernel. PCI_DEBUG was not a | bde | 2002-10-01 | 1 | -2/+0 |
* | The bus number is unsigned, it cannot be less than zero. | phk | 2002-10-01 | 1 | -3/+0 |
* | Use if_printf(ifp, "foo") instead of printf("xe%d: foo", ifp->it_unit). | brooks | 2002-10-01 | 1 | -2/+2 |
* | Use if_printf(ifp, "blah") instead of printf("vx%d: blah", ifp->if_unit). | brooks | 2002-10-01 | 1 | -2/+2 |
* | Use if_printf(ifp, "blah") instead of printf("sr%d: blah", ifp->if_unit). | brooks | 2002-10-01 | 1 | -4/+4 |
* | Use if_printf(ifp, "blah") instead of printf("sn%d: blah", ifp->if_unit). | brooks | 2002-10-01 | 1 | -8/+7 |
* | Use if_printf() instead of printf() to print "sbni#: blah". | brooks | 2002-10-01 | 1 | -4/+3 |
* | Use if_printf(ifp, "blah") instead of printf("fe%d: blah", ifp->if_unit). | brooks | 2002-10-01 | 1 | -7/+7 |
* | Use if_printf() instead of printf() to print "ed#: blah". | brooks | 2002-10-01 | 1 | -3/+2 |
* | Use if_printf(ifp, "blah") instead of | brooks | 2002-10-01 | 1 | -23/+18 |
* | Use if_printf(ifp, "blah") instead of | brooks | 2002-10-01 | 1 | -32/+29 |
* | Use if_printf(ifp, "blah") instead of printf("ar%d: blah", ifp->if_unit). | brooks | 2002-10-01 | 1 | -4/+4 |
* | Remove a left over '&' from the conversion to using our | gibbs | 2002-09-30 | 1 | -2/+2 |
* | Gremlins ate my comment! | joe | 2002-09-30 | 1 | -1/+1 |
* | In rev 1.51 of usb_port.h I switched over to using the USB_USE_SOFTINTR | joe | 2002-09-30 | 5 | -0/+21 |
* | Add support for DIOCGMEDIASIZE and DIOCGSECTORSIZE. | phk | 2002-09-30 | 1 | -40/+9 |
* | If GEOM is in the kernel, take these three out. I have no way of | phk | 2002-09-30 | 2 | -0/+6 |
* | Prefix private BIO commands with "FD" so people get a hint that they | phk | 2002-09-30 | 1 | -11/+11 |
* | HARP driver for the IDT77201/211 NICStAR ATM Adapter (Including Fore LE155). | mdodd | 2002-09-30 | 5 | -0/+4699 |
* | Use fcntl.h from inside /sys. | obrien | 2002-09-30 | 1 | -1/+1 |
* | mbuf leak in the error case has been fixed. When we have | imp | 2002-09-30 | 1 | -1/+3 |
* | Fix comment | imp | 2002-09-29 | 1 | -1/+1 |
* | Limit the TX key to a valid range | imp | 2002-09-29 | 2 | -1/+8 |
* | Don't leak the bar list for each thing we allocate. | imp | 2002-09-29 | 1 | -1/+3 |
* | Rename "struct device" to "struct midway_device" to avoid clashing | phk | 2002-09-28 | 2 | -3/+3 |
* | This driver doesn't need to include <sys/bus_private.h> either. | phk | 2002-09-28 | 2 | -2/+0 |
* | Disabuse this driver of the notion that it needs to include | phk | 2002-09-28 | 2 | -4/+2 |
* | Add support for the BCM5702x chips. | iwasaki | 2002-09-28 | 2 | -0/+3 |
* | Don't use GCC shorthand for ?: unless it really matters. | phk | 2002-09-28 | 1 | -2/+3 |
* | Fix an indentation problem. | phk | 2002-09-28 | 1 | -1/+1 |
* | Be consistent about "static" functions: if the function is marked | phk | 2002-09-28 | 21 | -60/+61 |
* | Put the casts on the right hand side of =. | phk | 2002-09-28 | 1 | -1/+1 |
* | Add a missing pair of curly braces to a conditional debug | gibbs | 2002-09-27 | 1 | -2/+3 |
* | Add "missing scratch-pad register" to the first of the two ports | phk | 2002-09-27 | 1 | -2/+2 |
* | Add a field so we can specify flags per port to the underlying device driver. | phk | 2002-09-27 | 2 | -0/+3 |
* | Add yet a quick flag to sio: 0x100000 "Scratch pad register missing". | phk | 2002-09-27 | 1 | -6/+5 |
* | Fix so it compiles with the new disklabel stuff. | sos | 2002-09-27 | 1 | -5/+5 |
* | MFNetBSD: Increasre the reset recovery time. (rev 1.69) | joe | 2002-09-27 | 1 | -3/+3 |
* | MFNetBSD: Update class codes. (rev 1.68) | joe | 2002-09-27 | 1 | -5/+13 |
* | MFNetBSD: Add Bluetooth related classes etc. (rev 1.67) | joe | 2002-09-27 | 1 | -5/+12 |
* | MFNetBSD: revision 1.66 | joe | 2002-09-27 | 1 | -6/+6 |
* | Remove redundant inclusion of inttypes.h in aicasm_gram.y | gibbs | 2002-09-27 | 4 | -8/+7 |
* | Upgrade to version 1.1 of the aic79xx U320 driver. | gibbs | 2002-09-26 | 6 | -243/+335 |
* | Expand vendor ID. | gibbs | 2002-09-26 | 1 | -1/+1 |
* | Correct a spelling error. | gibbs | 2002-09-26 | 1 | -2/+2 |
* | Sync perforce IDs for changes first committed to FreeBSD and then | gibbs | 2002-09-26 | 4 | -4/+4 |
* | Use inttypes.h | gibbs | 2002-09-26 | 5 | -7/+26 |
* | Argh, isa(4), eisa(4) and mca(4) now attach to legacy(4) instead of | jhb | 2002-09-26 | 2 | -2/+2 |