diff options
-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 ab4495da49d..fcea8af80a8 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.530 2006/10/26 08:37:14 tom Exp $ +# $OpenBSD: GENERIC,v 1.531 2006/11/02 20:45:17 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -508,6 +508,7 @@ 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 +vic* at pci? # VMware VMXnet virtual interface # Wireless network cards acx* at pci? # TI ACX100/ACX111 (802.11b/g) diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 8b7e81456d5..c08a3b0207a 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.129 2006/10/19 01:16:56 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.130 2006/11/02 20:45:17 dlg Exp $ machine i386 # architecture, used by config; REQUIRED @@ -344,6 +344,7 @@ 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 +vic* at pci? # VMware VMXnet virtual interface # Wireless network cards ath* at pci? # Atheros AR5k (802.11a/b/g) |