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 {
+
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
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 cards.
CC: Debian/m68k
Signed-off-by: Michael Schmitz
---
drivers/net/etherne
3 matches
Mail list logo