diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2010-10-26 01:53:20 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2010-10-26 01:53:20 +0000 |
commit | 1c0e3196b41cff0c97f3e598ecbf523f5da1571d (patch) | |
tree | a8cd687036699021b94ec199a99bb24b6ede5423 /sys/arch/amd64/conf/GENERIC | |
parent | 4db212bd398ded41733408b2bd1a0e07ca211db3 (diff) |
enable vmt(4). hopefully it will get some use soon.
"sure." deraadt@
Diffstat (limited to 'sys/arch/amd64/conf/GENERIC')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index cfca7f30057..e74eb8f9dd0 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.305 2010/10/04 09:32:43 ratchov Exp $ +# $OpenBSD: GENERIC,v 1.306 2010/10/26 01:53:19 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -59,7 +59,7 @@ aibs* at acpi? mpbios0 at bios0 ipmi0 at mainbus? disable # IPMI -#vmt0 at mainbus? # VMware Tools +vmt0 at mainbus? # VMware Tools option PCIVERBOSE option USBVERBOSE |