diff options
author | 2006-05-14 21:09:30 +0000 | |
---|---|---|
committer | 2006-05-14 21:09:30 +0000 | |
commit | ffc7580de45f84278803341b92cfb9be3ff6419f (patch) | |
tree | ce40fd4379f9e0ac21149b38c542ba21fd249c99 | |
parent | sync (diff) | |
download | wireguard-openbsd-ffc7580de45f84278803341b92cfb9be3ff6419f.tar.xz wireguard-openbsd-ffc7580de45f84278803341b92cfb9be3ff6419f.zip |
xge works as well here (ie. as well as i386, which is not yet perfect,
but it will get fixed)
-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) |