diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-20 16:36:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-20 16:36:07 +0000 |
commit | 85273159e99f5a6dde00812182cd445ede601017 (patch) | |
tree | bf3f7f4a9468f93b100441e7ae13a636587eed2a /sys/arch/i386/conf | |
parent | 2e70dfdc1eef4bf20a1fb8db5e6be5ff902dad72 (diff) |
first cut at isapnp and ym mpu
Diffstat (limited to 'sys/arch/i386/conf')
-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 045b1f62112..5944978f8ff 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.112 1999/07/11 16:27:56 niklas Exp $ +# $OpenBSD: GENERIC,v 1.113 1999/07/20 16:36:06 deraadt Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -225,6 +225,7 @@ wss* at isapnp? pas0 at isa? port 0x220 irq 7 drq 1 # ProAudio Spectrum gus0 at isa? port 0x220 irq 7 drq 1 drq2 6 # Gravis UltraSound (drq2 is record drq) ym* at isapnp? +mpu* at isapnp? # OPL[23] FM syntheziers #opl0 at isa? port 0x388 # use only if not attached to sound card |