Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src add vmt(4)



details:   https://anonhg.NetBSD.org/src/rev/b5fb33f64a41
branches:  trunk
changeset: 770456:b5fb33f64a41
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon Oct 17 22:40:31 2011 +0000

description:
add vmt(4)

diffstat:

 doc/CHANGES            |  3 ++-
 sys/arch/i386/conf/ALL |  5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (40 lines):

diff -r fc961de57692 -r b5fb33f64a41 doc/CHANGES
--- a/doc/CHANGES       Mon Oct 17 22:39:22 2011 +0000
+++ b/doc/CHANGES       Mon Oct 17 22:40:31 2011 +0000
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:                   <$Revision: 1.1614 $>
+# LIST OF CHANGES FROM LAST RELEASE:                   <$Revision: 1.1615 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -1136,3 +1136,4 @@
        GCC: Obsolete libgcc_pic.  [mrg 20111006]
        zoneinfo: Import tzdata2011l. [apb 20111010]
        sqlite: Import of pre-release of SQLite 3.6.9 [joerg 20111013]
+       vmt(4): Add a VMware Tools driver, from OpenBSD. [jmcneill 20111017]
diff -r fc961de57692 -r b5fb33f64a41 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Mon Oct 17 22:39:22 2011 +0000
+++ b/sys/arch/i386/conf/ALL    Mon Oct 17 22:40:31 2011 +0000
@@ -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 @@
 
 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 @@
 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



Home | Main Index | Thread Index | Old Index