projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a117db
)
agp/intel: Add pci id for hostbridge from has/qemu
author
Ben Widawsky
<ben@bwidawsk.net>
Wed, 4 Jan 2012 22:04:33 +0000
(14:04 -0800)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Tue, 17 Jan 2012 10:06:09 +0000
(11:06 +0100)
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>
drivers/char/agp/intel-agp.c
patch
|
blob
|
history
diff --git
a/drivers/char/agp/intel-agp.c
b/drivers/char/agp/intel-agp.c
index
b427711
..
962e75d
100644
(file)
--- a/
drivers/char/agp/intel-agp.c
+++ b/
drivers/char/agp/intel-agp.c
@@
-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),