Arcnet network driver (QNX)
Net.arcnet [options] &
One Corman or standard Arcnet card is installed. Use automatic IRQ and RAM detection:
Net.arcnet &
Use IRQ 3 and set the memory segment to be located at DC00 hex:
Net.arcnet -i 3 -m DC00 &
Two Corman Arcnet cards are installed at memory segments DC00 and CC00; use automatic IRQ detection for both:
Net.arcnet -l 1 -m DC00 & Net.arcnet -l 2 -m CC00 &
Two standard Arcnet cards are installed at I/O ports 300 and 260:
Net.arcnet -l 1 -p 300 & Net.arcnet -l 2 -p 260 &
The Net.arcnet Network Driver communicates directly with either a Corman Arcnet card with memory mapped registers, or a standard Arcnet card with I/O mapped registers. It provides the Network Manager with reliable data transfer over an Arcnet network.
By default, Net.arcnet will detect all hardware parameters automatically. However, you can specify any or all of these parameters by using the options described above.
If you install multiple Arcnet cards, you must specify a unique logical network ID (-l option) for every driver. On an ISA Bus computer (e.g. AT), you must also specify a unique memory segment (-m mem option) for every Corman card. For a standard Arcnet card, you must specify -p ioport.
Net.arcnet terminates only upon encountering errors during initialization or opon getting a signal (i.e. being killed).
Net.arcnet 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.