devs-vtnet_pci.so
Driver for VirtIO PCI Ethernet devices
Syntax:
io-sock -m pci -d vtnet_pci [option[,option...]]
mount -T io-sock [-o option[,option...]] pci
mount -T io-sock [-o option[,option...]] vtnet_pci
Runs on:
QNX OS
Options:
Use commas, not spaces, to separate the options.- prefix=prefix
- Specifies the instance of io-sock that mounts this driver. You specify the prefix that creates an alternative stack when you start io-sock. Used only when you load a driver with mount after starting io-sock.
- qnxdev=device
- When Plug & Play is disabled, specifies the device instance to use. Use devinfo -v to determine the location value to use (e.g., qnxdev=pci0:0:25:0).
Description:
The devs-vtnet_pci.so driver is ported from FreeBSD to provide
support for VirtIO PCI Ethernet devices. Its interface names are in the form
vtnet
#, where # is an
integer of one or more digits.
This driver requires the mods-pci.so driver. For information on
starting io-sock with a driver or loading a driver later using
mount, see Starting io-sock and Driver Management
in the
High-Performance Networking Stack User's Guide. Unlike the FreeBSD
version, you cannot load devs-vtnet_pci.so using a
configuration file or by using loader.config.
For more information, see the FreeBSD documentation: https://www.freebsd.org/cgi/man.cgi?query=vtnet&sektion=4&manpath=FreeBSD+13.3-RELEASE+and+Ports