>>> The original patch contained also this lines (that I omitted): >>> + /* JMicron-specific fixup: make sure we're in AHCI mode */ >>> + if (pdev->vendor == 0x197b) >>> + pci_write_config_byte(pdev, 0x41, 0xa1); >> NAK. Don't omit obviously needed lines, if you are going to add JMicron >> PCI IDs. > > Filippo, > > would you please resend your patch including the lines you have omitted ? > Jeff is right, those lines are explicitly labelled as a fixup, so either > we merge the complete patch, or nothing at all. I'm attaching a revised patch that includes JMicron fixup I missed earlier. The patch applies but it's not tested because I lack appropriate hw. Ciao, Filippo