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