Bug 54561

Summary: Marvell 88SE9230 product/vendor IDs
Product: IO/Storage Reporter: kernel
Component: Serial ATAAssignee: Alan (alan)
Status: RESOLVED CODE_FIX    
Severity: normal CC: alan, levex
Priority: P1    
Hardware: All   
OS: Linux   
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
ahci: add Marvell 9230 to the AHCI PCI device list

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.