summaryrefslogtreecommitdiff
path: root/sys/dev/sound/isa
Commit message (Expand)AuthorAgeFilesLines
* mfc current pcm state.Cameron Grant2002-04-228-148/+228
* MFC: rev. 1.76, fix hang at probe time due to long timeout (Opti931 card).Pierre Beyssac2001-12-221-1/+1
* MFC: r1.34: Add another pnpid for the AWE64George C A Reid2001-10-061-0/+1
* mfc of newpcm state as at june 24.Cameron Grant2001-08-0110-165/+647
* MFC: Use M_ZERO flag to malloc(9)George C A Reid2001-06-297-32/+16
* MFC: rev 1.30Cameron Grant2001-03-181-7/+10
* MFC: rev 1.65Cameron Grant2001-03-181-1/+3
* MFC: set speaker volumeCameron Grant2001-03-051-2/+6
* remove old unified sb8/sb16 driver. it isn't used anymore.Cameron Grant2001-02-241-937/+0
* MFC of many improvements, including kobjification, new sb8/sb16 code,Cameron Grant2001-02-037-1034/+908
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-12-232-0/+1601
* MFC: driver updatesCameron Grant2000-10-055-109/+289
* MFC:Cameron Grant2000-08-201-0/+75
* MFC:Cameron Grant2000-08-201-0/+1
* mfc: many fixesCameron Grant2000-07-197-109/+119
* MFC: Supported the mss on PC-98 and Sound Blaster 98.Yoshihiro Takahashi2000-05-263-0/+83
* MFC: many thingsCameron Grant2000-05-123-325/+37
* MFC: many things including emu10k1 driver, new ess isa code, improvedCameron Grant2000-05-122-1/+4
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-04-261-0/+930
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-132-2408/+0
* Add the logical ID of Avance Logic ALS100. The vendor ID is alsoSeigo Tanimura2000-03-091-0/+1
* Partial fix: the following patch correctly configures the card for dualCameron Grant2000-03-051-1/+5
* fix ess end-of-buffer repeatingCameron Grant2000-02-143-18/+6
* differentiate cmi8330 and als100 pnp cards based on their vendor id. thisCameron Grant2000-01-292-2/+13
* Add support for detection of the ESS 1688 found on my Dell Latitude LMAndrew Gallatin2000-01-281-0/+1
* Note the PnP id's for the NMX2210 next to the id's where they are used.Peter Wemm2000-01-231-2/+3
* attach to non-ac97 neomagic chips and hope that ac97 ones do not have theCameron Grant2000-01-131-0/+6
* Add support for detection of the ESS 1878 chip.Daniel Eischen2000-01-121-0/+1
* general tidyupCameron Grant2000-01-103-486/+663
* argh, forgot the bus_dma_tag_creates.Cameron Grant2000-01-054-4/+7
* allocate isa bounce buffers of the right size for ess/mss cards, fixesCameron Grant2000-01-054-8/+14
* revert buffer size to 64kCameron Grant2000-01-011-1/+2
* Attach the CS4610 PCI / CS4239 setup in isa compatability mode as CSC0100.Peter Wemm1999-12-301-0/+2
* make ess cards use a 64k buffer again, by implementing esschan_init()Cameron Grant1999-12-303-18/+39
* - latest 2ndbuffer patchCameron Grant1999-12-295-0/+8
* Fix a mistake in the PNP EISA-encoding of the Avance ALS120 id.Peter Wemm1999-12-261-1/+1
* Don't pass u_int32_t pointers to BUS_READ_IVAR since it tends to makeDoug Rabson1999-12-243-9/+9
* 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
* minor cleanupCameron Grant1999-12-211-22/+19
* don't use the sbpro mic vol register during init on ess cards; it causesCameron Grant1999-12-213-3/+6
* minor cosmeticsCameron Grant1999-12-203-3/+0
* make marcel's onboard ess1888 workCameron Grant1999-12-201-1/+1
* 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
* 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