History log of /openbsd-current/sys/dev/pci/emuxkivar.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.11 19-Sep-2016 ratchov

Remove unused getdev() audio driver functions.


Revision tags: OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.10 09-Dec-2008 brad

Replace the sc_type/sc_details enum's in the softc struct with a sc_flags
flags field and use the flags as appropriate.

ok jakemsg@


# 1.9 29-Oct-2008 jakemsr

add a flag to know is this is Audigy 2 Value


Revision tags: OPENBSD_4_4_BASE
# 1.8 26-Jun-2008 ray

First pass at removing clauses 3 and 4 from NetBSD licenses.

Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code that NetBSD has claimed for itself without attributing to the
actual authors.

OK deraadt@


Revision tags: OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE
# 1.7 30-Nov-2005 brad

- add initial SB Audigy support
- 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@


Revision tags: OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE SMP_SYNC_A SMP_SYNC_B UBC_SYNC_A
# 1.6 26-Apr-2003 jmc

managment -> management;

ok mickey@


Revision tags: OPENBSD_3_3_BASE
# 1.5 18-Feb-2003 jmc

intial -> initial

ok mickey@


Revision tags: OPENBSD_3_2_BASE UBC_SYNC_B
# 1.4 03-Jun-2002 mickey

probe for flavours, aps and audigy still need more work though


Revision tags: OPENBSD_3_1_BASE UBC_BASE
# 1.3 26-Nov-2001 mickey

branches: 1.3.2;
cache the last deallocated voice and reuse on the next open.
this is to preserve the dac settings in between the openings,
by the mp3 playing software, in particular.
ho@ help and testing.


# 1.2 24-Oct-2001 brad

branches: 1.2.2;
add missing RCS ids


# 1.1 24-Oct-2001 mickey

creative labs sb live! and (perhaps) pci512 driver.
from Yannick Montulet, via netbsd, w/ some minor fixens from meself.