Bug 54561 - Marvell 88SE9230 product/vendor IDs
Summary: Marvell 88SE9230 product/vendor IDs
Status: RESOLVED CODE_FIX
Alias: None
Product: IO/Storage
Classification: Unclassified
Component: Serial ATA (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: Alan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-27 21:00 UTC by kernel
Modified: 2013-12-04 14:58 UTC (History)
2 users (show)

See Also:
Kernel Version: 3.7.6-1 x86_64 Chakra Linux
Subsystem:
Regression: No
Bisected commit-id:


Attachments
ahci: add Marvell 9230 to the AHCI PCI device list (518 bytes, patch)
2013-11-14 08:08 UTC, Levente Kurusa
Details | Diff
ahci: add Marvell 9230 to the AHCI PCI device list (482 bytes, patch)
2013-11-15 20:18 UTC, kernel
Details | Diff

Description kernel 2013-02-27 21:00:28 UTC
Similar to #42970 [1]. Discs connected to my DAWICONTROL DC-624e card are not recognized.

lspci -nn
02:00.0 RAID bus controller [0104]: Marvell Technology Group Ltd. 88SE9230 PCIe SATA 6Gb/s Controller [1b4b:9230] (rev 01)

Running the following command makes the discs appear.
echo 1b4b 9230 > /sys/bus/pci/drivers/ahci/new_id

[1] https://bugzilla.kernel.org/show_bug.cgi?id=42970
Comment 1 Levente Kurusa 2013-11-14 08:08:49 UTC
Created attachment 114601 [details]
ahci: add Marvell 9230 to the AHCI PCI device list

Please apply this patch using

patch drivers/ata/ahci.c ahci.c.patch

from the kernel source tree.

Did it work?
Comment 2 kernel 2013-11-15 20:18:46 UTC
Created attachment 114881 [details]
ahci: add Marvell 9230 to the AHCI PCI device list

Unfortunately it didn't... But this one did.

Thanks for pointing out the correct file.

Tested on: (uname -a)
Linux tardis 3.10.10-1-CHAKRA #1 SMP PREEMPT Fri Nov 15 19:56:37 UTC 2013 x86_64 GNU/Linux
Comment 3 Levente Kurusa 2013-11-17 08:11:21 UTC
Awesome!

Could please post it to the IDE/ATA mailing list? "linux-ide@vger.kernel.org"
Please CC me as well.

Note You need to log in before you can comment on or make changes to this bug.