Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-20 | - match another revision of Audigy cards | Jacob Meuser | |
- figure sample size into start of voice buffer location | |||
2005-11-30 | - add initial SB Audigy support | Brad 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-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd 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-09 | do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in ↵ | Michael Shalayeff | |
pcisubmatch(); kettenis@ testing; brad@ ok | |||
2004-09-02 | Prevent 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-14 | make it compile | Michael Shalayeff | |
2004-04-14 | another SoundBlaster Live | Brad Smith | |
From: NetBSD ok mickey@ | |||
2004-02-24 | record code, from netbsd; via jakemsr@jakemsr.com | Theo de Raadt | |
2003-11-07 | adress -> 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-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson | |
2003-04-26 | managment -> management; | Jason McIntyre | |
ok mickey@ | |||
2003-02-18 | intial -> initial | Jason McIntyre | |
ok mickey@ | |||
2002-06-03 | probe for flavours, aps and audigy still need more work though | Michael Shalayeff | |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-01-20 | make 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-29 | sc must be initialized. | Hakan Olsson | |
2001-11-26 | cache 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-20 | use more reasonable default level values; ho@ testing | Michael Shalayeff | |
2001-10-31 | Change the audio_hm_if->mappage interface to return paddr_t and take off_t | Artur Grabowski | |
as the mmap offset. | |||
2001-10-24 | Print intrstr, not dv_xname. mickey@ ok. | Hakan Olsson | |
2001-10-24 | add missing RCS ids | Brad Smith | |
2001-10-24 | creative labs sb live! and (perhaps) pci512 driver. | Michael Shalayeff | |
from Yannick Montulet, via netbsd, w/ some minor fixens from meself. |