aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Better comment for the product ID thing.Warner Losh2002-10-071-2/+5
* Update comments to remind me about power bugs in oldcard.Warner Losh2002-10-071-1/+4
* Ooops. Need to free dc_srom on detach to not leak memory.Warner Losh2002-10-071-0/+1
* Dynamically configure the width of the srom. This code comes fromWarner Losh2002-10-072-15/+106
* INclude <sys/mutex.h>'s prerequisite <sys/lock.h> instead of depending onBruce Evans2002-10-061-0/+1
* Make this work under GEOM.Matthew N. Dodd2002-10-063-184/+43
* NB: This commit does *NOT* make GEOM the default in FreeBSDPoul-Henning Kamp2002-10-052-1/+8
* Get Vinum up and running with GEOM:Robert Watson2002-10-051-86/+21
* Refinement on previous fix for mutex destruction: make sure we don'tRobert Watson2002-10-051-4/+3
* Remove a panic on vinum module unload: make sure to destroy all mutexesRobert Watson2002-10-051-1/+4
* Make sure that ACPI PCI driver probe routine call pci_cfgregopen()Mitsuru IWASAKI2002-10-052-0/+6
* Oops, forgot to add main file for my previous commit :-)Mitsuru IWASAKI2002-10-051-0/+1077
* Add code for ACPI PCI link object manipulation.Mitsuru IWASAKI2002-10-054-2/+32
* Crypto device driver for Broadcom-based cards. Known to work with 582x-basedSam Leffler2002-10-043-0/+2984
* Crypto device driver for hifn-based cards. Tested with 7951-, and 7811-basedSam Leffler2002-10-043-0/+3458
* Remove duplicate make_dev() calls.Matthew N. Dodd2002-10-041-4/+0
* newbus & bus_space the mcd(4) driver.Matthew N. Dodd2002-10-044-451/+701
* Minor style(9) changes.Matthew N. Dodd2002-10-041-9/+16
* Remove duplicate calls to make_dev().Matthew N. Dodd2002-10-041-4/+0
* Oops, missed this one. Fix a printf format error on 64 bit systemsPeter Wemm2002-10-041-2/+2
* Fix printf format errors on 64 bit systems where sizes are longPeter Wemm2002-10-041-2/+4
* Display the name of the acpi node that we do not find the pci interruptPeter Wemm2002-10-041-2/+3
* Static'ify a variable.Alfred Perlstein2002-10-031-1/+1
* Correct an indentation.Eric Anholt2002-10-031-1/+1
* In an SMP environment post-Giant it is no longer safe to blindlyDon Lewis2002-10-031-1/+1
* Fix rare and probably inconsequential memory leak.Poul-Henning Kamp2002-10-021-1/+3
* Fix a probably rare and inconsequential memory leak.Poul-Henning Kamp2002-10-021-1/+3
* Fix mis-indentation.Poul-Henning Kamp2002-10-022-10/+10
* Some kernel threads try to do significant work, and the default KSTACK_PAGESScott Long2002-10-0210-11/+11
* Use more standard variable names for modevent functions.Matthew N. Dodd2002-10-022-4/+4
* Create/destroy memory zones on module load/unload, not on deviceMatthew N. Dodd2002-10-022-15/+48
* Fix a typo in BGE_BIGENDIAN_INIT.Jake Burkholder2002-10-011-2/+2
* Add a field to struct cmn_unit to hold a pointer to the driver's softc.Matthew N. Dodd2002-10-015-0/+6
* 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