| Start EtherH setup
|
| Fix for the EtherH card. We need to do a *ehtest before booting RiscBSD
| Test to see if the EtherH module is present and if it is
| run *ehtest
|
set ETHERH$PRESENT 1
rmensure EtherH 0.0 set ETHERH$PRESENT 0
if <ETHERH$PRESENT> > 0 then ehtest { > null: }
| End EtherH setup

| Start User options
| End User options