projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6edfba1
)
[PATCH] x86_64: Fix wrong PCI ID for ALI M1695 AGP bridge
author
Henrik Kretzschmar
<henrik@nachtwindheim.de>
Sat, 25 Mar 2006 15:29:52 +0000
(16:29 +0100)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sat, 25 Mar 2006 17:10:53 +0000
(09:10 -0800)
[description by AK]
Made a cut'n'paste error when adding the entry for the ALI M1695
AGP bridge and added a second entry for the 1689
Cc: Dave Jones <davej@redhat.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/agp/amd64-agp.c
patch
|
blob
|
history
diff --git
a/drivers/char/agp/amd64-agp.c
b/drivers/char/agp/amd64-agp.c
index 1251b2515bbea9b0aabdbef1fd29a34197cabef8..7c6c7268e236afb231b084a9c6c06aa1e35d7941 100644
(file)
--- a/
drivers/char/agp/amd64-agp.c
+++ b/
drivers/char/agp/amd64-agp.c
@@
-725,7
+725,7
@@
static struct pci_device_id agp_amd64_pci_table[] = {
.class = (PCI_CLASS_BRIDGE_HOST << 8),
.class_mask = ~0,
.vendor = PCI_VENDOR_ID_AL,
- .device = 0x16
89
,
+ .device = 0x16
95
,
.subvendor = PCI_ANY_ID,
.subdevice = PCI_ANY_ID,
},