summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-0629-29/+30
* Fix build.ru2004-11-111-2/+2
* Add record capability.julian2004-11-102-488/+1405
* Limit DMA address space to 1GB since the trident audio cards can'tyongari2004-10-131-1/+11
* Audio drivers failed to detect failure condition and attempted toyongari2004-10-1313-18/+22
* Add ICH6 support.ps2004-09-281-2/+8
* Correct the capitalization of "nVidia".des2004-09-211-5/+5
* Add support Nvidia nForce2(audio)sanpei2004-09-201-0/+4
* Add support nForce3 250 audiosanpei2004-09-201-0/+4
* Backout the code which tries to use undocumented way to determine ifsobomax2004-09-151-43/+5
* The new contigmalloc code is exposing a lot of misuses of busdma memorygreen2004-08-221-21/+15
* Remove rev 1.50.obrien2004-07-241-9/+0
* Rename the sound device drivers:tanimura2004-07-1620-20/+20
* Check the return value of bus_dmamem_alloc() correctly.bms2004-07-041-2/+4
* Add PCI identifier for Dell modified SBLive! cardobrien2004-06-131-0/+9
* Make the emu10k1 pcm driver INTR_MPSAFE. The locking is modeledmux2004-06-041-28/+46
* Axe the old midi drivers and framework. matk has developed a newtanimura2004-06-011-586/+0
* Add PCI ID for via 8237.matk2004-05-261-0/+4
* This driver certainly works fine turning INTR_MPSAFE back on. For thosegreen2004-04-211-1/+1
* The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AVgreen2004-04-147-7/+7
* By default, ich4 has NAMBAR and NABMBAR i/o spaces asmatk2004-03-311-1/+12
* Actually program the list of recording devices in sv_mix_setrecsrc().marcel2004-03-201-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-1719-81/+97
* Augment /dev/sndstat with the module names, if applicable.matk2004-03-0619-36/+40
* As previously announced: discontinue use of makedev() call in soundcode.phk2004-01-171-1/+1
* Specify the right location of the generated header.obrien2004-01-121-1/+1
* Add Audigy support.obrien2004-01-111-93/+521
* Remove EMUDEBUG [un]def. This should be done in the Makefile.obrien2004-01-111-1/+0
* Sync with Creative's 8010.h rev 1.51.obrien2004-01-091-0/+7
* Fix sound LOR problems:scottl2003-11-111-25/+25
* A couple of months' worth of back-burner hacking: restructure to betterdes2003-10-122-89/+189
* Correctly reset ich[3-5] sound cards on resume. This fixes audio playbacknjl2003-09-151-0/+30
* update my email address.cg2003-09-0711-11/+11
* Recognize the sound chip on the Opteron-based nForce3 motherboardsobrien2003-09-031-0/+4
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-0219-41/+41
* Add Creative SB AudioPCI CT4730 rev A.orion2003-08-291-2/+18
* Add sound support for the AMD64 8111 chip.obrien2003-08-281-0/+4
* When calculating the block size to use for a particular sample rate,iedowse2003-08-231-4/+6
* Prefer new location of pci include files (which have only been in theimp2003-08-2221-43/+43
* disable resume code implementing panic().cg2003-08-141-1/+6
* Switch from legacy to native mode for ICH4 and ICH5.orion2003-08-102-21/+22
* * support ich5cg2003-07-061-9/+14
* * add support for amd-768 audio, as used on many dual athlon boards. onlycg2003-07-061-19/+23
* Mega busdma API commit.scottl2003-07-0118-20/+41
* Add (but do not connect) a half-finished driver for Aureal Vortex cards.des2003-06-012-0/+811
* more style(9) changes.obrien2003-04-201-6/+8
* more style(9) changes.obrien2003-04-201-32/+32
* A few style(9) fixes.obrien2003-04-201-50/+50
* Sync with Creative's 8010.h rev 1.39.obrien2003-04-181-3/+3
* Perform warm or cold reset AC97 per the spec depending on state of theorion2003-04-172-22/+49
OpenPOWER on IntegriCloud