mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
agp/intel: Add pci id for hostbridge from has/qemu
This is needed to run the simulator. Cc: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Ben Widawsky <ben@bwidawsk.net> [danvet: added a comment in case people wonder what it's for.] Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
5a117db77e
commit
6b2d590540
1 changed files with 1 additions and 0 deletions
|
@ -850,6 +850,7 @@ static struct pci_device_id agp_intel_pci_table[] = {
|
|||
.subvendor = PCI_ANY_ID, \
|
||||
.subdevice = PCI_ANY_ID, \
|
||||
}
|
||||
ID(PCI_DEVICE_ID_INTEL_82441), /* for HAS2 support */
|
||||
ID(PCI_DEVICE_ID_INTEL_82443LX_0),
|
||||
ID(PCI_DEVICE_ID_INTEL_82443BX_0),
|
||||
ID(PCI_DEVICE_ID_INTEL_82443GX_0),
|
||||
|
|
Loading…
Reference in a new issue