Module Name:    src
Committed By:   jmcneill
Date:           Mon Oct 17 22:40:31 UTC 2011

Modified Files:
        src/sys/arch/i386/conf: ALL

Log Message:
add vmt(4)


To generate a diff of this commit:
cvs rdiff -u -r1.323 -r1.324 src/sys/arch/i386/conf/ALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.323 src/sys/arch/i386/conf/ALL:1.324
--- src/sys/arch/i386/conf/ALL:1.323	Sat Oct 15 00:23:08 2011
+++ src/sys/arch/i386/conf/ALL	Mon Oct 17 22:40:31 2011
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.323 2011/10/15 00:23:08 sjg Exp $
+# $NetBSD: ALL,v 1.324 2011/10/17 22:40:31 jmcneill Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@ include 	"arch/i386/conf/std.i386"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"ALL-$Revision: 1.323 $"
+#ident 		"ALL-$Revision: 1.324 $"
 
 maxusers	64		# estimated number of users
 
@@ -37,6 +37,7 @@ odcm0		at cpu0		# On-demand clock modula
 padlock0	at cpu0		# VIA PadLock
 powernow0	at cpu0		# AMD PowerNow! and Cool'n'Quiet (non-ACPI)
 viac7temp*	at cpu?		# VIA C7 temperature sensor
+vmt0		at cpu0		# VMware Tools
 
 # XBOX support
 options 	XBOX

Reply via email to