Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 70327

Summary: nVidia i810_audio pcitable entry has incorrect format
Product: [Retired] Red Hat Linux Reporter: Charlie Brady <charlieb-redhat-bugzilla>
Component: hwdataAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.3CC: mertensb, rvokal
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: 2002-07-31 16:53:57 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 Charlie Brady 2002-07-31 16:53:52 UTC
Description of Problem:

/usr/share/hwdata/pcitable supposedly contains only tab separated data. Line
1296 contains a line with space separated columns:

...
0x10de^I0x01a0^I"Card:NVIDIA GeForce 2 MX (generic)"^I"nVidia Corporation|NV15
[GeForce2 - nForce GPU]"$
0x10de  0x01b1^I"i810_audio"^I"nVidia Corporation|nForce Audio"$
0x10de^I0x01bc^I"unknown"^I"nVidia Corporation|nForce IDE"$
...

Version-Release number of selected component (if applicable):

hwdata 0.14-1

How Reproducible:

static

Steps to Reproduce:
1. 1. sed -n 1296p /usr/share/hwdata/pcitable | od -c

Comment 1 Bill Nottingham 2002-08-12 19:04:02 UTC
I'm pretty sure this is fixed in the current rawhide version; it passes basic
pcitable lint tests.

Comment 2 Charlie Brady 2002-08-12 20:49:42 UTC
Confirmed:

[charlieb@vegemite hwdata-0.41]$ grep '  0x' pcitable 
[charlieb@vegemite hwdata-0.41]$ grep '  0x' ../hwdata-0.14.orig/pcitable 
0x10de  0x01b1	"i810_audio"	"nVidia Corporation|nForce Audio"
[charlieb@vegemite hwdata-0.41]$


Comment 3 Clark Williams 2011-10-12 19:06:17 UTC
*** Bug 734137 has been marked as a duplicate of this bug. ***