summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/conf
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2009-03-10 12:46:45 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2009-03-10 12:46:45 +0000
commitff946ce77ac256ae54df05b2ab92637270dd8f38 (patch)
treed801c75f6bc466568e6fd27f01ebc22d879f95a6 /sys/arch/amd64/conf
parenta293c759e1adb30b26b90e69b69bef7eaf8a517a (diff)
Enable VMware VMXnet Virtual Interface Controller (vic) driver
on amd64 as well. ok dlg@
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r--sys/arch/amd64/conf/GENERIC3
-rw-r--r--sys/arch/amd64/conf/RAMDISK_CD3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC
index 20d7a1bfdf0..5a927a308eb 100644
--- a/sys/arch/amd64/conf/GENERIC
+++ b/sys/arch/amd64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.258 2009/03/10 09:54:14 kevlo Exp $
+# $OpenBSD: GENERIC,v 1.259 2009/03/10 12:46:44 jsg Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -447,6 +447,7 @@ thtc* at pci? # Tehuti Networks 10Gb ethernet
tht* at thtc?
gem* at pci? # Sun 'gem' ethernet
bce* at pci? # Broadcom BCM4401
+vic* at pci? # VMware VMXnet virtual interface
et* at pci? # Agere/LSI ET1310
age* at pci? # Attansic L1 Ethernet
ale* at pci? # Attansic L1E Ethernet
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD
index 0c28e0e60e0..7ad2dff1a2a 100644
--- a/sys/arch/amd64/conf/RAMDISK_CD
+++ b/sys/arch/amd64/conf/RAMDISK_CD
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK_CD,v 1.101 2009/03/10 09:54:14 kevlo Exp $
+# $OpenBSD: RAMDISK_CD,v 1.102 2009/03/10 12:46:44 jsg Exp $
machine amd64 # architecture, used by config; REQUIRED
@@ -284,6 +284,7 @@ vge* at pci? # VIA VT612x
nfe* at pci? # NVIDIA nForce Ethernet
xge* at pci? # Neterion Xframe-I/II 10Gb ethernet
bce* at pci? # Broadcom BCM4401
+vic* at pci? # VMware VMXnet virtual interface
et* at pci? # Agere/LSI ET1310
age* at pci? # Attansic L1 Ethernet
ale* at pci? # Attansic L1E Ethernet