thanks to work by jonathan matthew, vmt is now actually useful for
more than helping your clocks keep in sync.

is there a reason we shouldnt enable it?

cheers,
dlg

Index: amd64/conf/GENERIC
===================================================================
RCS file: /cvs/src/sys/arch/amd64/conf/GENERIC,v
retrieving revision 1.305
diff -u -p -r1.305 GENERIC
--- amd64/conf/GENERIC  4 Oct 2010 09:32:43 -0000       1.305
+++ amd64/conf/GENERIC  26 Oct 2010 01:27:36 -0000
@@ -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
Index: i386/conf/GENERIC
===================================================================
RCS file: /cvs/src/sys/arch/i386/conf/GENERIC,v
retrieving revision 1.699
diff -u -p -r1.699 GENERIC
--- i386/conf/GENERIC   4 Oct 2010 09:32:43 -0000       1.699
+++ i386/conf/GENERIC   26 Oct 2010 01:27:36 -0000
@@ -44,7 +44,7 @@ acpi0 at bios?
 mpbios0        at bios0
 pcibios0 at bios0 flags 0x0000 # use 0x30 for a total verbose
 ipmi0  at mainbus? disable     # IPMI
-#vmt0  at mainbus?             # VMware Tools
+vmt0   at mainbus?             # VMware Tools
 esm0   at mainbus?             # Dell Embedded Server Management
 amdmsr0        at mainbus?             # MSR access for AMD Geode LX CPUs with 
GP

Reply via email to