diff options
author | Mike Fulbright <msf@redhat.com> | 2000-07-26 19:48:00 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2000-07-26 19:48:00 +0000 |
commit | d07d58d427a3ad908cd0ca058a01503b2102ce4d (patch) | |
tree | f97a0d752c6cb88dd0836a9e617767e7d12c5a6f /utils | |
parent | fa25c4547239977d1ead9d6962c0734259f28e62 (diff) | |
download | anaconda-d07d58d427a3ad908cd0ca058a01503b2102ce4d.tar.gz anaconda-d07d58d427a3ad908cd0ca058a01503b2102ce4d.tar.xz anaconda-d07d58d427a3ad908cd0ca058a01503b2102ce4d.zip |
added support for intel 815 card
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/trimpcitable | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/trimpcitable b/utils/trimpcitable index 119753594..67f4b0aeb 100755 --- a/utils/trimpcitable +++ b/utils/trimpcitable @@ -10,7 +10,7 @@ while (<STDIN>) { @a = split; if ($mods{$a[2]}) { print "$_\n"; - } elsif ($_ =~ /Card:Intel.*810/) { + } elsif ($_ =~ /Card:Intel.*81[05]/) { print "$_\n"; } } |