diff options
Diffstat (limited to 'drivers/scsi/sata_promise.c')
| -rw-r--r-- | drivers/scsi/sata_promise.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/scsi/sata_promise.c b/drivers/scsi/sata_promise.c index 2b5e41f02b8a..5c1d4411457a 100644 --- a/drivers/scsi/sata_promise.c +++ b/drivers/scsi/sata_promise.c | |||
| @@ -123,6 +123,7 @@ static struct ata_port_operations pdc_ata_ops = { | |||
| 123 | .scr_write = pdc_sata_scr_write, | 123 | .scr_write = pdc_sata_scr_write, |
| 124 | .port_start = pdc_port_start, | 124 | .port_start = pdc_port_start, |
| 125 | .port_stop = pdc_port_stop, | 125 | .port_stop = pdc_port_stop, |
| 126 | .host_stop = ata_host_stop, | ||
| 126 | }; | 127 | }; |
| 127 | 128 | ||
| 128 | static struct ata_port_info pdc_port_info[] = { | 129 | static struct ata_port_info pdc_port_info[] = { |
| @@ -163,6 +164,8 @@ static struct ata_port_info pdc_port_info[] = { | |||
| 163 | static struct pci_device_id pdc_ata_pci_tbl[] = { | 164 | static struct pci_device_id pdc_ata_pci_tbl[] = { |
| 164 | { PCI_VENDOR_ID_PROMISE, 0x3371, PCI_ANY_ID, PCI_ANY_ID, 0, 0, | 165 | { PCI_VENDOR_ID_PROMISE, 0x3371, PCI_ANY_ID, PCI_ANY_ID, 0, 0, |
| 165 | board_2037x }, | 166 | board_2037x }, |
| 167 | { PCI_VENDOR_ID_PROMISE, 0x3571, PCI_ANY_ID, PCI_ANY_ID, 0, 0, | ||
| 168 | board_2037x }, | ||
| 166 | { PCI_VENDOR_ID_PROMISE, 0x3373, PCI_ANY_ID, PCI_ANY_ID, 0, 0, | 169 | { PCI_VENDOR_ID_PROMISE, 0x3373, PCI_ANY_ID, PCI_ANY_ID, 0, 0, |
| 167 | board_2037x }, | 170 | board_2037x }, |
| 168 | { PCI_VENDOR_ID_PROMISE, 0x3375, PCI_ANY_ID, PCI_ANY_ID, 0, 0, | 171 | { PCI_VENDOR_ID_PROMISE, 0x3375, PCI_ANY_ID, PCI_ANY_ID, 0, 0, |
