summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* generalise the code a bit, and add an irq handler so that the child devicescg1999-12-191-38/+134
* remove the restriction limiting the vibra16x to 8 bitcg1999-12-193-6/+6
* - Supported the bd_getbigeom function and use this function to get BIOSnyan1999-12-193-350/+26
* Don't ignore return value from tsleep().phk1999-12-191-1/+3
* o Hide pcic_chip functions inside fileimp1999-12-193-89/+28
* Allow LINT to build again.green1999-12-193-24/+30
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-1950-23/+1802
* First pass commit to introduce new ACL and Extended Attribute system calls.rwatson1999-12-191-0/+12
* i82365_isasubr is gone, remove from building module.imp1999-12-191-1/+1
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).green1999-12-1914-29/+21
* I've been style(9)izing mbuf.h and making the macros more resilientgreen1999-12-191-79/+116
* Fix a broken macro usage. It had no semicolon.green1999-12-181-1/+1
* Since VOP_LOCK can be used to up and downgrade locks, it is not possibleeivind1999-12-181-1/+1
* Do NOT unlock dvp if LOCKPARENT && vp == dvp. Does not affect any codeeivind1999-12-181-1/+2
* make vibra16x cards announce what they are in /dev/sndstatcg1999-12-183-6/+9
* fix the buffer repetition on ^c problemcg1999-12-181-12/+9
* make the vibra16x work for playback at least, record is untestedcg1999-12-185-45/+75
OpenPOWER on IntegriCloud