diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2008-07-08 05:22:01 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2008-07-08 05:22:01 +0000 |
commit | 7140b2d09980706c85f1cd0a594223c42f8ab759 (patch) | |
tree | bb31ffbebaa62d50d3a235f240297fee5b003d57 /sys/arch/i386/conf/GENERIC | |
parent | d9164945f44bd657eb452cc80af592c276f9774d (diff) |
vmt(4) is a kernel level implementation of the vmware tools.
it only provides the hosts machines clock as a timedelta sensor so far.
getting it into the tree so people can work on it as suggested by fgsch@
Diffstat (limited to 'sys/arch/i386/conf/GENERIC')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index d38ecd1ece4..c3f068eddaf 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.630 2008/06/26 01:28:48 brad Exp $ +# $OpenBSD: GENERIC,v 1.631 2008/07/08 05:21:59 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -44,6 +44,7 @@ apm0 at bios0 flags 0x0000 # flags 0x0101 to force protocol version 1.1 acpi0 at bios? pcibios0 at bios0 flags 0x0000 # use 0x30 for a total verbose ipmi0 at mainbus? # IPMI +#vmt0 at mainbus? # VMware Tools esm0 at mainbus? # Dell Embedded Server Management amdmsr0 at mainbus? # MSR access for AMD Geode LX CPUs with GP |