summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci
Commit message (Expand)AuthorAgeFilesLines
* Implement suspend/resume operation for snd_csa(4)glebius2005-06-274-17/+220
* s/-1000/BUS_PROBE_LOW_PRIORITY/tanimura2005-05-291-1/+1
* Add 6300ESB, which should be treated as ICH4.tanimura2005-05-281-1/+9
* Make snd_maestro3(4) mpsafeyongari2005-05-231-84/+211
* Make it clear that the statement following the conditional is a NOP.mdodd2005-04-131-1/+2
* Return BUS_PROBE_DEFAULT in preference to 0.murray2005-03-201-1/+1
* Add device id for nForce 4 audio controller.murray2005-03-191-0/+4
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inimp2005-03-0118-61/+67
* BUS_SPACE_UNRESTRICTED shouldn't be used with the bus_alloc_resourceimp2005-02-012-6/+6
* 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
OpenPOWER on IntegriCloud