summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/labpc.c
diff options
context:
space:
mode:
authordufault <dufault@FreeBSD.org>1995-07-31 09:38:21 +0000
committerdufault <dufault@FreeBSD.org>1995-07-31 09:38:21 +0000
commit8bbbaf050872fb4e788e04f31b811fb35a4fbbaa (patch)
tree8aa09c56142e028e5b523a7b739531f49be060c6 /sys/i386/isa/labpc.c
parentb772633f528f59e50fa9f278e06e5e7634e1d28e (diff)
downloadFreeBSD-src-8bbbaf050872fb4e788e04f31b811fb35a4fbbaa.zip
FreeBSD-src-8bbbaf050872fb4e788e04f31b811fb35a4fbbaa.tar.gz
Return the correct number of I/O ports as part of the probe so that the
conflict resolution works.
Diffstat (limited to 'sys/i386/isa/labpc.c')
-rw-r--r--sys/i386/isa/labpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/labpc.c b/sys/i386/isa/labpc.c
index 5917995..760cbbb 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
{
OpenPOWER on IntegriCloud