Messages in this thread |  | | From | "Bakonyi Ferenc" <> | Date | Thu, 8 Nov 2001 10:55:33 +0100 | Subject | isa_* problems (hgafb is broken since 2.4.13) |
| |
Hi!
Calls for isa_memset_io() and isa_writeb() in hga_clear_screen() and hga_show_logo() make garbage and bad things since 2.4.13. (Unable to handle kernel paging request at virtual address...) Anybody experiencing problems may want to revert changes made in 2.4.13. It solves the problem.
I have two questions about asm-i386/io.h: 1. Why #define __ISA_IO_base ((char *)(PAGE_OFFSET)) ? 2. Why not #define __ISA_IO_base ((char *)0) ?
Regards: Ferenc Bakonyi - 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/
|  |