diff options
author | 2006-05-14 19:15:13 +0000 | |
---|---|---|
committer | 2006-05-14 19:15:13 +0000 | |
commit | 0bdfd532aa44cd06481da520b44a6ffa4ae95fda (patch) | |
tree | b25bc885a0ad3589e59386bb274aaa5c8c16d332 /sys | |
parent | add wpi(4) so i can get feedback. (diff) | |
download | wireguard-openbsd-0bdfd532aa44cd06481da520b44a6ffa4ae95fda.tar.xz wireguard-openbsd-0bdfd532aa44cd06481da520b44a6ffa4ae95fda.zip |
xge might as well be enabled
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 60a14f55588..f6b29006f2a 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.491 2006/05/14 19:14:41 damien Exp $ +# $OpenBSD: GENERIC,v 1.492 2006/05/14 19:15:13 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -483,7 +483,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) |