summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86str.h
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2006-02-20 23:45:50 +0000
committerIan Romanick <idr@us.ibm.com>2006-02-20 23:45:50 +0000
commit5fd0f94006775e2271107c960dfa3314dddd9a5f (patch)
tree260f61a8cbaf256b2d4c0d341df4461f9fe8efe2 /hw/xfree86/common/xf86str.h
parent6d7083bd69724586338d79784655328f1fcd2ae5 (diff)
Eliminate all the code for querying the PCI class from the PCI ID database.
Class information is not, and never has been, stored there. Therefore, this is just a bunch of elaborate code to read 0x00000000. This has received testing on x86 and x86-64 Linux.
Diffstat (limited to 'hw/xfree86/common/xf86str.h')
-rw-r--r--hw/xfree86/common/xf86str.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xfree86/common/xf86str.h b/hw/xfree86/common/xf86str.h
index b939282ee..a4f351661 100644
--- a/hw/xfree86/common/xf86str.h
+++ b/hw/xfree86/common/xf86str.h
@@ -447,7 +447,6 @@ typedef struct {
pointer thisCard;
Bool validSize;
Bool validate;
- CARD32 listed_class;
} pciVideoRec, *pciVideoPtr;
typedef struct {