########################################################################## # @(#)B.11.31_LR GELAN configuration file Rev: B.11.31.01 # # hpgelanconf : contains configuration values for HP Gigabit Ethernet # Interfaces # # HP_GELAN_INTERFACE_NAME Name of interface (lan0, lan1...) # # HP_GELAN_STATION_ADDRESS Station address of interface # configured through lanadmin(1m) # Prefixed with "0x". # # HP_GELAN_SPEED Change the speed/duplexity for 1000Base-T cards # Valid values are: 10hd 10fd 100hd 100fd auto_on # # HP_GELAN_MTU Change the size of maximum transmission unit. # Valid values are: 1024-9000 # # HP_GELAN_FLOW_CONTROL Enable or Disable the card's flow control # By default, it is always enable # Enable = 1 or ON # Disable = 0 or OFF # # HP_GELAN_AUTONEG Enable or Disable auto negotiation for 1000Base-SX # By default this mode is always enable # Enable = 1 or ON # Disable = 0 or OFF # # HP_GELAN_SEND_COAL_TICKS Change the number of send coalesced ticks. # Setting this to 0 disables the timer. # Default: 1000 (1 millisecond). # Minimum: 0 (timer disabled) # Maximum: 10000000 (10 seconds). # # HP_GELAN_RECV_COAL_TICKS Change the number of receive coalesced ticks. # Setting this to 0 disables the timer. # Default: 0 # Minimum: 0 (timer disabled) # Maximum: 10000000 (10 seconds). # # HP_GELAN_SEND_MAX_BUFS Change the number of send buffer descriptors # to send at one time # Default: 16. Min: 1. Max: 128. # # HP_GELAN_RECV_MAX_BUFS Change the number of receive buffer descriptors # to send at one time # Default: 1. Min: 1. Max: 256. # # HP_GELAN_SEND_CKO Enable/Disable hardware TCP/UDP (IPv4) # checksum offload on transmit. # Enable = ON, # Disable = OFF. (default) # # HP_GELAN_RECV_CKO Enable/Disable hardware TCP/UDP (IPv4) # checksum offload on receive. # Enable = ON, # Disable = OFF. (default) # # HP_GELAN_DIAG_THRESH Set the inbound packet rate threshold # (in packets per second) below which # the driver internal diagnostic for # hardware fault detection will be enabled. # The driver internal diagnostics will be # activated when the packet rate on the # interface drops below this threshold. # 0 : Default, disables driver diagnostic # 1-100000 : Enables diagnostic and sets # : the threshold to the given value. # -1 : Enables diagnostic and allows # : the driver to automatically determine # : the threshold. # # # The interface name, major number, card instance and nmid may be # obtained from the lanscan(1m) command. # # All options are set through the lanadmin(1m) command. # ########################################################################### ########################################################################### # The HP_GELAN_INIT_ARGS are reserved by HP. They are NOT user changable. HP_GELAN_INIT_ARGS="HP_GELAN_STATION_ADDRESS HP_GELAN_SPEED HP_GELAN_MTU HP_GELAN_FLOW_CONTROL HP_GELAN_AUTONEG HP_GELAN_SEND_COAL_TICKS HP_GELAN_RECV_COAL_TICKS HP_GELAN_SEND_MAX_BUFS HP_GELAN_RECV_MAX_BUFS" HP_GELAN_INTERFACE_NAME[0]= HP_GELAN_STATION_ADDRESS[0]= HP_GELAN_SPEED[0]= HP_GELAN_MTU[0]= HP_GELAN_FLOW_CONTROL[0]= HP_GELAN_AUTONEG[0]= HP_GELAN_SEND_COAL_TICKS[0]= HP_GELAN_RECV_COAL_TICKS[0]= HP_GELAN_SEND_MAX_BUFS[0]= HP_GELAN_RECV_MAX_BUFS[0]= HP_GELAN_SEND_CKO[0]= HP_GELAN_RECV_CKO[0]= HP_GELAN_DIAG_THRESH[0]= # End of hpgelanconf configuration file