diff options
author | Oliver Weihe <o.weihe@deltacomputer.de> | 2006-01-17 13:58:42 +0100 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2006-01-17 13:58:42 +0100 |
commit | 88b52877fa1a8894600362a5c9addbab1fcf8b54 (patch) | |
tree | 24522f6a3de5455c8e4730223c8a857822f62db5 /drivers | |
parent | [PATCH] ahci: AHCI mode SATA patch for Intel ICH8 (diff) | |
download | linux-88b52877fa1a8894600362a5c9addbab1fcf8b54.tar.xz linux-88b52877fa1a8894600362a5c9addbab1fcf8b54.zip |
[libata] sata_svw: add pci id
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/scsi/sata_svw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/sata_svw.c b/drivers/scsi/sata_svw.c index 668373590aa4..d8472563fde8 100644 --- a/drivers/scsi/sata_svw.c +++ b/drivers/scsi/sata_svw.c @@ -470,6 +470,7 @@ static const struct pci_device_id k2_sata_pci_tbl[] = { { 0x1166, 0x0241, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 4 }, { 0x1166, 0x0242, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 8 }, { 0x1166, 0x024a, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 4 }, + { 0x1166, 0x024b, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 4 }, { } }; |