Platform Notes:The eri FastEthernet Device Driver

Setting Parameters in the /etc/system File

To configure the eri driver parameters for all SUNW,eri devices in the system so that the parameter variables are always effective (even after rebooting the system), enter the parameter variables in the /etc/system file. When you reboot the system, the system reads the /etc/system file and sets these parameter variables in the eri module in the operating system kernel.

Table 4-1 lists the variables you need to set in the /etc/system file.

Table 4-1 Setting Variables in the /etc/system File

Parameter 

Variable 

ipg1

ipg1

ipg2

ipg2

pace_size

pace_size

adv_autoneg_cap

adv_autoneg_cap

adv_100fdx_cap

adv_100fdx_cap

adv_100hdx_cap

adv_100hdx_cap

adv_10fdx_cap

adv_10fdx_cap

adv_10hdx_cap

adv_10hdx_cap

lance_mode

lance_mode

ipg0

ipg0

These parameter values, described in Chapter 3, Parameter Definitions, are applicable to all SUNW,eri devices on the system. See Table 3-2 through Table 3-9 for parameter descriptions. An example follows.

To Set the ipg1 to 10 and ipg2 to 5 When Rebooting
  1. Become superuser.

  2. Add the following lines to the /etc/system file:


    set eri:ipg1 = 10
    set eri:ipg2 = 5
    

  3. Save the /etc/system file.

  4. Save all files and exit all programs. Exit the windowing system.

  5. Reboot the system by typing init 6 at the superuser prompt.

    The system is halted and then rebooted.