| Commit message (Expand) | Author | Age | Files | Lines |
| * | Regen. | Masahide MAEKAWA | 2000-09-05 | 2 | -2/+9 |
| * | Add product ID (Prolific ATAPI-4 Bridge Controller). | Masahide MAEKAWA | 2000-09-05 | 1 | -0/+1 |
| * | Regen. | Nick Hibma | 2000-09-05 | 2 | -4/+264 |
| * | Fix typo's | Nick Hibma | 2000-09-05 | 1 | -2/+2 |
| * | Loads of scanner Ids. | Nick Hibma | 2000-09-05 | 1 | -1/+45 |
| * | Add ZTIA001 - Zoom Internal V90 Faxmodem. | Sheldon Hearn | 2000-09-05 | 1 | -0/+1 |
| * | Regenerate | Peter Wemm | 2000-09-05 | 2 | -2/+18 |
| * | When dumping the 'found devices' list in verbose mode, actually show the | Peter Wemm | 2000-09-05 | 1 | -0/+2 |
| * | Support for RBC devices, like Sony Memory Sticks. | Nick Hibma | 2000-09-04 | 1 | -3/+65 |
| * | Add the id for the Sony memory sticks. | Nick Hibma | 2000-09-04 | 1 | -0/+4 |
| * | Add Boca K56Flex PnP modem. | Sheldon Hearn | 2000-09-04 | 1 | -0/+1 |
| * | PR: kern/20895 | Gerard Roudier | 2000-09-03 | 2 | -26/+46 |
| * | Replace previous change by a move of a #include since something else | Peter Wemm | 2000-09-03 | 1 | -5/+3 |
| * | If we are going to test NSMBUS, we had better #include the file that | Peter Wemm | 2000-09-03 | 1 | -0/+1 |
| * | Fix warnings by moving static functions before they are used. | Peter Wemm | 2000-09-03 | 1 | -39/+39 |
| * | update for phk's last devfs commit | Cameron Grant | 2000-09-02 | 1 | -10/+1 |
| * | Avoid the modules madness I inadvertently introduced by making the | Poul-Henning Kamp | 2000-09-02 | 14 | -69/+12 |
| * | add a missing return statement, doh. | Cameron Grant | 2000-09-02 | 1 | -0/+1 |
| * | Add ACPI_BUS_SPACE stuff definitions in acpi_machdep.h. | Mitsuru IWASAKI | 2000-09-02 | 1 | -1/+1 |
| * | Bite the bullet and provde memcmp() and memset(), this will be cheaper | Poul-Henning Kamp | 2000-09-02 | 1 | -16/+0 |
| * | Don't check for ohci/uhci to be loaded, check for the usb module. | Nick Hibma | 2000-09-02 | 1 | -3/+2 |
| * | Define some more bits in CSR15 needed for previous change. | Bill Paul | 2000-09-02 | 1 | -0/+4 |
| * | Make the blinkylights on non-MII 21143 cards work. We need to enable | Bill Paul | 2000-09-01 | 1 | -0/+11 |
| * | If a base address register has been set up by the BIOS, but the relevant | Mike Smith | 2000-09-01 | 1 | -6/+13 |
| * | Move the 'asr' driver to cdev major 154, since 97 is already taken. | Mike Smith | 2000-09-01 | 1 | -1/+1 |
| * | Change the probing order priority of acpi so that acpi is probed after | Mitsuru IWASAKI | 2000-09-01 | 1 | -1/+1 |
| * | change mixer api slightly | Cameron Grant | 2000-09-01 | 25 | -249/+627 |
| * | Cleanup after repo copy of sys/svr4 to sys/compat/svr4. | David E. O'Brien | 2000-09-01 | 1 | -6/+6 |
| * | Add MAINTAINER tag to aid updaters in finding the responsible parties. | Mike Smith | 2000-09-01 | 1 | -0/+2 |
| * | Add the 'asr' driver, supplied by Mark Salyzyn of Adaptec (nee DPT). | Mike Smith | 2000-09-01 | 15 | -0/+12186 |
| * | Remove duplicate static definition of pci_devclass | Peter Wemm | 2000-08-31 | 1 | -1/+0 |
| * | Cleanup on power off code under ACPI. | Mitsuru IWASAKI | 2000-08-31 | 1 | -15/+21 |
| * | Make it possible to pass boot()'s flags to shutdown_nice() so that the | Mike Smith | 2000-08-31 | 1 | -1/+1 |
| * | Major update to the AMI MegaRAID driver. | Mike Smith | 2000-08-30 | 9 | -1131/+2502 |
| * | Add comment about why the deletion of children is necessary in detach. | Warner Losh | 2000-08-30 | 1 | -0/+8 |
| * | remove stuff accidentally left in last commit | Cameron Grant | 2000-08-29 | 1 | -16/+0 |
| * | suspend/resume for ds1 driver | Cameron Grant | 2000-08-29 | 1 | -9/+51 |
| * | Refine implementation of PowerResource manipulation sub-routines. | Mitsuru IWASAKI | 2000-08-29 | 3 | -119/+265 |
| * | A lot of changes on acpi driver code. | Mitsuru IWASAKI | 2000-08-29 | 2 | -70/+80 |
| * | make the test for hwptr going backwards more picky- now it only triggers if | Cameron Grant | 2000-08-29 | 1 | -1/+1 |
| * | Give ccd a cloning function. | Poul-Henning Kamp | 2000-08-29 | 1 | -8/+32 |
| * | add devfs support. when devfs is enabled, sysctl hw.sndunit is used to set | Cameron Grant | 2000-08-29 | 1 | -1/+65 |
| * | add driver for forte-media fm801 | Cameron Grant | 2000-08-29 | 1 | -0/+743 |
| * | Many and sundry changes. Still alpha quality. | Poul-Henning Kamp | 2000-08-29 | 1 | -136/+360 |
| * | * Completely rewrite the alpha busspace to hide the implementation from | Doug Rabson | 2000-08-28 | 17 | -216/+264 |
| * | Fix disordered arguments to bus_space_barrier(). | Doug Rabson | 2000-08-28 | 1 | -1/+1 |
| * | Define a pcic module version | Warner Losh | 2000-08-28 | 1 | -0/+1 |
| * | Removed detection for Voodoo Banshee and Voodoo3 cards. I forsee certain | Coleman Kane | 2000-08-28 | 2 | -16/+43 |
| * | remove clause 3 licence | Matt Jacob | 2000-08-27 | 1 | -7/+1 |
| * | various fixes | Matt Jacob | 2000-08-27 | 7 | -241/+409 |