There's still something wrong with the implementation in this patch.
For non PIO SASR is defined as volatile unsigned char *SASR. Its access
has gone from being outb(n, *regs.SASR) to outb(n, regs.SASR). What
expansion can outb have on m68k and MIPS that makes this change
idempotent?
James
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/