"David Foresman" <[EMAIL PROTECTED]> writes:
> it tried to load ide-mod.o, but did not pass the paramaters for loading the
> ide2 and ide3 ports.
ok, the bug is mine :(
i'll upload soon
patch:
--- pci_probing/main.pm.old Thu Apr 6 14:53:37 2000
+++ pci_probing/main.pm Thu Apr 6 14:53:33 2000
@@ -56,7 +56,7 @@
foreach (<F>) {
my ($a, $b) = /(\S+)\s+(\S+)/ or next;
if (my $i = $pci_probing::pcitable::ids{hex $b}) {
- push @l, [ $_, @$i ] if $i->[0] =~ /$regexp/;
+ push @l, [ $_, @$i ] if $i->[1] =~ /$regexp/;
}
}
@l;