From 617e556485ea39d8d2acdf9038809c05b9260943 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 27 Feb 2003 17:26:04 +0000 Subject: skip module pci from modules.pcimap --- convert/merge2pcitable.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'convert/merge2pcitable.pl') diff --git a/convert/merge2pcitable.pl b/convert/merge2pcitable.pl index a19395a5..0854457d 100755 --- a/convert/merge2pcitable.pl +++ b/convert/merge2pcitable.pl @@ -105,6 +105,7 @@ sub read_kernel_pcimap { chomp; next if /^#/ || /^\s*$/; my ($module, $id1, $id2, $subid1, $subid2) = split; + next if $module eq 'pci'; ($subid1, $subid2) = ("ffff", "ffff") if $subid1 == 0 && $subid2 == 0; $drivers{join '', map { /(....)$/ } $id1, $id2, $subid1, $subid2} = [ $module, '' ]; } -- cgit v1.2.1