summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* This commit adds device driver support for the ADMtek AN986 Pegasuswpaul1999-12-288-21/+1854
* Two nits and disable isa probe due to its overly agressive claiming ofimp1999-12-282-4/+4
* Add in missing ENABLE TARGET MODE opcode.mjacob1999-12-271-0/+2
* Recognize the GVC0505 (GVC 56k Faxmodem) as a sio device.peter1999-12-271-0/+1
* Fix a mistake in the PNP EISA-encoding of the Avance ALS120 id.peter1999-12-261-1/+1
* Fix the firmware build number output (again).msmith1999-12-251-1/+1
* Don't pass u_int32_t pointers to BUS_READ_IVAR since it tends to makedfr1999-12-243-9/+9
* Cosmetic fix; get the firmware build code and customisation tag themsmith1999-12-241-1/+1
* Fix one bug and make one minor enhancement:wpaul1999-12-231-1/+23
* Newbusify the driver.imp1999-12-225-342/+391
* Updates resulting from new documentation from Mylex and some cleaning:msmith1999-12-224-75/+95
* Oops- got the initiator and initiator/target f/w reversed formjacob1999-12-221-1942/+1942
* Yet another cleanup of the VIA code, this time it should worksos1999-12-218-186/+61
* Collapse a bunch of unused MD_CS42nn tags into a single one. This savespeter1999-12-211-89/+36
* Tidy up a few loose ends, including adding the pnp tags in comments.peter1999-12-211-21/+19
* Remove #if NISA > 0 - this is best done by the configuration process.peter1999-12-211-13/+0
* Change incorrect NULLs to 0seivind1999-12-211-1/+1
* Extract a list of extra isa pnp modem ID's from NetBSD and OpenBSD. Somepeter1999-12-211-7/+47
* minor cleanupcg1999-12-212-34/+20
* Add a flag to disable FIFO probing. The code seems to have a chance ofjoerg1999-12-211-1/+3
* Delay creation of threads until after the idle thread is created, moreimp1999-12-212-22/+18
* Incorrect uses of NULL changed to 0eivind1999-12-211-3/+3
* Remove unused variableeivind1999-12-211-1/+0
* don't use the sbpro mic vol register during init on ess cards; it causescg1999-12-213-3/+6
* Correct an "argument reversal" bug that could cause commands requed fromgibbs1999-12-201-2/+2
* Add SUP2070 (Diamond SupraExpress 56i)peter1999-12-201-0/+2
* Incorrect NULL -> 0eivind1999-12-201-3/+3
* minor cosmeticscg1999-12-204-9/+5
* make marcel's onboard ess1888 workcg1999-12-201-1/+1
* Removed unnecessary include files.nyan1999-12-202-3/+0
* Make attach work, almost. Calling kthread_create from aimp1999-12-202-3/+21
* 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
* remove unused mixer stuffcg1999-12-192-104/+1
* general tidyupcg1999-12-192-325/+298
* 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
* o Hide pcic_chip functions inside fileimp1999-12-193-89/+28
* 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
* Make this compile again.peter1999-12-181-2/+0
OpenPOWER on IntegriCloud