diff options
author | 2006-06-01 09:50:26 +0000 | |
---|---|---|
committer | 2006-06-01 09:50:26 +0000 | |
commit | f9ddd6aa3a5461c557b8ad87babb0845b614d7e3 (patch) | |
tree | d02eaa011b03e2a91e76e9ba84513d5e104b40b6 | |
parent | de-static and formatting. (diff) | |
download | wireguard-openbsd-f9ddd6aa3a5461c557b8ad87babb0845b614d7e3.tar.xz wireguard-openbsd-f9ddd6aa3a5461c557b8ad87babb0845b614d7e3.zip |
enable xge(4) on the CD RAMDISKs.
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index e7a381ad81a..ba24a1e316d 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.56 2006/05/31 23:24:43 dlg Exp $ +# $OpenBSD: RAMDISK_CD,v 1.57 2006/06/01 09:50:30 brad Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -248,7 +248,7 @@ stge* at pci? # Sundance TC9021 GigE hme* at pci? # Sun Happy Meal vge* at pci? # VIA VT612x nfe* at pci? # NVIDIA nForce Ethernet -#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) diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 3cc23424566..d987c534738 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.121 2006/05/31 23:24:43 dlg Exp $ +# $OpenBSD: RAMDISK_CD,v 1.122 2006/06/01 09:50:26 brad Exp $ machine i386 # architecture, used by config; REQUIRED @@ -340,7 +340,7 @@ hme* at pci? # Sun Happy Meal bce* at pci? # Broadcom BCM4401 vge* at pci? # VIA VT612x nfe* at pci? # NVIDIA nForce Ethernet -#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) |