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:
7db51fb
)
sata_via: add PCI ID 0x5337
author
Luca Pedrielli
<
[email protected]
>
Tue, 16 Jan 2007 03:55:04 +0000
(12:55 +0900)
committer
Jeff Garzik
<
[email protected]
>
Sat, 20 Jan 2007 00:18:49 +0000
(19:18 -0500)
Add PCI ID 0x5337 to supported PCI ID. This is VT8237 in IDE mode.
Signed-off-by: Luca Pedrielli <
[email protected]
>
Signed-off-by: Tejun Heo <
[email protected]
>
Signed-off-by: Jeff Garzik <
[email protected]
>
drivers/ata/sata_via.c
patch
|
blob
|
history
diff --git
a/drivers/ata/sata_via.c
b/drivers/ata/sata_via.c
index 1c7f19aecc25f25973e2235ffd78b121026af304..88f0565c88836df0eeaa6cf359ce031029c161c8 100644
(file)
--- a/
drivers/ata/sata_via.c
+++ b/
drivers/ata/sata_via.c
@@
-77,6
+77,7
@@
static void svia_scr_write (struct ata_port *ap, unsigned int sc_reg, u32 val);
static void vt6420_error_handler(struct ata_port *ap);
static const struct pci_device_id svia_pci_tbl[] = {
+ { PCI_VDEVICE(VIA, 0x5337), vt6420 },
{ PCI_VDEVICE(VIA, 0x0591), vt6420 },
{ PCI_VDEVICE(VIA, 0x3149), vt6420 },
{ PCI_VDEVICE(VIA, 0x3249), vt6421 },