diff options
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index d33806ca57b..c2183ffb7d6 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.116 2002/09/23 04:37:31 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.117 2002/09/24 19:08:14 nate Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ machine alpha @@ -167,7 +167,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 +em* at pci? dev ? function ? # Intel Pro/1000 ethernet sis* at pci? dev ? function ? # SiS 900/7016 ethernet #UNTESTED: the following section of drivers is untested on alpha. diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index 4eac6b5394c..604c39b0a11 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.34 2002/09/23 04:37:31 deraadt Exp $ +# $OpenBSD: RAMDISKBIG,v 1.35 2002/09/24 19:08:14 nate Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -174,7 +174,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 +em* at pci? dev ? function ? # Intel Pro/1000 ethernet sis* at pci? dev ? function ? # SiS 900/7016 ethernet #UNTESTED: the following section of drivers is untested on alpha. |