1| Start EtherH setup
2|
3| Fix for the EtherH card. We need to do a *ehtest before booting RiscBSD
4| Test to see if the EtherH module is present and if it is
5| run *ehtest
6|
7set ETHERH$PRESENT 1
8rmensure EtherH 0.0 set ETHERH$PRESENT 0
9if <ETHERH$PRESENT> > 0 then ehtest { > null: }
10| End EtherH setup
11
12| Start User options
13| End User options
14