Commit 03071ffe authored by Eric Lammerts's avatar Eric Lammerts Committed by Linus Torvalds

[PATCH] asiliantfb fix

The init function is writing somewhere using a physical address instead of
a virtual address.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 6b9956c0
......@@ -571,7 +571,7 @@ asiliantfb_pci_init(struct pci_dev *dp, const struct pci_device_id *ent)
}
pci_write_config_dword(dp, 4, 0x02800083);
writeb(3, addr + 0x400784);
writeb(3, p->screen_base + 0x400784);
init_asiliant(p, addr);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment