Middleware, development tools, realtime operating system
software and services for superior embedded design


Home
QNX Community Resources
Developer Support
QNX Documentation Library
QNX Developer Support

QNX Developer Support

QNX Software Systems
Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation
Technical Articles

[Previous] [Contents] [Index] [Next]

devn-via-rhine.so

Driver for VIA Rhine Network Interface Cards

Syntax:

io-net -d via-rhine [option[,option ...]] ...

Options:


Note: Use commas (,) to separate the options (not spaces).

connector=0|1|2|3
Network cable connector type.
0
BNC
1
UTP
2
AUI
3
FIBER
deviceindex=0xXXXX
Only attach to a device with this PCI index.
did=0xXXXX
Device ID. The default is automatically detected on supported hardware.
dma=num
DMA channel.
duplex=0|1
Half (0) or full (1) duplex mode. The default is automatically detected on supported hardware. If you specify duplex, specify speed as well; if duplex alone is specified, it is ignored and both speed and duplex are auto-negotiated.
iftype=num
Interface type (from <net/if_types.h>). The default is IFT_ETHER.
iorange=0xXXXXXXXX
The IO base address.
irq=num
IRQ of the interface.
lan=num
LAN number. The default is 0.
mac=XXXXXXXXXXXX
MAC address of controller. The default is automatically detected on supported hardware.
media=num
Media type (from <hw/nicinfo.h>). The default is NIC_MEDIA_802_3
memrange=0xXXXXXXXX
Register base physical memory address.
mru=num
Maximum receive unit. The default is 1514.
mtu=X
Maximum transmission unit. The default (1514) is automatically detected on supported hardware.
nomulticast
Disables the driver from sending or receiving multicast packets. By default, multicast is enabled.
pci=0xXXXX
PCI index of the controller. The default is automatically detected on supported hardware.
phy=num
Address of the connected PHY device.
priority=N
Priority of the driver event thread. The default is 21.
promiscuous=0|1
If set to 1, enable the driver to pass all data packets received, regardless of address. The default is 0.
receive=X
Number of receive descriptors/buffers. The default is 64.
speed=10|100
Media data rate (10Mbit or 100Mbit operation). The default is automatically detected on supported hardware. If you specify speed, specify duplex as well; if speed alone is specified, the specified speed will be correctly set, but duplex will default to half (0).
transmit=num
Number of transmit descriptors/buffers. The default is 128.
uptype=name
Interface name. The default is "en".
verbose
verbose=num
Be verbose. Specify num for more verbosity (num can be 1-4, the higher the number, the more detailed the output). The output goes to slogger, invoke sloginfo to view.
vid=0xXXXX
Vendor ID of the controller. The default is automatically detected on supported hardware.

Description:

The devn-via-rhine.so driver controls VIA Rhine Network Interface Cards (NICs).

Examples:

Start io-net using the VIA Rhine NIC driver and the full TCP/IP stack:

io-net -d via-rhine -p tcpip
ifconfig en0 10.184

Files:

/dev/io-net
The directory where, by default, drivers and protocol modules add entries. For more information, the documentation for io-net.

See also:

io-net

"Network drivers (devn-*)" and "Network protocol interfaces (npm-*)" in the Utilities Summary


[Previous] [Contents] [Index] [Next]