summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add a flag to disable FIFO probing. The code seems to have a chance ofjoerg1999-12-212-2/+6
* Delay creation of threads until after the idle thread is created, moreimp1999-12-212-22/+18
* Lose explict initialization of mouse to {0}; this gave a warning, and theeivind1999-12-211-2/+2
* Incorrect uses of NULL changed to 0eivind1999-12-211-3/+3
* Garbage collect oltr_pci_shutdowneivind1999-12-211-11/+0
* Remove unused variableeivind1999-12-212-2/+0
* Fix a typo that was doing something kind of silly, and that is initializingchris1999-12-213-3/+3
* don't use the sbpro mic vol register during init on ess cards; it causescg1999-12-213-3/+6
* Manual page style work.julian1999-12-2137-281/+611
* Correct an "argument reversal" bug that could cause commands requed fromgibbs1999-12-201-2/+2
* Add SUP2070 (Diamond SupraExpress 56i)peter1999-12-202-0/+4
* Reimplement buf_daemon / getnewbuf() interaction for dealing withdillon1999-12-201-46/+43
* Lose a register declaration to avoid a warningeivind1999-12-201-1/+1
* Include vm/vm_extern.h to get at prototypeseivind1999-12-202-0/+2
* Eliminate unused variableseivind1999-12-201-3/+1
* Make m_print const correct (avoids a warning)eivind1999-12-201-1/+1
* GC unreferenced code (to avoid warnings)eivind1999-12-206-484/+7
* Eliminate unused variableeivind1999-12-201-2/+0
* Incorrect NULL -> 0eivind1999-12-201-3/+3
* Make sure we don't look at an edt entry that could go away when we trymjacob1999-12-201-7/+15
* The ipfilter module name wasn't exactly conventional..peter1999-12-202-2/+2
* merge i386/isa/clock.c 1.147: don't talk about register_intr in comments.peter1999-12-203-3/+3
* Remove references to register_intr() etc in comments.peter1999-12-205-5/+5
* Zap the old isa_device specific register_intr() and unregister_intr()peter1999-12-206-276/+0
* minor cosmeticscg1999-12-204-9/+5
* make marcel's onboard ess1888 workcg1999-12-201-1/+1
* Removed unnecessary include file.kato1999-12-202-2/+0
* Complement the sum as required in in_cksum_finalize().sheldonh1999-12-201-1/+1
* Removed unnecessary include files.nyan1999-12-203-4/+0
* Sync with sys/i386/conf/options.i386 rev 1.130.kato1999-12-202-10/+12
* Sync with sys/i386/conf/files.i386 rev 1.291.kato1999-12-202-16/+14
* Sync with sys/i386/conf/Makefile.i386 rev 1.167.kato1999-12-202-8/+8
* Sync with sys/i386/conf/GENERIC rev 1.217.kato1999-12-202-8/+14
* Make attach work, almost. Calling kthread_create from aimp1999-12-202-3/+21
* MFS_ROOT is deprecated so use MD_ROOT instead. Also add the mdsteve1999-12-202-2/+4
* If we fail to find init, print out the search path used. This helpsgrog1999-12-201-1/+1
* Clean up lun width determination based upon f/w revisionsmjacob1999-12-201-3/+6
* Clean up some f/w revision checking wrt enabling fast posting.mjacob1999-12-201-76/+98
* add initiator-only mode f/w for 1040 && 1080/1280/1240mjacob1999-12-201-0/+3378
* allow (broken) apps to use mixer ioctls on dsp devices. eg: vmwarecg1999-12-201-1/+4
* stop playing if we underrun; if there is more data to come, the next writecg1999-12-191-0/+2
* note to self: vibra16c is not vibra16xcg1999-12-191-10/+7
* fix for ess cards to use auto-init dma mode, so they workcg1999-12-193-12/+12
* Merge changes from GENERIC into PCCARD (cdrom)imp1999-12-192-13/+3
* Borrow phk's axe and chop off the old soundcard-CDROM devices. We getbillf1999-12-192-12/+0
* remove unused mixer stuffcg1999-12-192-104/+1
* general tidyupcg1999-12-192-325/+298
* Comment and order to reduce diffs. No functional change.markm1999-12-193-3/+17
* move make_dev operations for audio channels to pcm_addchan(). in theory,cg1999-12-191-10/+11
* fix a bug in sndstat output, tidy up a few bitscg1999-12-191-6/+4
OpenPOWER on IntegriCloud