From a636f726884e937b271f07973bd1ebe869aa7abf Mon Sep 17 00:00:00 2001 From: Mike Fulbright Date: Wed, 14 Feb 2001 03:02:49 +0000 Subject: only get Q Logic controller ignore entries, getting all make boot image too large in some languages --- utils/trimpcitable | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/trimpcitable') diff --git a/utils/trimpcitable b/utils/trimpcitable index 80f1ed370..76ab26a4f 100755 --- a/utils/trimpcitable +++ b/utils/trimpcitable @@ -12,7 +12,7 @@ while () { print "$_\n"; } elsif ($_ =~ /Card:Intel.*81[05]/) { print "$_\n"; - } elsif ($a[2] =~ /\"ignore\"/ || $a[4] =~ /\"ignore\"/) { + } elsif ($a[4] =~ /\"ignore\"/) { print "$_\n"; } -- cgit