SMC COM20020 Arcnet network driver (QNX)
Net.arc20 [-i irq] [-l log_net_id] [-n phys_nid] [-p io_port] [-r media_rate] [-s] [-v] &
The Net.arc20 network driver communicates directly with networking hardware based on the SMC COM20020 Arcnet chipset. The driver provides the Network Manager (Net) with reliable data transfer over an Arcnet network.
To install multiple network cards in one machine you should specify a unique logical network ID with the -l option to every network driver option to every invocation of Net.arc20
Start the Net.arc20 driver for a COM 20020 chip at I/O port base 0x2E0 using interrupt 2:
Net.arc20 &
Start the Net.arc20 driver for a COM 20020 chip at I/O port base 0x300 using interrupt 2:
Net.arc20 -p300 &
Start the Net.arc20 driver for a COM 20020 chip at I/O port base 0x320 using interrupt 5:
Net.arc20 -p320 -i5 &
Net.arc20 closes its standard input, standard output and standard error immediately after initialization.
Error messages are displayed via the qnx_display_*() functions, not through standard error.
This drivers ignores SIGPWR unless the -s option is specified.
Net.arc20 terminates only upon encountering errors during initialization or upon getting a signal (i.e. being killed).