Don’t ask. Don’t tell.
This was a bitch to get straight.
Do NOT use a trailing \ to put all of this on one line in your .conf file. Don’t do it. It makes the system complain on boot up. You should have ONE semicolon at the end of your config.
genesis01# cat /platform/sun4u/kernel/drv/bge.conf
# Below is the result of grep bge /etc/path_to_inst
# “/pci@1f,700000/network@2″ 0 “bge”
# “/pci@1f,700000/network@2,1″ 1 “bge”
# “/pci@1d,700000/network@2″ 2 “bge”
# “/pci@1d,700000/network@2,1″ 3 “bge”
# interface bge0
name=”bge” parent=”/pci@1f,700000″ unit-address=”2″
adv_1000fdx_cap=0
adv_1000hdx_cap=0
adv_100fdx_cap=0
adv_100hdx_cap=1
adv_10fdx_cap=0
adv_10hdx_cap=0
adv_autoneg_cap=0;
# interface bge1
name=”bge” parent=”/pci@1f,700000″ unit-address=”2,1″
adv_1000fdx_cap=1
adv_1000hdx_cap=1
adv_100fdx_cap=1
adv_100hdx_cap=1
adv_10fdx_cap=1
adv_10hdx_cap=0
adv_autoneg_cap=1;
genesis01#