Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

devn-rlan2.so

Driver for RangeLanII Ethernet controllers

Syntax:

io-net -d rlan2 [option[,option ...]] ... &

Runs on:

Neutrino

Options:


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

channel=num
Channel number. The default is 1 if the card is set to be a master.
did=0xXXXX
PCI device ID. The default is automatically detected on supported hardware.
domain=num
Domain ID. The default is 1.
ioport=num
I/O port of the interface. The default is automatically detected on supported hardware.
irq=num
IRQ of the interface. The default is automatically detected on supported hardware.
lan=num
LAN number. The default is 0.
master=string
Name of radio link if the card is set to be a master.
model=x
p
PCI
c
PC Card
u
MicroISA
i
ISA
mtu=num
Maximum transmission unit. The default (1514) is automatically detected on supported hardware.
pci=0xXXXX
PCI index of the controller. The default is automatically detected on the supported hardware.
priority=N
The priority of the driver thread. The default is 21.
promiscuous
Enable promiscuous mode. By default, it's disabled.
roam=0|1
Roaming enable (0) or disable (1).
type=x
s
STATION
a
ALTERNATE
m
MASTER

The default is ALTERNATE.

verbose
Be verbose.
vid=0xXXXX
The PCI vendor ID of the controller. The default is automatically detected on the supported hardware.
width=8|16
I/O access width (8 or 16 bits). The default is automatically detected on supported hardware.

Description:

The devn-rlan2.so driver controls the RangeLanII Ethernet Controllers.


Note:

This driver was added in the QNX Momentics 6.3.0 SP2.


Examples:

Start io-net using the RangeLanII driver and the full TCP/IP stack:

io-net -d rlan2 -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