aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Two nits and disable isa probe due to its overly agressive claiming ofWarner Losh1999-12-282-4/+4
* Add in missing ENABLE TARGET MODE opcode.Matt Jacob1999-12-271-0/+2
* Recognize the GVC0505 (GVC 56k Faxmodem) as a sio device.Peter Wemm1999-12-271-0/+1
* Fix a mistake in the PNP EISA-encoding of the Avance ALS120 id.Peter Wemm1999-12-261-1/+1
* Fix the firmware build number output (again).Mike Smith1999-12-251-1/+1
* Don't pass u_int32_t pointers to BUS_READ_IVAR since it tends to makeDoug Rabson1999-12-243-9/+9
* Cosmetic fix; get the firmware build code and customisation tag theMike Smith1999-12-241-1/+1
* Fix one bug and make one minor enhancement:Bill Paul1999-12-231-1/+23
* Newbusify the driver.Warner Losh1999-12-225-341/+390
* Updates resulting from new documentation from Mylex and some cleaning:Mike Smith1999-12-224-75/+95
* Oops- got the initiator and initiator/target f/w reversed forMatt Jacob1999-12-221-1942/+1942
* Yet another cleanup of the VIA code, this time it should workSøren Schmidt1999-12-218-186/+61
* Collapse a bunch of unused MD_CS42nn tags into a single one. This savesPeter Wemm1999-12-211-89/+36
* Tidy up a few loose ends, including adding the pnp tags in comments.Peter Wemm1999-12-211-19/+17
* Remove #if NISA > 0 - this is best done by the configuration process.Peter Wemm1999-12-211-13/+0
* Change incorrect NULLs to 0sEivind Eklund1999-12-211-1/+1
* Extract a list of extra isa pnp modem ID's from NetBSD and OpenBSD. SomePeter Wemm1999-12-211-7/+47
* minor cleanupCameron Grant1999-12-212-34/+20
* Add a flag to disable FIFO probing. The code seems to have a chance ofJoerg Wunsch1999-12-211-1/+3
* Delay creation of threads until after the idle thread is created, moreWarner Losh1999-12-212-22/+18
* Incorrect uses of NULL changed to 0Eivind Eklund1999-12-211-3/+3
* Remove unused variableEivind Eklund1999-12-211-1/+0
* don't use the sbpro mic vol register during init on ess cards; it causesCameron Grant1999-12-213-3/+6
* Correct an "argument reversal" bug that could cause commands requed fromJustin T. Gibbs1999-12-201-2/+2
* Add SUP2070 (Diamond SupraExpress 56i)Peter Wemm1999-12-201-0/+2
* Incorrect NULL -> 0Eivind Eklund1999-12-201-3/+3
* minor cosmeticsCameron Grant1999-12-204-9/+5
* make marcel's onboard ess1888 workCameron Grant1999-12-201-1/+1
* Removed unnecessary include files.Yoshihiro Takahashi1999-12-202-3/+0
* Make attach work, almost. Calling kthread_create from aWarner Losh1999-12-202-3/+21
* Clean up lun width determination based upon f/w revisionsMatt Jacob1999-12-201-3/+6
* Clean up some f/w revision checking wrt enabling fast posting.Matt Jacob1999-12-201-76/+98
* add initiator-only mode f/w for 1040 && 1080/1280/1240Matt Jacob1999-12-201-0/+3378
* allow (broken) apps to use mixer ioctls on dsp devices. eg: vmwareCameron Grant1999-12-201-1/+4
* stop playing if we underrun; if there is more data to come, the next writeCameron Grant1999-12-191-0/+2
* note to self: vibra16c is not vibra16xCameron Grant1999-12-191-10/+7
* fix for ess cards to use auto-init dma mode, so they workCameron Grant1999-12-193-12/+12
* remove unused mixer stuffCameron Grant1999-12-192-104/+1
* general tidyupCameron Grant1999-12-192-316/+289
* move make_dev operations for audio channels to pcm_addchan(). in theory,Cameron Grant1999-12-191-10/+11
* fix a bug in sndstat output, tidy up a few bitsCameron Grant1999-12-191-6/+4
* generalise the code a bit, and add an irq handler so that the child devicesCameron Grant1999-12-191-38/+134
* remove the restriction limiting the vibra16x to 8 bitCameron Grant1999-12-193-6/+6
* o Hide pcic_chip functions inside fileWarner Losh1999-12-193-89/+28
* make vibra16x cards announce what they are in /dev/sndstatCameron Grant1999-12-183-6/+9
* fix the buffer repetition on ^c problemCameron Grant1999-12-181-12/+9
* make the vibra16x work for playback at least, record is untestedCameron Grant1999-12-185-45/+75
* Relax the requirements for doing WDMA2, this should enable DMASøren Schmidt1999-12-183-27/+27
* Make this compile again.Peter Wemm1999-12-181-2/+0
* Correct the logical ID of Avance Asound 110.Seigo Tanimura1999-12-181-1/+1