Return correct value for new probe sequence.
This commit is contained in:
parent
e2a9eb19a4
commit
0105f6f55d
|
@ -206,7 +206,7 @@ hpprobe (dvp)
|
|||
outb (hpc + hp_option, 0);
|
||||
|
||||
splx (s);
|
||||
return (1);
|
||||
return (16);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
@ -206,7 +206,7 @@ hpprobe (dvp)
|
|||
outb (hpc + hp_option, 0);
|
||||
|
||||
splx (s);
|
||||
return (1);
|
||||
return (16);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue