| Commit message (Expand) | Author | Age | Files | Lines |
* | update the ac97 layer: | cg | 2000-03-20 | 9 | -69/+226 |
* | add a function to reinitialize the mixer, to be called by drivers on | cg | 2000-03-20 | 2 | -0/+14 |
* | Isolate the Timecounter internals in their own two files. | phk | 2000-03-20 | 2 | -0/+2 |
* | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | phk | 2000-03-20 | 6 | -19/+13 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 22 | -89/+91 |
* | A fairly simple newbusification of if_de | peter | 2000-03-20 | 1 | -84/+99 |
* | Unused definitions. | peter | 2000-03-20 | 1 | -10/+0 |
* | White-space-only change. The file originally had screwed indentation. | yokota | 2000-03-20 | 1 | -382/+395 |
* | Noriyoshi Kawano-san reported in nomads another OUI for linksys. 4 is | imp | 2000-03-20 | 1 | -8/+1 |
* | Bandaid for src/sys/modules which broke world | peter | 2000-03-20 | 1 | -1/+1 |
* | Update the copyright. Remove the advertising clause. | paul | 2000-03-20 | 1 | -5/+2 |
* | Connect the ISA and PCI compatability shims to an option. In this case | peter | 2000-03-19 | 2 | -2/+17 |
* | Modify if_wi.c to call bpfdetach(ifp) before if_detach(ifp), so as to | rwatson | 2000-03-19 | 1 | -0/+2 |
* | Missing pieces of the last commit ;-( | yokota | 2000-03-19 | 2 | -22/+64 |
* | - Properly keep track of I/O port resources. | yokota | 2000-03-19 | 12 | -268/+406 |
* | Remove the old DSC code, it doesn't work anymore. | sos | 2000-03-18 | 4 | -52/+5 |
* | o Correct the offsets into the syncrate table for paritcular | gibbs | 2000-03-18 | 3 | -96/+162 |
* | KNR -> ANSI function definition in two places. This matches the rest of | gibbs | 2000-03-18 | 1 | -5/+2 |
* | Print the PCI resources even if they are disabled. This shows more clearly | n_hibma | 2000-03-18 | 1 | -6/+12 |
* | Make the Y-E Data PCMCIA floppy of the Toshiba Libretto work under | joerg | 2000-03-18 | 1 | -244/+243 |
* | The completely rewritten USB Mass Storage driver. It supports the following | n_hibma | 2000-03-18 | 2 | -432/+2193 |
* | - Fix bugs when painting border and the mouse cursor in the raster | yokota | 2000-03-18 | 2 | -48/+60 |
* | - Add Support for the following PS/2 mice: | yokota | 2000-03-18 | 3 | -87/+401 |
* | - `Newbus'ified the driver. | yokota | 2000-03-18 | 1 | -124/+283 |
* | Get rid of the last remnants of powerhook abuse. | n_hibma | 2000-03-18 | 5 | -11/+8 |
* | Update to the latest development version of the Mylex driver. Changes in | msmith | 2000-03-18 | 6 | -162/+704 |
* | Add another device/vendor code combination to support yet another | wpaul | 2000-03-18 | 1 | -0/+1 |
* | Update Tigon firmware yet again, this time to version 12.3.20. | wpaul | 2000-03-18 | 3 | -1589/+1593 |
* | Changed key assign for PC-98. | nyan | 2000-03-16 | 1 | -5/+5 |
* | Please welcome the URio driver. Written by | n_hibma | 2000-03-16 | 2 | -0/+625 |
* | Alpha 8200 port: Until we fix things better, determine which alpha CPU | mjacob | 2000-03-15 | 1 | -9/+37 |
* | Add the TD's to the hash when they are created not when they are used. | n_hibma | 2000-03-15 | 2 | -16/+44 |
* | Add an ID for the SiS 5571. | n_hibma | 2000-03-15 | 2 | -6/+12 |
* | powerhooks no longer used | n_hibma | 2000-03-15 | 1 | -0/+2 |
* | Make the makefile work properly. | n_hibma | 2000-03-15 | 1 | -1/+6 |
* | Do not use the powerhooks at all, instead of abusing and empty #define. | n_hibma | 2000-03-15 | 1 | -2/+4 |
* | Spelling mistake | n_hibma | 2000-03-15 | 1 | -1/+1 |
* | Never stop the control pipe | n_hibma | 2000-03-15 | 1 | -3/+4 |
* | Regen. | n_hibma | 2000-03-15 | 2 | -2/+18 |
* | Add Y-E Data floppy drive. | n_hibma | 2000-03-15 | 1 | -0/+4 |
* | Update the e-mail address to a valid one. | n_hibma | 2000-03-15 | 1 | -1/+1 |
* | roll platform versions to 5.0 | mjacob | 2000-03-15 | 1 | -2/+2 |
* | I _HATE_ crashes. The lptread() call needs to check LP_BYPASS, because | green | 2000-03-15 | 1 | -0/+5 |
* | Don't do bus resets for ULTRA2 or later cards because what seems to | mjacob | 2000-03-13 | 1 | -1/+4 |
* | Add 'bootverbose' debug messages to assist with tracking down problems | mdodd | 2000-03-13 | 1 | -5/+27 |
* | Cleanup sweep. | sos | 2000-03-13 | 6 | -54/+50 |
* | Initial ifmedia support. Once I figure out autoselection I'll put the | mdodd | 2000-03-13 | 2 | -15/+113 |
* | Enable disksort the right way both on ATA disks and ATAPI devices. | sos | 2000-03-13 | 8 | -66/+75 |
* | Copy how everyone else is doing packet transmission. (NetBSD mostly) | mdodd | 2000-03-13 | 1 | -6/+8 |
* | Follow the docs a bit more in epstop() with respect to delays. | mdodd | 2000-03-13 | 1 | -0/+5 |