diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-11-03 09:41:41 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-11-03 09:41:41 +0000 |
commit | 9fb9911a3ec8ac34ec204fb88fb462e019e3c9e8 (patch) | |
tree | 18105af105b0a0839d110b684a6e86d9d7b0ada2 | |
parent | be61ac610ebdad179a8f5a5b067fbd75d4389069 (diff) |
move the hardware info to a more relevant part of the doc;
no need for a separate HARDWARE section;
ok dlg
-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": |