projects
/
GitHub
/
moto-9609
/
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:
58707cc
)
[PATCH] sata_via: Add SATA support for vt8237a
author
Jay Cliburn
<jacliburn@bellsouth.net>
Tue, 8 Aug 2006 03:08:30 +0000
(22:08 -0500)
committer
Jeff Garzik
<jeff@garzik.org>
Thu, 24 Aug 2006 06:27:50 +0000
(
02:27
-0400)
This patch adds support for the VIA Technologies VT8237A SATA controller,
used, for example, on the ASUS M2V socket AM2 motherboard.
Signed-off-by: Jay Cliburn <jacliburn@bellsouth.net>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/sata_via.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/ata/sata_via.c
b/drivers/ata/sata_via.c
index 0bf1dbea64065ff75a2ae89b3d0df177d25bccfb..6529189a2880efe84f83034c815167e2be01d7f9 100644
(file)
--- a/
drivers/ata/sata_via.c
+++ b/
drivers/ata/sata_via.c
@@
-76,6
+76,7
@@
static u32 svia_scr_read (struct ata_port *ap, unsigned int sc_reg);
static void svia_scr_write (struct ata_port *ap, unsigned int sc_reg, u32 val);
static const struct pci_device_id svia_pci_tbl[] = {
+ { 0x1106, 0x0591, PCI_ANY_ID, PCI_ANY_ID, 0, 0, vt6420 },
{ 0x1106, 0x3149, PCI_ANY_ID, PCI_ANY_ID, 0, 0, vt6420 },
{ 0x1106, 0x3249, PCI_ANY_ID, PCI_ANY_ID, 0, 0, vt6421 },