hi, Always wanting to add an i82365 pcmcia interface on CDB89712. Adding pcmcia + i82365 support with make xconfig is not enough. I added these as modules to perform insmod i82365 i365_base="my base adress" This is taken into account cause when my base adress conflicts with existing resource as Flash in 0 or CS8900 as 0xfe000300 the kernel tells it. When i specify any free adress an oops with stack trace is generated. The generated printk message is sent by arch/arm/mm/fault-common.c ...__do_kernel_fault cause the kernel tried to access some page that wasn't present.
So my question is: I got an especially designed extension board. The i82365 chip will answer to memory accesses at 0x200003e0. How can i instruct the kernel it has to manage this device at this location? I was hoping insmod i82365.o i365_base=0x200003e0 was right but it is not. Any idea? _______________________________________________ http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm http://www.arm.linux.org.uk/armlinux/mailinglists.php Please visit the above addresses for information on this list.
