[Bug 88801] SCM PCMCIA CompactFlash Adapter seems not to be recognized

bugzilla-daemon at bugzilla.kernel.org bugzilla-daemon at bugzilla.kernel.org
Mon Aug 29 13:31:32 PDT 2016


https://bugzilla.kernel.org/show_bug.cgi?id=88801

--- Comment #45 from Alan <alan at lxorguk.ukuu.org.uk> ---
>From the trace and the subsequent poking around Ingvar did I think actually the
problem is a bit different

ata_port_desc checks ATA_PFLAG_INITIALIZING which should be set by port_alloc
and cleared by port_probe.

ninja32_init_one sets ap->pflags rather than updating it.

Please try removing the other patches and just changing pata_ninja32.c where it
says

        ap->pflags = ATA_PFLAG_PIO32 | ATA_PFLAG_PIO32CHANGE;

to

        ap->pflags |= ATA_PFLAG_PIO32 | ATA_PFLAG_PIO32CHANGE;

And if it works let us know.

Alan

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the linux-pcmcia mailing list