projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64578a3
)
[libata] pata_atiixp: add SB700 PCI ID
author
Jeff Garzik
<jeff@garzik.org>
Fri, 25 May 2007 03:05:25 +0000
(23:05 -0400)
committer
Jeff Garzik
<jeff@garzik.org>
Mon, 9 Jul 2007 16:17:32 +0000
(12:17 -0400)
From AMD.
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/pata_atiixp.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/ata/pata_atiixp.c
b/drivers/ata/pata_atiixp.c
index 844914681a2ab545f05eb468aafcda747f900b2a..eceea6c645040ae8d902e961f304292b8a223b41 100644
(file)
--- a/
drivers/ata/pata_atiixp.c
+++ b/
drivers/ata/pata_atiixp.c
@@
-285,6
+285,7
@@
static const struct pci_device_id atiixp[] = {
{ PCI_VDEVICE(ATI, PCI_DEVICE_ID_ATI_IXP300_IDE), },
{ PCI_VDEVICE(ATI, PCI_DEVICE_ID_ATI_IXP400_IDE), },
{ PCI_VDEVICE(ATI, PCI_DEVICE_ID_ATI_IXP600_IDE), },
+ { PCI_VDEVICE(ATI, PCI_DEVICE_ID_ATI_IXP700_IDE), },
{ },
};