Home | History | Annotate | Line # | Download | only in !BtNetBSD
PreBoot revision 1.1
      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 |
      7 set ETHERH$PRESENT 1
      8 rmensure EtherH 0.0 set ETHERH$PRESENT 0
      9 if <ETHERH$PRESENT> > 0 then ehtest { > null: }
     10 | End EtherH setup
     11 
     12 | Start User options
     13 | End User options
     14