Re: JMicron JMB363 PCI SATA/IDE Card Support

2013-06-23 Thread Matthias Prager
I did some more digging and came up with a partial workaround: After adding the line: { PCI_VDEVICE(JMICRON, 0x236f), board_ahci_ign_iferr }, (at line 301 of drivers/ata/ahci.c) The the sata ports of my two cards get detected and lspci -k shows they are using the ahci driver. My guess is

Re: JMicron JMB363 PCI SATA/IDE Card Support

2013-06-23 Thread Matthias Prager
Looks like the RAID Mode is the default one and quirk_jmicron_ata() in drivers/pci/quirks.c is supposed to deal with it by changing the PCI device configuration ... this does not happen or does not have the desired result (maybe this is caused by working in a pass-trough environment?). - Matthias

JMicron JMB363 PCI SATA/IDE Card Support

2013-06-19 Thread Matthias Prager
Hello everyone, I'm having a hard time getting my JMicron JMB363 PCI SATA/IDE Card to work under linux. The 'lspci -nn' output reads as follows: RAID bus controller [0104]: JMicron Technology Corp. JMB363 SATA/IDE Controller [197b:2363] (rev 03) I tried my own kernel (3.9.6) under gentoo with