Cisco Systems 5709 Network Hardware User Manual


 
User Guide NetXtreme II
January 2010
Broadcom Corporation
Document ENGSRVT52-CDUM100-R DOS ODI Page 119
PROTOCOL IPXODI
5. Restart the computer to complete the installation.
6. As the files are being loaded, the computer attempts to attach to a NetWare server using the frame types specified in
Net.cfg. If the connection is successful, a dialog box appears.
7. Change to drive F and log onto the NetWare server.
F: <enter>
F:\login admin <enter>
NOTE: The driver loads during system configuration, and the Broadcom banner, the adapter name, the MAC
address, the IRQ number, the detected line speed, and the BUSNUM and DEVNUM of the adapter are displayed.
If the driver fails to load, an
initialization fail
message appears.
CONFIGURING PARAMETERS FOR THE BX2.COM/BX2EV.COM DRIVER (IN THE NET.CFG FILE)
The following are optional custom keywords used in the Net.cfg file:
BUSNUM
DEVNUM
FUNNUM
SUBVID
MODEL
The first two keywords (BUSNUM and DEVNUM) are used together and have been included for manufacturing purposes.
Do not use them unless you are familiar with PCI device configuration. These two keywords are needed if multiple Broadcom
NetXtreme II adapters are installed on a system, and each adapter must be loaded in a specific order.
BUSNUM specifies the PCI bus number and DEVNUM specifies the device number that is assigned to the board when it is
configured by the PCI BIOS.
The values for these adapter parameters are displayed in hexadecimal notation when the driver loads (the Net.cfg file
expects hexadecimal values). A PCI device scan utility can also be used to find this information. If the driver loads on a single
adapter, the displayed values can be used in the Net.cfg file.
If a PCI scan utility displays card 1 at bus 4 and device 11 (hexadecimal), and card 3 at bus 3 and device 13 (hexadecimal),
the following load instructions are written to the Net.cfg file (load card 3 first, and optionally load card 1 second):
LINK DRIVER BX2
BUSNUM 3
DEVNUM 13 (13 hex = 19 decimal)
LINK DRIVER BX2
BUSNUM 4
DEVNUM 11 (11 hex = 17 decimal)
The FUNNUM keyword is used to determine which function/port the driver is to load on when using a multifunction (multiport)
adapter. Function number values are limited to 0 and 1, for the first and second function of the adapter.
The SUBVID keyword is used to for load the driver only on the first network interface card found that has a subvendor ID
(SVID) that matches the one set in Net.cfg. The driver ignores all other network interface cards that do not have a matching
SVID. SUBVID expects a hexadecimal number.