summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/snd
Commit message (Expand)AuthorAgeFilesLines
* machine/soundcard.h is now in the standard location - sys/soundcard.hpeter1999-09-041-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-43/+11
* Simplify cdevsw registration.phk1999-05-311-3/+1
* This commit should be a extensive NO-OP:phk1999-05-301-4/+19
* Add support for ASound Gold card using the ALS120roger1999-05-272-11/+12
* Fix dev_t/minor problemspeter1999-05-123-23/+31
* Quiet a warning, put a #if 0 around some (I believe) unused static structs.peter1999-05-091-0/+2
* Use id_ointr for setting the pnp interrupt handler, it uses the oldstylepeter1999-05-061-4/+4
* Sigh, serves me right for committing without reading the followups. :-]peter1999-05-021-2/+2
* Typo: if (mpu_config = NULL) -> if (mpu_config != NULL)peter1999-05-021-1/+1
* Operator precedence bugpeter1999-05-021-1/+1
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-4/+1
* Add Turtle Beach Malibu soundcard (and a sample config) to CARDS aschuckr1999-03-251-0/+6
* Removed buggy, `#if 0'ed asm version of translate_bytes() instead ofbde1999-01-091-18/+0
* Fix YMF719 detection (report by jose@we.lc.ehu.es).luigi1999-01-041-4/+9
* Bring in ad1816 patches from German Tischler.luigi1999-01-045-8/+604
* unbreak devfs support after wrong cut&paste...luigi1999-01-011-17/+16
* Extend the callback mechanism and add hooks to support PCI cards.luigi1998-12-315-96/+169
* Update documentation on cards and configluigi1998-12-311-23/+104
* Fix breakage by cleanup.sos1998-12-272-1/+75
* Rename one of the two devfs_link's to devfs_makelink.eivind1998-12-101-7/+7
* Support ESS1868 (and probably ESS688 & ESS1668).brian1998-12-102-55/+108
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-043-9/+13
* Add a missing newlineluigi1998-11-141-1/+1
* Add entry for AOpen AW37luigi1998-11-101-0/+6
* * Fix a couple of places in the device pager where an address wasdfr1998-11-081-1/+1
* Remove an error message from sb interrupt driver -- itluigi1998-11-041-8/+0
* spell checkobrien1998-11-022-6/+6
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-221-8/+7
* Fix behaviour of the driver with small files -- due to a stupidluigi1998-10-221-2/+2
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-222-0/+4
* Make that annoying "device busy" message dependent on DEBUG (using thedes1998-10-081-1/+1
* Nit in comment: PnP ID 0x3500630e is a CS4236B, not a CS4236.des1998-10-041-1/+1
* Removed duplicate case.alex1998-10-031-1/+0
* Update the pcm driver to the most recent version. This shouldluigi1998-10-029-200/+588
* Document that we support the CS4236B.des1998-09-301-0/+1
* Add PnP ID for Crystal Semiconductors CS4236B codecs (register-des1998-09-301-0/+3
* fix a problem with our definition of SNDCTL_DSP_GETBLKSIZE, to letluigi1998-09-081-0/+2
* Fixed bogus spelling `nx*' of some `no*' devswitch functions.bde1998-08-201-2/+2
* Changed %n to %r in devfs name format strings. %n has almost gone away.bde1998-07-151-7/+7
* Don't cast pointers to longs in asm statements.bde1998-07-151-1/+1
* Renambed sbintr to sb_intr to avoid a conflict with the (nowbde1998-06-171-5/+5
* Don't depend on <sys/conf.h> declaring isa device structs or isabde1998-06-171-1/+2
* Correct even more ioctl breakage :(sos1998-06-083-3/+3
* Add support for the Yamaha YMF-719.steve1998-05-101-1/+4
* Submitted by: Doug Ambrisko <ambrisko@whistle.com>julian1998-04-281-14/+34
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-1/+1
* there is a minor bug in sb_dsp.c -- the drivernate1998-02-211-1/+0
* A minor bugfix for my audio driver and pcaudio. The problem is withnate1998-02-211-2/+2
* - Removed unused files.nate1998-02-172-1414/+0
OpenPOWER on IntegriCloud