diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-07-27 00:46:00 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-07-27 00:46:00 +0000 |
commit | 5f1ab79fff50b7097a82537289aa4944e8bf035d (patch) | |
tree | 9d2623fa222e732c3d8bb9e1d93038f121d66b35 /sys/arch | |
parent | f78c3a4873b7ac6d8542d8b1888e62f6390fafcd (diff) |
Newer cmcpci(4) sound driver, which adds S/PDIF, OPL and MPU support, some
fixes for 48KHz sound and adds the C-Media CMI8738B PCI id.
By ITOH Yasufumi
From NetBSD
Thanks to kurt@ for providing me with a CMI8738 board.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 5f30e440933..9a5c1e07472 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.510 2006/07/25 19:16:51 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.511 2006/07/27 00:45:59 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -581,6 +581,7 @@ opl* at eso? opl* at sb? opl* at ess? opl* at yds? +opl* at cmpci? # MIDI support midi* at pcppi? # MIDI interface to the PC speaker |