diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-06-01 09:50:31 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-06-01 09:50:31 +0000 |
commit | 8ec7c59fe1d161856263ac9db0e2d4b100c1196e (patch) | |
tree | 244fe0286110088e28554a08acc1c8a46bb65b51 /sys/arch/amd64 | |
parent | f6f941645f8c46ff20d441a062a33299f5a68200 (diff) |
enable xge(4) on the CD RAMDISKs.
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 4 |
1 files changed, 2 insertions, 2 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) |