diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-05-14 21:09:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-05-14 21:09:31 +0000 |
commit | 9a301ac1613fe1bf706ff7c91b9aae66ad21dcf8 (patch) | |
tree | 3578ca54504977d0e35ee3bb9a02cd9cc544c122 /sys/arch | |
parent | 2b06522cd9957e3d238a988c7efae1ae123ea0b9 (diff) |
xge works as well here (ie. as well as i386, which is not yet perfect,
but it will get fixed)
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 2be1b95b4ef..9e75701d5be 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.129 2006/05/13 21:15:11 martin Exp $ +# $OpenBSD: GENERIC,v 1.130 2006/05/14 21:09:30 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -340,7 +340,7 @@ vge* at pci? # VIA VT612x nfe* at pci? # NVIDIA nForce Ethernet musycc* at pci? # Conexant HDLC controller art* at musycc? # Accoom Artery E1/T1 cards -#xge* at pci? # Neterion Xframe-I/II 10Gb ethernet +xge* at pci? # Neterion Xframe-I/II 10Gb ethernet # Wireless network cards ath* at pci? # Atheros AR5k (802.11a/b/g) |