HP-UX 11i Release Notes (December 2000)

I/0 and Networking Cards
Network Drivers (new)
Chapter 5114
4. Merge each LAN interface configured in each file in Step 2 into the
file hpbtlanconf in /var/adm/sw/save_custom/UNIFIED_MER
directory.
a. For each LAN interface, a set of three parameters are required.
The three parameters are
HP_BTLAN_INTERFACE_NAME,
HP_BTLAN_STATION_ADDRESS and
HP_BTLAN_SPEED.
b. The index value used for the set of three parameters should be
unique for each interface. For example:
HP_BTLAN_INTERFACE_NAME[0]=lan1
HP_BTLAN_STATION_ADDRESS[0]=0x080009C4686E
HP_BTLAN_SPEED[0]=100HD
HP_BTLAN_INTERFACE_NAME[1]=lan2
HP_BTLAN_STATION_ADDRESS[1]=0x080009C4B23C
HP_BTLAN_SPEED[1]=FULL
c. Create the set of three parameters, as shown above, with a unique
index for each interface.
# HP_BTLAN_SPEED Speed and duplex mode
#
# The interface name, major number, card instance and ppa may be
# obtained from the lanscan (1m) command.
# The station address and speed are set through the lanadmin command.
###########################################################################
HP_BTLAN_INTERFACE_NAME[0]=
HP_BTLAN_STATION ADDRESS[0]=
HP_BTLAN_SPEED[0]=
###########################################################################
# The HP_BTLAN_INIT_ARGS are reserved by HP. they are NOT user changeable.
###########################################################################
HP_BTLAN_INIT_ARGS="HP_BTLAN_STATION ADDRESS HP_BTLAN_SPEED"
# End of hpbtlanconf configuration file