Re: OOPS in read_cd... what to do?

From: Andreas Henriksson (andreas@fjortis.info)
Date: Tue Jan 28 2003 - 14:52:26 EST


Hi..

It didn't help. :(

Though I had to change it some to get it to compile... hopefully I
didn't screw up. (I did this to avoid "invalid operators to binary +")

#define virt_addr(addr) *(volatile unsigned char *) __io_virt(addr)
and changed the isa_...(foo+bar); to isa_...(virt_addr(foo+bar));

The oops looks about the same.. so I guess the patch didn't do any
difference (even if it might be needed in the long run)...

Any more ideas? ;)

 -- Andreas Henriksson
-
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/



This archive was generated by hypermail 2b29 : Fri Jan 31 2003 - 22:00:20 EST