| Commit message (Expand) | Author | Age | Files | Lines |
* | Part 2 of the netgraph rewrite. | julian | 2001-01-08 | 7 | -107/+114 |
* | Completed move of Digiboard drivers to dev/dgb | babkin | 2001-01-08 | 2 | -6/+6 |
* | Add aic to the list of drivers that might work with NEWCARD. I've added | imp | 2001-01-08 | 1 | -6/+43 |
* | Add a quirk for drives that do not handle long inquiry data. | n_hibma | 2001-01-08 | 1 | -22/+41 |
* | Add the Synchronize command to umass_atapi_transform. It seems to work | n_hibma | 2001-01-07 | 1 | -0/+1 |
* | Print the correct value in a debugging printf. | n_hibma | 2001-01-07 | 1 | -1/+1 |
* | 1) Return the requestad length - the transferred length as the residue, | n_hibma | 2001-01-07 | 1 | -4/+6 |
* | This is a bandaid for a problem that is not entirely fixed yet. | peter | 2001-01-07 | 1 | -1/+5 |
* | Add the 3COM ID's that I could find in the pccarddevs file that seemed | peter | 2001-01-07 | 1 | -0/+22 |
* | This cannot possibly be right: | peter | 2001-01-07 | 1 | -2/+2 |
* | This file follows style(9), so adjust various nits in the last few commits | imp | 2001-01-07 | 1 | -17/+24 |
* | For bus_setup_intr, cookiep is a pointer to storage for the parent | imp | 2001-01-07 | 1 | -1/+1 |
* | Remove cdevsw when unloading the vn module. | n_hibma | 2001-01-07 | 1 | -0/+1 |
* | Try better this time at a patch that properly backspeeds on the Acer chips. | sos | 2001-01-07 | 1 | -2/+2 |
* | On open try to close the drivetray and wait for drive ready. | sos | 2001-01-07 | 1 | -0/+2 |
* | o Now that I've had time to test the new interface, reintegrate it back in. | imp | 2001-01-07 | 6 | -24/+22 |
* | Undo the interface change to CARD_GET_MEMORY_OFFSET. It wasn't tested | imp | 2001-01-07 | 3 | -13/+18 |
* | We do not, and hopefully never will, use the static pccard device table. | peter | 2001-01-07 | 2 | -1274/+1 |
* | Add the defines for the cardbus extensions for 32 bit addressing. This | peter | 2001-01-07 | 1 | -0/+9 |
* | *Blush* Fix a dumb typo in previous commit. | bmilekic | 2001-01-06 | 1 | -1/+1 |
* | Make sure musycc driver deals with the possibility of any type of mbuf | bmilekic | 2001-01-06 | 1 | -0/+20 |
* | * Better kld support in pccbb/cardbus | jon | 2001-01-06 | 8 | -207/+597 |
* | Rewrite of netgraph to start getting ready for SMP. | julian | 2001-01-06 | 7 | -167/+258 |
* | aic7xxx.c: | gibbs | 2001-01-05 | 5 | -82/+186 |
* | Add the VESA S3 linear framebuffer driver. It works on top of VESA by replacing | nsouch | 2001-01-05 | 1 | -0/+564 |
* | Remove vga_pci generic driver. | nsouch | 2001-01-05 | 1 | -75/+0 |
* | Oops the test in the Acer code should be >= not >. | sos | 2001-01-05 | 1 | -1/+1 |
* | Bugfix: device_resume should be connected to bus_generic_resume not | n_hibma | 2001-01-05 | 1 | -1/+1 |
* | Call mixer_hwinit() when attaching. | jhb | 2001-01-05 | 1 | -0/+1 |
* | - Make the 'hwvol_mixer' and 'hwvol_step' variables be specific to a | jhb | 2001-01-05 | 4 | -9/+86 |
* | Changed the copyright notice to BSD-style. The original GPL copyright | babkin | 2001-01-05 | 4 | -24/+110 |
* | The 'maxchans' count is one more than the number of channels, so | jhb | 2001-01-04 | 1 | -1/+1 |
* | Add the ES1681, as found in my Digital HiNote UltraII. It works with | imp | 2001-01-04 | 1 | -2/+1 |
* | Add support for using BurnProff(tm) on drives that support it. | sos | 2001-01-04 | 2 | -2/+6 |
* | Readd the id removed by sheldon in the previous commit to uscanner.c. | n_hibma | 2001-01-04 | 2 | -1/+2 |
* | UMASS_DEBUG implemented panic(9). | n_hibma | 2001-01-04 | 2 | -0/+9 |
* | Regen. | n_hibma | 2001-01-04 | 2 | -17/+137 |
* | Revert rev 1.8, which broke the installkernel target. | sheldonh | 2001-01-04 | 1 | -1/+0 |
* | Proberly calculate the RAID structure on the Promise Fasttrak. | sos | 2001-01-04 | 1 | -1/+2 |
* | Add the Id of the Epson 1640 scanner. | n_hibma | 2001-01-03 | 1 | -0/+1 |
* | Add a few Ids. From NetBSD. | n_hibma | 2001-01-03 | 1 | -4/+28 |
* | Rename the loader tunable from hw.sndunit to hw.snd.unit. | jhb | 2001-01-03 | 1 | -1/+1 |
* | - When acknowledging interrupts, write the value 0xff to the interrupt | jhb | 2001-01-03 | 2 | -19/+28 |
* | Add a new API for soundcards that have hardware volume control: | jhb | 2001-01-03 | 2 | -0/+39 |
* | Create a new sysctl node 'hw.snd' and move 'hw.sndunit' to | jhb | 2001-01-03 | 2 | -1/+6 |
* | Cleanup and improve mode detection. Now, you should get what you actually | nsouch | 2001-01-02 | 3 | -183/+98 |
* | Tidy up if_init routine so that it does not return an error. | dmlb | 2001-01-02 | 1 | -1/+13 |
* | Remove conflicts between unsinged char *s and int s. | non | 2001-01-02 | 1 | -4/+4 |
* | Either cvs(1) or I forgot this file in my last commit. | phk | 2001-01-02 | 1 | -25/+93 |
* | Newbusify the PCI PDQ (fddi) attachment. This isn't as clean as | peter | 2001-01-02 | 1 | -355/+73 |