Return the correct number of I/O ports as part of the probe so that the

conflict resolution works.
This commit is contained in:
Peter Dufault 1995-07-31 09:38:21 +00:00
parent f03dea9996
commit c8bb1269a8
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@ int labpcprobe(struct isa_device *dev)
l->kdc.kdc_description = "National Instrument's LabPC";
unit++;
return 1;
return 0x20;
}
else
{