Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
devn-tulip.so
Driver for DEC 21x4x (Tulip) compatible Ethernet adapters
Syntax:
io-net -d tulip [option[,option ...]] ... &
Options:
![]() |
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
The default is automatically detected on supported hardware.
- did=0xXXXX
- PCI device ID. The default is automatically detected on supported hardware.
- 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.
- mac=XXXXXXXXXXXX
- MAC address of the controller. If no SROM is available, the MAC will default to 00:00:00:00:00:00.
- nomulticast
- Disables the driver from sending or receiving multicast packets. By default, multicast is enabled.
- nosrom
- Informs the driver that there is no valid connected SROM: the driver will default to using media independent interface (MII), physical media interface (PHY) auto-negotiation. (A valid MAC address must be supplied on the command line.)
- pci=0xXXXX
- PCI index of the controller. The default is automatically detected on supported hardware.
- phyaddr=num
- Override the MII routines and use the specified PHY address.
- pktque=num
- Limit the number of packets in the queue. The default is 100.
- priority=num
- Priority of the driver thread. The default is 21.
- promiscuous
- Enable the driver to pass all data packets received, regardless of address. By default, promiscuous mode is disabled.
- receive=num
- Number of receive descriptors/buffers. The default is 64.
- single
- Use this option if you have multiple Tulip cards in your system and want to configure them differently. The single option tells the driver to stop after configuring the first Tulip card it finds. The order of the search cannot be determined because it depends on the PCI server and PCI BIOS used. After the first card has been configured, when the driver is invoked again, it will find and configure the next card in order, and so on until all Tulip cards have been configured. The default is to enable all Tulip cards found.
- 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).
- threshold=N
- Amount of packet data that must be in TX FIFO before transmission is initiated. The range is 0-4. The default is 3. If you observe transmit underruns, set the number to 4.
- transmit=num
- Number of transmit descriptors/buffers. The default is 128.
- 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
- The PCI vendor ID of the controller. The default is automatically detected on supported hardware.
Description:
The devn-tulip.so driver controls DEC 21x4x (Tulip) compatible Ethernet adapters.
![]() |
When you start a single instance of the Tulip driver on a multiport board (using the pci= option), the board might not function unless this instance is on the first interface. On NICs with multiple interfaces sharing a single SROM, the first NIC is the only one that can read the SROM. |
Examples:
Start io-net using the Tulip driver and the full TCP/IP stack:
io-net -d tulip -p tcpip ifconfig en0 10.0.0.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:
"Network drivers (devn-*)" and "Network protocol interfaces (npm-*)" in the Utilities Summary
![]() |
![]() |
![]() |
![]() |

![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)
