diff options
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 586c5d49179..47821657d7b 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.172 2006/05/28 17:43:51 martin Exp $ +# $OpenBSD: GENERIC,v 1.173 2006/06/01 23:11:38 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -226,6 +226,7 @@ ral* at pci? # Ralink RT2500/RT2501/RT2600 ath* at pci? # Atheros AR5k (802.11) musycc* at pci? # Conexant HDLC controller art* at musycc? # Accoom Artery E1/T1 cards +xge* at pci? # Neterion Xframe-I/II 10Gb ethernet #UNTESTED: the following drivers are untested. en* at pci? # ENI PCI ATM (untested) diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index 04fd0798422..5a1f8427bdd 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.66 2006/05/28 17:43:51 martin Exp $ +# $OpenBSD: RAMDISKBIG,v 1.67 2006/06/01 23:11:38 brad 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. @@ -200,6 +200,7 @@ sk* at skc? # each port of above tl* at pci? # Compaq Thunderlan ethernet ste* at pci? # Sundance ST201 ethernet ral* at pci? # Ralink RT2500/RT2501/RT2600 +xge* at pci? # Neterion Xframe-I/II 10Gb ethernet #UNTESTED: the following drivers are untested. en* at pci? # ENI PCI ATM (untested) |