Bug 15397

Summary: trimpcitable needs to keep subsystem vendor/device IDs
Product: [Retired] Red Hat Linux Reporter: Matt Domsch <matt_domsch>
Component: anacondaAssignee: Michael Fulbright <msf>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-08-04 15:07:28 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Matt Domsch 2000-08-04 15:07:04 UTC
Nice catch Florian.

Matt, this should be fixed in RC1.

Erik

On Fri, 4 Aug 2000, Florian Laroche wrote:

> > Seems like anaconda doesn't put any sub{vendor,device}ids into 
the "pcitable"
> > on the bootdisk and that's why the controller is not detected properly 
and
> > "cpqarray" gets loaded.
> 
> I will check in the following patch which should fix this:
> --- trimpcitable        2000/07/26 19:48:00     1.4
> +++ trimpcitable        2000/08/04 09:37:11
> @@ -8,7 +8,7 @@
>  while (<STDIN>) {
>      chop;
>      @a = split;
> -    if ($mods{$a[2]}) {
> +    if ($mods{$a[2]} || $mods{$a[4]}) {
>         print "$_\n";
>      } elsif ($_ =~ /Card:Intel.*81[05]/) {
>         print "$_\n";
> 
> cu,
> 
> Florian La Roche
> 
>