diff options
author | bryanv <bryanv@FreeBSD.org> | 2013-09-17 01:54:13 +0000 |
---|---|---|
committer | bryanv <bryanv@FreeBSD.org> | 2013-09-17 01:54:13 +0000 |
commit | 5dc84522d4d77f8d466da56430b906d42e7a171b (patch) | |
tree | affad71d75dd26725d789a41f1e604799197338a /sys/i386 | |
parent | 1a0d889239e0da762d6e9ec103633870ed40f132 (diff) | |
download | FreeBSD-src-5dc84522d4d77f8d466da56430b906d42e7a171b.zip FreeBSD-src-5dc84522d4d77f8d466da56430b906d42e7a171b.tar.gz |
Add vmx(4) to i386 and amd64 GENERIC
Approved by: re (gjb)
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/conf/GENERIC | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 5e6bfd5..334a654 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -354,3 +354,6 @@ device vtnet # VirtIO Ethernet device device virtio_blk # VirtIO Block device device virtio_scsi # VirtIO SCSI device device virtio_balloon # VirtIO Memory Balloon device + +# VMware support +device vmx # VMware VMXNET3 Ethernet |