diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-03-29 14:20:48 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-03-29 14:20:48 +0000 |
commit | b5f6b9aba903ddbfac37c0871e6e619415a83bdc (patch) | |
tree | f6f9f86e4cbd3bca28128be70c722140e008f019 /sys/arch/i386 | |
parent | b9095add3f784e133dab31923db2bd5205a6cc0c (diff) |
Add support for Yamaha DS-XG based audio chips, as found in machines such as
newer Sony Vaio notebooks; written by Kazuki Sakamoto and Minoura Makoto.
This is a slightly updated version of the driver that was previously tested
by jcs@rt.fm and niklas@.
XXX - lacks MPU MIDI support for now, first we must move the mpu401 driver
from sys/dev/isa to sys/dev/ic.
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 2051b480c22..516489bb4ef 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.249 2001/03/28 20:52:40 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.250 2001/03/29 14:20:45 aaron Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -368,6 +368,7 @@ clct* at pci? dev ? function ? # CS4281 CrystalClear audio fms* at pci? dev ? function ? # Forte Media FM801 auvia* at pci? dev ? function ? # VIA VT82C686A maestro* at pci? dev ? function ? # ESS Maestro PCI +yds* at pci? dev ? function ? # Yamaha YMF Audio sb0 at isa? port 0x220 irq 5 drq 1 # SoundBlaster sb* at isapnp? ess* at isapnp? # ESS Tech ES188[78], ES888 @@ -383,6 +384,7 @@ mpu* at isapnp? opl* at eso? opl* at sb? opl* at ess? +opl* at yds? # MIDI support midi* at pcppi? # MIDI interface to the PC speaker @@ -414,6 +416,7 @@ audio* at fms? audio* at auvia? audio* at uaudio? audio* at maestro? +audio* at yds? bktr0 at pci? dev ? function ? |