diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2013-06-01 01:13:35 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2013-06-01 01:13:35 +0000 |
commit | 3b5223c1bdf47a92fe6742dfb3cf7c1e155d1f60 (patch) | |
tree | 314851e551aba4009a962710b3536a2674d5bc29 /sys/arch/i386 | |
parent | b4070dcc74b5b724dc37efae3ed4eec8d7802a60 (diff) |
Add vmx(4) to the kernel config, but comment it out for now.
ok deraadt@
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 6dbf0465bcb..8ea9751d5aa 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.746 2013/04/05 02:56:15 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.747 2013/06/01 01:13:34 reyk Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -585,6 +585,7 @@ thtc* at pci? # Tehuti Networks 10Gb ethernet tht* at thtc? gem* at pci? # Sun 'gem' ethernet vic* at pci? # VMware VMXnet virtual interface +#vmx* at pci? # VMware VMXNET3 virtual interface et* at pci? # Agere/LSI ET1310 age* at pci? # Attansic L1 Ethernet alc* at pci? # Attansic L1C/L1D/L2C Ethernet |