summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/csa.c
Commit message (Expand)AuthorAgeFilesLines
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-2/+8
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-4/+4
* Implement suspend/resume operation for snd_csa(4)glebius2005-06-271-11/+19
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inimp2005-03-011-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Rename the sound device drivers:tanimura2004-07-161-1/+1
* The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AVgreen2004-04-141-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-3/+6
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-4/+4
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* disable resume code implementing panic().cg2003-08-141-1/+6
* Fake a resume method for this chip via calling detach/attach. This letsambrisko2002-07-241-1/+10
* Remove clkrun_hack for ThinkPad 570.asmodai2001-11-151-2/+1
* MFS rev 1.8.2.8:cg2001-08-271-2/+22
* many changes:cg2001-08-231-2/+2
* the turtle beach santacruz implements ac97 eapd in an inverted sense -cg2001-06-231-13/+12
* Use the M_ZERO flag to malloc(9)greid2001-06-211-4/+2
* stop csa from panicing in clkrun_hack() - we were using free'd memorycg2001-06-181-4/+3
* Call bus_teardown_intr when csa_attach fails after the interrupt hastmm2001-06-181-31/+29
* get clkrun the right way aroundcg2001-06-111-5/+0
* update this driver to use new firmware and incorporate many fixes.cg2001-05-301-73/+200
* get the parameters to pci_write_config the right way round. this may fixcg2001-04-241-2/+2
* mega-commit.cg2001-03-241-1/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Finally merge newmidi.tanimura2000-07-111-10/+0
* add module metadata. this is a hack, sound drivers will eventually present acg2000-07-031-3/+6
* this driver does not support the cs4281 and probably never will, different codecg2000-06-061-4/+1
* Tidy up stray or bogus #if NFOO > 0 and #include "foo.h".peter2000-01-291-10/+0
* - Handle an interrupt for csa primarily in the bridge driver,tanimura2000-01-031-32/+174
* Correct the delay durations as in the sample sources provided by Crystal Semi...tanimura2000-01-011-4/+4
* Make the origins clear.tanimura1999-12-101-0/+4
* Update for pnp adjustments regarding NPNP.peter1999-12-061-5/+0
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-2/+5
* Comment out the newmidi stuff.tanimura1999-11-221-0/+4
* - Introduce the bridge drivers for Sound Blaser, GUS and Crystaltanimura1999-11-221-0/+789
OpenPOWER on IntegriCloud