diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-02 17:14:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-02 17:14:49 +0000 |
commit | 4fd58f08bb2d5817d70659dd695dc8226c50a88b (patch) | |
tree | 6dd152d096ef8df89d2eca11ae547737afbb3243 /sys/arch/alpha/conf | |
parent | 878c7b9a8af865fdabd2e4951942ccf69b5a4b53 (diff) |
move to gx
Diffstat (limited to 'sys/arch/alpha/conf')
-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 58fa3e60de7..b3c92cabf46 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.102 2002/04/02 13:06:56 nate Exp $ +# $OpenBSD: GENERIC,v 1.103 2002/04/02 17:14:48 deraadt Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ machine alpha @@ -160,7 +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 +wx* 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) diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index cce434eaceb..364066a2c33 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.23 2002/04/01 18:50:12 nate Exp $ +# $OpenBSD: RAMDISKBIG,v 1.24 2002/04/02 17:14:48 deraadt 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. @@ -177,7 +177,7 @@ ste* at pci? dev ? function ? # Sundance ST201 ethernet ti* at pci? dev ? function ? # Alteon Tigon 1Gb ethernet skc* at pci? dev ? function ? # SysKonnect GEnesis 984x sk* at skc? # each port of above -wx* at pci? dev ? function ? # Intel Pro/1000 ethernet +gx* at pci? dev ? function ? # Intel Pro/1000 ethernet #BROKEN: The following two drivers have 64-bit issues #tx* at pci? dev ? function ? # SMC 83C170 EPIC ethernet |