| 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 |
* | Fixed style bugs. | nyan | 2000-03-20 | 2 | -1106/+1136 |
* | Isolate the Timecounter internals in their own two files. | phk | 2000-03-20 | 20 | -1384/+120 |
* | diff, patch and cvs didn't like these three last time around, try again. | phk | 2000-03-20 | 5 | -10/+10 |
* | Removed old boot loader. | kato | 2000-03-20 | 44 | -10486/+0 |
* | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | phk | 2000-03-20 | 43 | -116/+108 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 98 | -350/+392 |
* | Exchange numerical values for FPE_INTDIV and FPE_INTOVF, so that they | cracauer | 2000-03-20 | 2 | -4/+4 |
* | Argh, fix cut/paste mistake. This contributed to LINT not building. | peter | 2000-03-20 | 3 | -6/+6 |
* | A fairly simple newbusification of if_de | peter | 2000-03-20 | 2 | -168/+198 |
* | Unused definitions. | peter | 2000-03-20 | 2 | -20/+0 |
* | White-space-only change. The file originally had screwed indentation. | yokota | 2000-03-20 | 1 | -382/+395 |
* | This file was repo copied and I forgot to cvs rm this here. | peter | 2000-03-20 | 1 | -383/+0 |
* | Noriyoshi Kawano-san reported in nomads another OUI for linksys. 4 is | imp | 2000-03-20 | 1 | -8/+1 |
* | Tag a warning on the isa compat shims at config time. | peter | 2000-03-20 | 2 | -2/+4 |
* | Increment number of retries before giving up. This may fix the | kato | 2000-03-20 | 1 | -1/+3 |
* | Use an intermediate file containing the module binary before converting | peter | 2000-03-20 | 1 | -4/+7 |
* | Bandaid for src/sys/modules which broke world | peter | 2000-03-20 | 2 | -2/+2 |
* | Update the copyright. Remove the advertising clause. | paul | 2000-03-20 | 2 | -10/+4 |
* | o Replace most magic numbers related to token ring with #defines | lile | 2000-03-19 | 3 | -96/+127 |
* | Enable the K6-2 MTRR driver again, since there are reports of it working | green | 2000-03-19 | 1 | -1/+1 |
* | Set the bits in the mask from the left to the right, not backwards. | green | 2000-03-19 | 1 | -1/+1 |
* | Merged from sys/isa/fd.c. | kato | 2000-03-19 | 2 | -488/+490 |
* | o Fix typo in the RapidFire 3540 adapter name | lile | 2000-03-19 | 1 | -3/+3 |
* | Define PC98 when MACHINE == pc98, because msdos_vfsops.c contains | kato | 2000-03-19 | 2 | -0/+8 |
* | Make SPLASSERT sysctl and boot time tunable with kern.splassertmode. | ps | 2000-03-19 | 2 | -2/+70 |
* | Merged from sys/i386/i386/userconfig.c rev 1.178. | kato | 2000-03-19 | 1 | -105/+99 |
* | Added COMPAT_OLDPCI and COMPAT_OLDISA options. | kato | 2000-03-19 | 2 | -0/+4 |
* | Add the COMPAT_OLDPCI option for the alpha so GENERIC compiles. | peter | 2000-03-19 | 2 | -0/+2 |
* | Document and supply COMPAT_OLDPCI and COMPAT_OLDISA so 'make release' | peter | 2000-03-19 | 5 | -0/+10 |
* | Connect the ISA and PCI compatability shims to an option. In this case | peter | 2000-03-19 | 12 | -8/+53 |
* | Completely decouple userconfig from 'struct isa_device' and friends. | peter | 2000-03-19 | 1 | -105/+99 |
* | Remove the old a.out-only boot loader, we don't use it any more. | peter | 2000-03-19 | 84 | -16133/+1 |
* | Add conditional splassert. | ps | 2000-03-19 | 1 | -1/+6 |
* | Add device isic to the ASUSCOM_IPAC entry. | asmodai | 2000-03-19 | 3 | -15/+18 |
* | Make _FindLinkIn() static and only define GetDestPort when | brian | 2000-03-19 | 1 | -2/+4 |
* | Modify if_wi.c to call bpfdetach(ifp) before if_detach(ifp), so as to | rwatson | 2000-03-19 | 2 | -0/+4 |
* | The advent of if_detach, allowing interface removal at runtime, makes it | rwatson | 2000-03-19 | 2 | -0/+65 |
* | Missing pieces of the last commit ;-( | yokota | 2000-03-19 | 3 | -33/+96 |
* | - Properly keep track of I/O port resources. | yokota | 2000-03-19 | 15 | -308/+483 |
* | o Replace the old "oltr" driver with the completely re-written | lile | 2000-03-18 | 6 | -7141/+9210 |
* | 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 |
* | Use __alias__ instead of alias in the definition of __strong_reference(). | jasone | 2000-03-18 | 1 | -1/+1 |
* | KNR -> ANSI function definition in two places. This matches the rest of | gibbs | 2000-03-18 | 1 | -5/+2 |
* | o clear the ccb_flags field before sending an accept target I/O ccb to | gibbs | 2000-03-18 | 1 | -6/+9 |
* | Per Justin's request- remove his name from Copyright. | mjacob | 2000-03-18 | 1 | -6/+1 |
* | Put ASUSCOM_IPAC in the section where it belongs, namely i4b. | asmodai | 2000-03-18 | 3 | -9/+9 |
* | Print the PCI resources even if they are disabled. This shows more clearly | n_hibma | 2000-03-18 | 2 | -12/+24 |