summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* update the ac97 layer:cg2000-03-209-69/+226
* add a function to reinitialize the mixer, to be called by drivers oncg2000-03-202-0/+14
* Fixed style bugs.nyan2000-03-202-1106/+1136
* Isolate the Timecounter internals in their own two files.phk2000-03-2020-1384/+120
* diff, patch and cvs didn't like these three last time around, try again.phk2000-03-205-10/+10
* Removed old boot loader.kato2000-03-2044-10486/+0
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-2043-116/+108
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-2098-350/+392
* Exchange numerical values for FPE_INTDIV and FPE_INTOVF, so that theycracauer2000-03-202-4/+4
* Argh, fix cut/paste mistake. This contributed to LINT not building.peter2000-03-203-6/+6
* A fairly simple newbusification of if_depeter2000-03-202-168/+198
* Unused definitions.peter2000-03-202-20/+0
* White-space-only change. The file originally had screwed indentation.yokota2000-03-201-382/+395
* This file was repo copied and I forgot to cvs rm this here.peter2000-03-201-383/+0
* Noriyoshi Kawano-san reported in nomads another OUI for linksys. 4 isimp2000-03-201-8/+1
* Tag a warning on the isa compat shims at config time.peter2000-03-202-2/+4
* Increment number of retries before giving up. This may fix thekato2000-03-201-1/+3
* Use an intermediate file containing the module binary before convertingpeter2000-03-201-4/+7
* Bandaid for src/sys/modules which broke worldpeter2000-03-202-2/+2
* Update the copyright. Remove the advertising clause.paul2000-03-202-10/+4
* o Replace most magic numbers related to token ring with #defineslile2000-03-193-96/+127
* Enable the K6-2 MTRR driver again, since there are reports of it workinggreen2000-03-191-1/+1
* Set the bits in the mask from the left to the right, not backwards.green2000-03-191-1/+1
* Merged from sys/isa/fd.c.kato2000-03-192-488/+490
* o Fix typo in the RapidFire 3540 adapter namelile2000-03-191-3/+3
* Define PC98 when MACHINE == pc98, because msdos_vfsops.c containskato2000-03-192-0/+8
* Make SPLASSERT sysctl and boot time tunable with kern.splassertmode.ps2000-03-192-2/+70
* Merged from sys/i386/i386/userconfig.c rev 1.178.kato2000-03-191-105/+99
* Added COMPAT_OLDPCI and COMPAT_OLDISA options.kato2000-03-192-0/+4
* Add the COMPAT_OLDPCI option for the alpha so GENERIC compiles.peter2000-03-192-0/+2
* Document and supply COMPAT_OLDPCI and COMPAT_OLDISA so 'make release'peter2000-03-195-0/+10
* Connect the ISA and PCI compatability shims to an option. In this casepeter2000-03-1912-8/+53
* Completely decouple userconfig from 'struct isa_device' and friends.peter2000-03-191-105/+99
* Remove the old a.out-only boot loader, we don't use it any more.peter2000-03-1984-16133/+1
* Add conditional splassert.ps2000-03-191-1/+6
* Add device isic to the ASUSCOM_IPAC entry.asmodai2000-03-193-15/+18
* Make _FindLinkIn() static and only define GetDestPort whenbrian2000-03-191-2/+4
* Modify if_wi.c to call bpfdetach(ifp) before if_detach(ifp), so as torwatson2000-03-192-0/+4
* The advent of if_detach, allowing interface removal at runtime, makes itrwatson2000-03-192-0/+65
* Missing pieces of the last commit ;-(yokota2000-03-193-33/+96
* - Properly keep track of I/O port resources.yokota2000-03-1915-308/+483
* o Replace the old "oltr" driver with the completely re-writtenlile2000-03-186-7141/+9210
* Remove the old DSC code, it doesn't work anymore.sos2000-03-184-52/+5
* o Correct the offsets into the syncrate table for paritculargibbs2000-03-183-96/+162
* Use __alias__ instead of alias in the definition of __strong_reference().jasone2000-03-181-1/+1
* KNR -> ANSI function definition in two places. This matches the rest ofgibbs2000-03-181-5/+2
* o clear the ccb_flags field before sending an accept target I/O ccb togibbs2000-03-181-6/+9
* Per Justin's request- remove his name from Copyright.mjacob2000-03-181-6/+1
* Put ASUSCOM_IPAC in the section where it belongs, namely i4b.asmodai2000-03-183-9/+9
* Print the PCI resources even if they are disabled. This shows more clearlyn_hibma2000-03-182-12/+24
OpenPOWER on IntegriCloud