From 600aaa0182a5090c1ce78c858e403e0c60beb19a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 27 Jan 2002 22:48:00 +0000 Subject: we now want yenta_socket --- convert/merge2pcitable.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convert/merge2pcitable.pl b/convert/merge2pcitable.pl index 4c690877..6d91037d 100755 --- a/convert/merge2pcitable.pl +++ b/convert/merge2pcitable.pl @@ -69,7 +69,7 @@ sub read_pcitable { $module = "unknown" if $id1 == 0x1011 && (0x0024 <= $id2 && $id2 <= 0x0025); # known errors in redhat's pcitable # these are pci to pci bridge - $module = "i82365" if $module =~ /yenta_socket/; + $module = "yenta_socket" if $module =~ /i82365/; my $id = join '', map { s/^0x//; $_ } $id1, $id2, $subid1, $subid2; $drivers{$id} and print STDERR "$f $line: multiple entry for $id (skipping $module $text)\n"; $drivers{$id} ||= [ map &$rm_quote, $module, $text ]; -- cgit v1.2.1