
It may be necessary or desirable to manually configure the
ethernet hostport speed and duplex.  It may also be necessary
to manually indicate the ethernet hostport is using a SWITCH
instead of a PHY.

The following can be done to manually configure the ethernet hostport:

Please set the environment variable, "speedduplex",
to a value to control 10/100, half/full, auto, or a speed/duplex/switch..
  
Settings are as follows:
  
    # for auto do the following command before doing "load -B"
    set speedduplex auto
    # This is the default if the speedduplex variable is unset or
    # not understood.

If the hardware is a PHY, please do as follows:

    # for 10 half do the following command before doing "load -B"
    set speedduplex 10h

    # for 10 full do the following command before doing "load -B"
    set speedduplex 10f

    # for 100 half do the following command before doing "load -B"
    set speedduplex 100h

    # for 100 full do the following command before doing "load -B"
    set speedduplex 100f

If the hardware is NOT a PHY, but is a SWITCH, please do as follows:

    # for 10 half do the following command before doing "load -B"
    set speedduplex 10hs

    # for 10 full do the following command before doing "load -B"
    set speedduplex 10fs

    # for 100 half do the following command before doing "load -B"
    set speedduplex 100hs

    # for 100 full do the following command before doing "load -B"
    set speedduplex 100fs
