Re: [CFT][PATCH v2] net/8390: apne.c - read out and log PCMCIA cftable entries

2021-08-23 Thread Michael Schmitz
Hi Geert, On 23/08/21 19:36, Geert Uytterhoeven wrote: + + if ((len_cftuple = pcmcia_copy_tuple(CISTPL_CFTABLE_ENTRY, cftuple, 256)) < 3) { + pr_cont("no cftable entry for card\n"); + /* XXX: shouldn't we re-enable irq here? */ + } else { +

Re: [CFT][PATCH v2] net/8390: apne.c - read out and log PCMCIA cftable entries

2021-08-23 Thread Geert Uytterhoeven
Hi Michael, On Sun, Aug 22, 2021 at 5:11 AM Michael Schmitz wrote: > Read the card's CISTPL_CFTABLE_ENTRY tuple, and log to the > kernel log buffer. This tuple ought to hold information > about the IO width of the card memory window that can be used > in autoprobing to detect 16 bit datapath card