diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2002-04-02 13:06:57 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2002-04-02 13:06:57 +0000 |
commit | daf13a4297ef15cfe84bc93b0743f64d692a958c (patch) | |
tree | 98e48a20b179e0ea2fd6916b0fc31f296867c523 /sys/arch/alpha/conf | |
parent | bae02187cbdf8509759735615ebf448d02745478 (diff) |
gx works on alpha and i386 add a commented line for the driver
Diffstat (limited to 'sys/arch/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index b4fc7f69ca6..58fa3e60de7 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.101 2002/04/01 18:50:11 nate Exp $ +# $OpenBSD: GENERIC,v 1.102 2002/04/02 13:06:56 nate Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ machine alpha @@ -160,6 +160,7 @@ bge* at pci? dev ? function ? # Broadcom BCM570x (aka Tigon3) stge* at pci? dev ? function ? # Sundance TC9021 GigE rl* at pci? dev ? function ? # RealTek 81[23]9 ethernet vr* at pci? dev ? function ? # VIA Rhine ethernet +#gx* at pci? dev ? function ? # Intel Pro/1000 ethernet #UNTESTED: the vollowing section of drivers is untested on alpha. en* at pci? dev ? function ? # ENI PCI ATM (untested) |