From c8bb1269a8ed911211562da2b5e871dd49245d84 Mon Sep 17 00:00:00 2001 From: Peter Dufault Date: Mon, 31 Jul 1995 09:38:21 +0000 Subject: [PATCH] Return the correct number of I/O ports as part of the probe so that the conflict resolution works. --- sys/i386/isa/labpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/i386/isa/labpc.c b/sys/i386/isa/labpc.c index 591799525c8..760cbbbbeb6 100644 --- a/sys/i386/isa/labpc.c +++ b/sys/i386/isa/labpc.c @@ -470,7 +470,7 @@ int labpcprobe(struct isa_device *dev) l->kdc.kdc_description = "National Instrument's LabPC"; unit++; - return 1; + return 0x20; } else {