From ed3227be7d99962518555e36b9a8ec1eaccb66d4 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 14 Aug 2003 02:12:19 +0000 Subject: one really must not be too strict with redhat's pcitable --- convert/merge2pcitable.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convert/merge2pcitable.pl b/convert/merge2pcitable.pl index 0854457d..3f0384f0 100755 --- a/convert/merge2pcitable.pl +++ b/convert/merge2pcitable.pl @@ -89,7 +89,7 @@ sub read_pcitable { length == 4 or error("$f $line: bad number $_"); lc($_); } $id1, $id2, $subid1, $subid2; - $drivers{$id} and error("$f $line: multiple entry for $id (skipping $module $text)"); + $drivers{$id} && $strict and error("$f $line: multiple entry for $id (skipping $module $text)"); $drivers{$id} ||= [ map &$rm_quote, $module, $text ]; } else { die "$f $line: bad line\n"; -- cgit v1.2.1