1.\" $OpenBSD: vmt.4,v 1.1 2008/07/08 13:41:20 dlg Exp $ 2.\" 3.\" Copyright (c) 2008 Marco Peereboom <marco@openbsd.org> 4.\" Text was heavily borrowed from the IPMI spec V1.5 5.\" 6.\" Permission to use, copy, modify, and distribute this software for any 7.\" purpose with or without fee is hereby granted, provided that the above 8.\" copyright notice and this permission notice appear in all copies. 9.\" 10.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 11.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 12.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 13.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 14.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 15.\" TORTIOUS ACTION, ARISING OUT OF 16.\" PERFORMANCE OF THIS SOFTWARE. 17.Dd $Mdocdate: July 8 2008 $ 18.Dt VMT 4 19.Os 20.Sh NAME 21.Nm vmt 22.Nd VMware Tools driver 23.Sh SYNOPSIS 24.Cd "vmt0 at mainbus0" 25.Sh DESCRIPTION 26The 27.Nm 28driver is a kernel level implementation of VMware Tools. 29VMware Tools are intended to provide better support for operating systems 30running inside virtual machines. 31.Pp 32.Nm 33provides access to the host machines clock as a timedelta sensor. 34.Sh SEE ALSO 35.Xr sensorsd 8 , 36.Xr sysctl 8 37.Sh HISTORY 38The 39.Nm 40driver first appeared in 41.Ox 4.4 . 42.Sh AUTHORS 43The 44.Nm 45driver was written by 46.An David Gwynne Aq dlg@openbsd.org . 47