Skip to content

Commit

Permalink
sata_via: Add VT8261 support
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Chan <josephchan@via.com.tw>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
  • Loading branch information
JosephChan@via.com.tw authored and Jeff Garzik committed Jan 16, 2009
1 parent 1602823 commit 6813952
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/ata/sata_via.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ static const struct pci_device_id svia_pci_tbl[] = {
{ PCI_VDEVICE(VIA, 0x5372), vt6420 },
{ PCI_VDEVICE(VIA, 0x7372), vt6420 },
{ PCI_VDEVICE(VIA, 0x5287), vt8251 }, /* 2 sata chnls (Master/Slave) */
{ PCI_VDEVICE(VIA, 0x9000), vt8251 },
{ PCI_VDEVICE(VIA, 0x9040), vt8251 },

{ } /* terminate list */
};
Expand Down

0 comments on commit 6813952

Please sign in to comment.