diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-10-06 21:52:02 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-10-06 21:52:02 +0000 |
commit | 3710ed3a4dc8225903ed42da078037d11d3191da (patch) | |
tree | d68dd2ed0ba89340ad76fc9c2ae6f2871e078362 /sys | |
parent | 3528ccd0773c0db2495de1780b2a21ec4f218bb6 (diff) |
Add, commented out, missing lines for supported drivers.
Diffstat (limited to 'sys')
-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 5608af9340b..222e2373ecd 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.276 2001/10/05 19:11:48 nate Exp $ +# $OpenBSD: GENERIC,v 1.277 2001/10/06 21:52:01 miod Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -336,6 +336,8 @@ wx* at pci? dev ? function ? # Intel Pro/1000 ethernet txp* at pci? dev ? function ? # 3com 3CR990 nge* at pci? dev ? function ? # NS DP83820/DP83821 GigE bge* at pci? dev ? function ? # Broadcom BCM570x (aka Tigon3) +#ax* at pci? dev ? function ? # ASIX ethernet +#pn* at pci? dev ? function ? # Lite-On PNIC ethernet # Wireless network cards wi* at pci? dev ? function ? # WaveLAN IEEE 802.11DS @@ -392,6 +394,7 @@ pas0 at isa? port 0x220 irq 7 drq 1 # ProAudio Spectrum gus0 at isa? disable port 0x220 irq 7 drq 1 drq2 6 # Gravis (drq2 is record drq) ym* at isapnp? mpu* at isapnp? +#aria0 at isa? port 0x280 irq 10 drq 0 flags 0x1 # Prometheus Aria 16 # OPL[23] FM syntheziers #opl0 at isa? port 0x388 # use only if not attached to sound card |