diff options
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 8327dca2bd5..007a29fa2a3 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.487 2006/04/30 20:06:24 brad Exp $ +# $OpenBSD: GENERIC,v 1.488 2006/05/01 00:39:47 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -483,6 +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 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 b26b1ede48a..e92e05d2039 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.116 2006/04/30 20:06:24 brad Exp $ +# $OpenBSD: RAMDISK_CD,v 1.117 2006/05/01 00:39:47 brad Exp $ machine i386 # architecture, used by config; REQUIRED @@ -336,6 +336,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 10Gb ethernet # Wireless network cards ath* at pci? # Atheros AR5k (802.11a/b/g) |