Re: ATI FB driver entry (fix)

Johannes Deisenhofer (joe@dillingen.baynet.de)
Wed, 30 Dec 1998 15:19:48 +0100 (MET)


Hi!

I had the same problem and have found a fix:

The driver does not mask out the lower bits of the hardware
adress obtained from the PCI configuration registers.

Something like

addr &= PCI_BASE_ADDRESS_MEM_MASK;

around line 2937 does the trick for me.

Something similiar has to be done for the ifdef'ed SPARC part

Jo

P.S. (I'm not on the list, so please cc)

// Johannes Deisenhofer joe@dillingen.baynet.de jdeisenhofer@acm.org

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/