diff options
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/vic.4 | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/share/man/man4/vic.4 b/share/man/man4/vic.4 index 42ac8a7236b..ee59624c400 100644 --- a/share/man/man4/vic.4 +++ b/share/man/man4/vic.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vic.4,v 1.11 2006/11/03 08:47:12 jmc Exp $ +.\" $OpenBSD: vic.4,v 1.12 2006/11/03 09:41:40 jmc Exp $ .\" .\" Copyright (c) 2006 Reyk Floeter <reyk@openbsd.org> .\" @@ -45,19 +45,6 @@ the physical network interface controller of the host. .Pp The .Nm -driver supports the following media types: -.Bl -tag -width autoselect -.It autoselect -Enable autoselection of the media type and options. -The driver always uses the fastest available speed and the media -options provided by the underlying host of the virtual machine. -.El -.Pp -For more information on configuring this device, see -.Xr ifconfig 8 . -.Sh HARDWARE -The -.Nm driver supports VMware Virtual NICs provided by the following known products: .Pp @@ -69,6 +56,19 @@ VMware GSX Server 2.5 and newer .It VMware Server .El +.Pp +The +.Nm +driver supports the following media types: +.Bl -tag -width autoselect +.It autoselect +Enable autoselection of the media type and options. +The driver always uses the fastest available speed and the media +options provided by the underlying host of the virtual machine. +.El +.Pp +For more information on configuring this device, see +.Xr ifconfig 8 . .Sh EXAMPLES For VMware to add a virtual NIC to a virtual machine, the virtualDev parameter on an Ethernet device must be specified as "vmxnet": |