mirror of
https://github.com/X11Libre/xf86-video-intel.git
synced 2026-03-24 01:24:12 +00:00
Limit PCI matching to VGA devices
Fixes X -configure Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
@@ -154,7 +154,7 @@ static const SymTabRec _intel_chipsets[] = {
|
||||
SymTabRec *intel_chipsets = (SymTabRec *) _intel_chipsets;
|
||||
|
||||
#define INTEL_DEVICE_MATCH(d,i) \
|
||||
{ 0x8086, (d), PCI_MATCH_ANY, PCI_MATCH_ANY, 0, 0, (intptr_t)(i) }
|
||||
{ 0x8086, (d), PCI_MATCH_ANY, PCI_MATCH_ANY, 0x3 << 16, 0xff << 16, (intptr_t)(i) }
|
||||
|
||||
static const struct pci_id_match intel_device_match[] = {
|
||||
#if !KMS_ONLY
|
||||
|
||||
Reference in New Issue
Block a user