repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
distrib
/
acorn32
/
stand
/
BtNetBSD
/
!BtNetBSD
/
PreBoot
blob
18db1b1266f5f944b9473ea331f928024a13c58a
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