| Commit message (Expand) | Author | Age | Files | Lines |
| * | Better comment for the product ID thing. | Warner Losh | 2002-10-07 | 1 | -2/+5 |
| * | Update comments to remind me about power bugs in oldcard. | Warner Losh | 2002-10-07 | 1 | -1/+4 |
| * | Ooops. Need to free dc_srom on detach to not leak memory. | Warner Losh | 2002-10-07 | 1 | -0/+1 |
| * | Dynamically configure the width of the srom. This code comes from | Warner Losh | 2002-10-07 | 2 | -15/+106 |
| * | INclude <sys/mutex.h>'s prerequisite <sys/lock.h> instead of depending on | Bruce Evans | 2002-10-06 | 1 | -0/+1 |
| * | Make this work under GEOM. | Matthew N. Dodd | 2002-10-06 | 3 | -184/+43 |
| * | NB: This commit does *NOT* make GEOM the default in FreeBSD | Poul-Henning Kamp | 2002-10-05 | 2 | -1/+8 |
| * | Get Vinum up and running with GEOM: | Robert Watson | 2002-10-05 | 1 | -86/+21 |
| * | Refinement on previous fix for mutex destruction: make sure we don't | Robert Watson | 2002-10-05 | 1 | -4/+3 |
| * | Remove a panic on vinum module unload: make sure to destroy all mutexes | Robert Watson | 2002-10-05 | 1 | -1/+4 |
| * | Make sure that ACPI PCI driver probe routine call pci_cfgregopen() | Mitsuru IWASAKI | 2002-10-05 | 2 | -0/+6 |
| * | Oops, forgot to add main file for my previous commit :-) | Mitsuru IWASAKI | 2002-10-05 | 1 | -0/+1077 |
| * | Add code for ACPI PCI link object manipulation. | Mitsuru IWASAKI | 2002-10-05 | 4 | -2/+32 |
| * | Crypto device driver for Broadcom-based cards. Known to work with 582x-based | Sam Leffler | 2002-10-04 | 3 | -0/+2984 |
| * | Crypto device driver for hifn-based cards. Tested with 7951-, and 7811-based | Sam Leffler | 2002-10-04 | 3 | -0/+3458 |
| * | Remove duplicate make_dev() calls. | Matthew N. Dodd | 2002-10-04 | 1 | -4/+0 |
| * | newbus & bus_space the mcd(4) driver. | Matthew N. Dodd | 2002-10-04 | 4 | -451/+701 |
| * | Minor style(9) changes. | Matthew N. Dodd | 2002-10-04 | 1 | -9/+16 |
| * | Remove duplicate calls to make_dev(). | Matthew N. Dodd | 2002-10-04 | 1 | -4/+0 |
| * | Oops, missed this one. Fix a printf format error on 64 bit systems | Peter Wemm | 2002-10-04 | 1 | -2/+2 |
| * | Fix printf format errors on 64 bit systems where sizes are long | Peter Wemm | 2002-10-04 | 1 | -2/+4 |
| * | Display the name of the acpi node that we do not find the pci interrupt | Peter Wemm | 2002-10-04 | 1 | -2/+3 |
| * | Static'ify a variable. | Alfred Perlstein | 2002-10-03 | 1 | -1/+1 |
| * | Correct an indentation. | Eric Anholt | 2002-10-03 | 1 | -1/+1 |
| * | In an SMP environment post-Giant it is no longer safe to blindly | Don Lewis | 2002-10-03 | 1 | -1/+1 |
| * | Fix rare and probably inconsequential memory leak. | Poul-Henning Kamp | 2002-10-02 | 1 | -1/+3 |
| * | Fix a probably rare and inconsequential memory leak. | Poul-Henning Kamp | 2002-10-02 | 1 | -1/+3 |
| * | Fix mis-indentation. | Poul-Henning Kamp | 2002-10-02 | 2 | -10/+10 |
| * | Some kernel threads try to do significant work, and the default KSTACK_PAGES | Scott Long | 2002-10-02 | 10 | -11/+11 |
| * | Use more standard variable names for modevent functions. | Matthew N. Dodd | 2002-10-02 | 2 | -4/+4 |
| * | Create/destroy memory zones on module load/unload, not on device | Matthew N. Dodd | 2002-10-02 | 2 | -15/+48 |
| * | Fix a typo in BGE_BIGENDIAN_INIT. | Jake Burkholder | 2002-10-01 | 1 | -2/+2 |
| * | Add a field to struct cmn_unit to hold a pointer to the driver's softc. | Matthew N. Dodd | 2002-10-01 | 5 | -0/+6 |
| * | 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 |