aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Misc cleanups.Søren Schmidt2002-10-013-15/+17
* Add yet another Promise PCI id.Søren Schmidt2002-10-013-0/+4
* Removed the only PCI_DEBUG ifdef in the kernel. PCI_DEBUG was not aBruce Evans2002-10-011-2/+0
* The bus number is unsigned, it cannot be less than zero.Poul-Henning Kamp2002-10-011-3/+0
* Use if_printf(ifp, "foo") instead of printf("xe%d: foo", ifp->it_unit).Brooks Davis2002-10-011-2/+2
* Use if_printf(ifp, "blah") instead of printf("vx%d: blah", ifp->if_unit).Brooks Davis2002-10-011-2/+2
* Use if_printf(ifp, "blah") instead of printf("sr%d: blah", ifp->if_unit).Brooks Davis2002-10-011-4/+4
* Use if_printf(ifp, "blah") instead of printf("sn%d: blah", ifp->if_unit).Brooks Davis2002-10-011-8/+7
* Use if_printf() instead of printf() to print "sbni#: blah".Brooks Davis2002-10-011-4/+3
* Use if_printf(ifp, "blah") instead of printf("fe%d: blah", ifp->if_unit).Brooks Davis2002-10-011-7/+7
* Use if_printf() instead of printf() to print "ed#: blah".Brooks Davis2002-10-011-3/+2
* Use if_printf(ifp, "blah") instead ofBrooks Davis2002-10-011-23/+18
* Use if_printf(ifp, "blah") instead ofBrooks Davis2002-10-011-32/+29
* Use if_printf(ifp, "blah") instead of printf("ar%d: blah", ifp->if_unit).Brooks Davis2002-10-011-4/+4
* Remove a left over '&' from the conversion to using ourJustin T. Gibbs2002-09-301-2/+2
* Gremlins ate my comment!Josef Karthauser2002-09-301-1/+1
* In rev 1.51 of usb_port.h I switched over to using the USB_USE_SOFTINTRJosef Karthauser2002-09-305-0/+21
* Add support for DIOCGMEDIASIZE and DIOCGSECTORSIZE.Poul-Henning Kamp2002-09-301-40/+9
* If GEOM is in the kernel, take these three out. I have no way ofPoul-Henning Kamp2002-09-302-0/+6
* Prefix private BIO commands with "FD" so people get a hint that theyPoul-Henning Kamp2002-09-301-11/+11
* HARP driver for the IDT77201/211 NICStAR ATM Adapter (Including Fore LE155).Matthew N. Dodd2002-09-305-0/+4699
* Use fcntl.h from inside /sys.David E. O'Brien2002-09-301-1/+1
* mbuf leak in the error case has been fixed. When we haveWarner Losh2002-09-301-1/+3
* Fix commentWarner Losh2002-09-291-1/+1
* Limit the TX key to a valid rangeWarner Losh2002-09-292-1/+8
* Don't leak the bar list for each thing we allocate.Warner Losh2002-09-291-1/+3
* Rename "struct device" to "struct midway_device" to avoid clashingPoul-Henning Kamp2002-09-282-3/+3
* This driver doesn't need to include <sys/bus_private.h> either.Poul-Henning Kamp2002-09-282-2/+0
* Disabuse this driver of the notion that it needs to includePoul-Henning Kamp2002-09-282-4/+2
* Add support for the BCM5702x chips.Mitsuru IWASAKI2002-09-282-0/+3
* Don't use GCC shorthand for ?: unless it really matters.Poul-Henning Kamp2002-09-281-2/+3
* Fix an indentation problem.Poul-Henning Kamp2002-09-281-1/+1
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-2821-60/+61
* Put the casts on the right hand side of =.Poul-Henning Kamp2002-09-281-1/+1
* Add a missing pair of curly braces to a conditional debugJustin T. Gibbs2002-09-271-2/+3
* Add "missing scratch-pad register" to the first of the two portsPoul-Henning Kamp2002-09-271-2/+2
* Add a field so we can specify flags per port to the underlying device driver.Poul-Henning Kamp2002-09-272-0/+3
* Add yet a quick flag to sio: 0x100000 "Scratch pad register missing".Poul-Henning Kamp2002-09-271-6/+5
* Fix so it compiles with the new disklabel stuff.Søren Schmidt2002-09-271-5/+5
* MFNetBSD: Increasre the reset recovery time. (rev 1.69)Josef Karthauser2002-09-271-3/+3
* MFNetBSD: Update class codes. (rev 1.68)Josef Karthauser2002-09-271-5/+13
* MFNetBSD: Add Bluetooth related classes etc. (rev 1.67)Josef Karthauser2002-09-271-5/+12
* MFNetBSD: revision 1.66Josef Karthauser2002-09-271-6/+6
* Remove redundant inclusion of inttypes.h in aicasm_gram.yJustin T. Gibbs2002-09-274-8/+7
* Upgrade to version 1.1 of the aic79xx U320 driver.Justin T. Gibbs2002-09-266-243/+335
* Expand vendor ID.Justin T. Gibbs2002-09-261-1/+1
* Correct a spelling error.Justin T. Gibbs2002-09-261-2/+2
* Sync perforce IDs for changes first committed to FreeBSD and thenJustin T. Gibbs2002-09-264-4/+4
* Use inttypes.hJustin T. Gibbs2002-09-265-7/+26
* Argh, isa(4), eisa(4) and mca(4) now attach to legacy(4) instead ofJohn Baldwin2002-09-262-2/+2