diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-06-01 23:11:39 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-06-01 23:11:39 +0000 |
commit | 93cbb960703826f6db466358c056fd091931c482 (patch) | |
tree | 8c7541cb53822fc47aad537c9dac38d89e225c54 /sys/arch | |
parent | e4d606810192929c3c2e2082917d57a29bccd3cd (diff) |
add xge(4).
Diffstat (limited to 'sys/arch')
-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) |