From 4987a37d42229bf395a9fa390f0db7405f813285 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 12 Jan 2003 13:40:11 +0000 Subject: update "known errors in redhat's pcitable" --- convert/merge2pcitable.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/convert/merge2pcitable.pl b/convert/merge2pcitable.pl index 9d3210c6..bc076e26 100755 --- a/convert/merge2pcitable.pl +++ b/convert/merge2pcitable.pl @@ -5,7 +5,6 @@ use MDK::Common; @ignored_modules = ( qw(alsa ignore), -qw(tr), # redhat have this, ignore it ); if ($0 =~ /merge2pcitable/) @@ -81,7 +80,7 @@ sub read_pcitable { $module =~ s/\.o$//; $module = '"unknown"' if dummy_module($module); - $module = '"unknown"' if $id1 == 0x1011 && (0x0024 <= $id2 && $id2 <= 0x0025); + $module = '"unknown"' if $id1 eq '0x1011' && $id2 eq '0x0004'; # known errors in redhat's pcitable # these are pci to pci bridge $module = '"yenta_socket"' if $module =~ /i82365/; -- cgit v1.2.1