From 0105f6f55df19aade014a6243a2c2b9a3b746af2 Mon Sep 17 00:00:00 2001 From: mycroft Date: Sun, 18 Apr 1993 10:14:15 +0000 Subject: [PATCH] Return correct value for new probe sequence. --- sys/arch/i386/isa/if_hp.c | 2 +- sys/dev/isa/if_hp.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/isa/if_hp.c b/sys/arch/i386/isa/if_hp.c index 88b1ba0e9387..b3dfc5239614 100644 --- a/sys/arch/i386/isa/if_hp.c +++ b/sys/arch/i386/isa/if_hp.c @@ -206,7 +206,7 @@ hpprobe (dvp) outb (hpc + hp_option, 0); splx (s); - return (1); + return (16); } /* diff --git a/sys/dev/isa/if_hp.c b/sys/dev/isa/if_hp.c index 88b1ba0e9387..b3dfc5239614 100644 --- a/sys/dev/isa/if_hp.c +++ b/sys/dev/isa/if_hp.c @@ -206,7 +206,7 @@ hpprobe (dvp) outb (hpc + hp_option, 0); splx (s); - return (1); + return (16); } /*