diff options
| author | Ben Hutchings <ben@decadent.org.uk> | 2014-02-18 20:06:42 -0500 |
|---|---|---|
| committer | Christoph Hellwig <hch@lst.de> | 2014-06-02 03:53:20 -0400 |
| commit | e90b25fa40a43f63fc9a035c11ba9ca3e4e60949 (patch) | |
| tree | a5fe37a0b63b1e268e7cdac479fb163df9116dcc /drivers | |
| parent | 4f96827dd55981ec4bfcbc7584eb155bcd8d1849 (diff) | |
mvsas: Recognise device/subsystem 9485/9485 as 88SE9485
Matt Taggart reported that mvsas didn't bind to the Marvell
SAS controller on a Supermicro AOC-SAS2LP-MV8 board.
lspci reports it as:
01:00.0 RAID bus controller [0104]: Marvell Technology Group Ltd. Device [1b4b:9485] (rev 03)
Subsystem: Marvell Technology Group Ltd. Device [1b4b:9485]
[...]
Add it to the device table as chip_9485.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Reported-by: Matt Taggart <taggart@debian.org>
Tested-by: Matt Taggart <taggart@debian.org>
Acked-By: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/scsi/mvsas/mv_init.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/scsi/mvsas/mv_init.c b/drivers/scsi/mvsas/mv_init.c index 5ff978be249d..eacee48a955c 100644 --- a/drivers/scsi/mvsas/mv_init.c +++ b/drivers/scsi/mvsas/mv_init.c | |||
| @@ -728,6 +728,15 @@ static struct pci_device_id mvs_pci_table[] = { | |||
| 728 | .class_mask = 0, | 728 | .class_mask = 0, |
| 729 | .driver_data = chip_9485, | 729 | .driver_data = chip_9485, |
| 730 | }, | 730 | }, |
| 731 | { | ||
| 732 | .vendor = PCI_VENDOR_ID_MARVELL_EXT, | ||
| 733 | .device = 0x9485, | ||
| 734 | .subvendor = PCI_ANY_ID, | ||
| 735 | .subdevice = 0x9485, | ||
| 736 | .class = 0, | ||
| 737 | .class_mask = 0, | ||
| 738 | .driver_data = chip_9485, | ||
| 739 | }, | ||
| 731 | { PCI_VDEVICE(OCZ, 0x1021), chip_9485}, /* OCZ RevoDrive3 */ | 740 | { PCI_VDEVICE(OCZ, 0x1021), chip_9485}, /* OCZ RevoDrive3 */ |
| 732 | { PCI_VDEVICE(OCZ, 0x1022), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ | 741 | { PCI_VDEVICE(OCZ, 0x1022), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ |
| 733 | { PCI_VDEVICE(OCZ, 0x1040), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ | 742 | { PCI_VDEVICE(OCZ, 0x1040), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */ |
