Return correct value for new probe sequence.

This commit is contained in:
mycroft 1993-04-18 10:14:15 +00:00
parent e2a9eb19a4
commit 0105f6f55d
2 changed files with 2 additions and 2 deletions

View File

@ -206,7 +206,7 @@ hpprobe (dvp)
outb (hpc + hp_option, 0);
splx (s);
return (1);
return (16);
}
/*

View File

@ -206,7 +206,7 @@ hpprobe (dvp)
outb (hpc + hp_option, 0);
splx (s);
return (1);
return (16);
}
/*