summaryrefslogtreecommitdiff
path: root/sys/dev/pci/emuxki.c
AgeCommit message (Collapse)Author
2006-01-20- match another revision of Audigy cardsJacob Meuser
- figure sample size into start of voice buffer location
2005-11-30- add initial SB Audigy supportBrad Smith
- add big-endian support - fix a few typos From NetBSD - use pci_matchbyid() Known working SB Live's tested by numerous users with no reported regressions; though no one has stepped up to test out the Audigy support yet. ok deraadt@
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
userland-visible sys/select.h. Consistent with what Net and Free do. OK deraadt@, tested with full ports build by naddy@.
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in ↵Michael Shalayeff
pcisubmatch(); kettenis@ testing; brad@ ok
2004-09-02Prevent mixer from resetting volume back to blead-from-the-ears.Marco Peereboom
From NetBSD via Antoine Jacoutot <ajacoutot at lphp.org> Ok millert@ mickey@ deraadt@
2004-04-14make it compileMichael Shalayeff
2004-04-14another SoundBlaster LiveBrad Smith
From: NetBSD ok mickey@
2004-02-24record code, from netbsd; via jakemsr@jakemsr.comTheo de Raadt
2003-11-07adress -> address, and a few more; all from Jonathon Gray;Jason McIntyre
(mvme68k/mvme88k) vs.c and (vax) if_le.c ok miod@ isakmpd ones ok ho@
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2003-04-26managment -> management;Jason McIntyre
ok mickey@
2003-02-18intial -> initialJason McIntyre
ok mickey@
2002-06-03probe for flavours, aps and audigy still need more work thoughMichael Shalayeff
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-20make all audio drivers use the new allocm and round_buffersize decl's.Eric Jackson
will ease porting, and generally cleans up a bit
2001-11-29sc must be initialized.Hakan Olsson
2001-11-26cache the last deallocated voice and reuse on the next open.Michael Shalayeff
this is to preserve the dac settings in between the openings, by the mp3 playing software, in particular. ho@ help and testing.
2001-11-20use more reasonable default level values; ho@ testingMichael Shalayeff
2001-10-31Change the audio_hm_if->mappage interface to return paddr_t and take off_tArtur Grabowski
as the mmap offset.
2001-10-24Print intrstr, not dv_xname. mickey@ ok.Hakan Olsson
2001-10-24add missing RCS idsBrad Smith
2001-10-24creative labs sb live! and (perhaps) pci512 driver.Michael Shalayeff
from Yannick Montulet, via netbsd, w/ some minor fixens from meself.