summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Relax the requirements for doing WDMA2, this should enable DMAsos1999-12-183-27/+27
* Woops, I'm so sorry I forgot this! From the last mbuf.h change:green1999-12-181-2/+2
* Make this compile again.peter1999-12-181-2/+0
* Fix compilation warning on alpha when converting pointer to integerdillon1999-12-182-2/+2
* Make NDFREE unlock VP if appropriate and not asked not to, as documented ineivind1999-12-181-0/+3
* I've been Bruceified! As penance, I've fixed my error (improper ordering,green1999-12-181-219/+227
* Correct the logical ID of Avance Asound 110.tanimura1999-12-181-1/+1
* spell isa right on sn0 lineimp1999-12-184-4/+4
* Merge GENERIC into PCCARDimp1999-12-182-49/+61
* Remove vestiages of now obsolete zp and ze drivers.imp1999-12-183-12/+0
* Driver for the smc91xx series of ethernet chips. Ported from PAO toimp1999-12-1810-0/+2157
* Fix bugs in the MP fragment reassembly code that can cause a panic.archie1999-12-171-26/+32
* Be more consistant in using perl vs. perl5. We were using perl5 in thepeter1999-12-177-28/+28
* Add character major 139 for the Sangoma Technologies 'wanrouter' driver.msmith1999-12-171-0/+1
* o Separate out alloc/release from the activationimp1999-12-172-51/+64
* Two more fixes to if_detach. These are generic to all interfaces andimp1999-12-171-2/+63
* newpcm no longer requires 'controller pnp'. (And some other drivers?)tanimura1999-12-173-9/+3
* The function request_cleanup() had a tsleep() with PCATCH. It ismckusick1999-12-162-2/+2
* Move POSIX feature constants from pthread.h to unistd.h, as required byjasone1999-12-161-0/+24
OpenPOWER on IntegriCloud