Intel 82595 Ethernet network driver
Net.ether82595 [-A] [-B] [-f tx_forget_time]
[-F] [-i irq]
[-l log_net_id] [-M]
[-n tx_num_retries] [-P]
[-p io_port] [-r media_rate]
[-R] [-s speed]
[-t tx_retry_ticks] [-v] &
You may use this option in conjunction with netsniff to monitor other traffic on the network.
The Net.ether82595 network driver communicates with a Intel 82595 or compatible network adapter to provide the Network Manager with reliable data transfer over an Ethernet network.
Most of the time, you should not need to specify the I/O port or the hardware interrupt to Net.ether82595 - it should autodetect these parameters.
Full-duplex operation can also be forced, using the -F command line option.
Before installing your card, you should read the technote contained in the /etc/readme/technotes/Net.ether82595 file.
If you install more than one network card, you must specify a unique network ID (-l option) to every network driver.
If you install more than one 82595 compatible PCI network card, you must specify the -p option on each invocation of Net.ether82595.
Start the driver and let it autodetect the hardware:
Net.ether82595 &
Start the driver on an 82595 compatible PCMCIA adapter, specifying the port and IRQ:
Net.ether82595 -p340 -i5 -R &
Start two Net.ether82595 drivers for two adapters installed in one machine. One card is using I/O port 300h and IRQ 10 on logical network 1. The second card is using I/O port 340 and IRQ 12 on logical network 2.
Net.ether82595 -p300 &
Net.ether82595 -p340 -i12 -l2 &
Net.ether82595 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.
The Net.ether82595 driver ignores SIGPWR.
Net.ether82595 terminates only upon encountering errors during initialization or upon getting a signal (i.e. being killed).