On zo, 2006-11-05 at 11:28 +0100, Michael Schmitz wrote: > Just FYI: > > [EMAIL PROTECTED]:~$ cat /proc/cpuinfo > CPU: 68060 > MMU: 68060 > FPU: 68060 > Clocking: 94.8MHz > BogoMips: 189.64 > Calibration: 948224 loops > > EtherNEC support still needs some work - the required ISA support gets in > the way of the IDE driver (which also uses inb/outb and friends), I'll > have to teach it to discriminate ...
Are you sure? There is already a big hack in include/asm-m68k/ide.h to get rid of all other definitions of inb/outb and friends. I believe your problem lies elsewhere: you need a proper addition of your ISA bus to include/asm-m68k/io.h. So you need to define an ISA_TYPE and ISA_SEX for your ISA bus before the existing macros work. Kind regards, Kars. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

