> > 2.6.17 without ADB seems pretty solid to me except for the genrtc problems > > (I do have two nice panic logs on that issue, but these rather look like > > the genrtc module itself is borked, as gen_rtc_ioctl+0x12a trips over a > > NULL PC...) and the time lagging back more than one day by now. > > Can you please disassemble that module? > > All m68k-specific wrappers in <asm/rtc.h> do check for NULL pointers > before passing the flow to the Mac-specific code...
Will do that... from what I can see, this seems to be a bit odd, no? 3fc: 2079 0000 0000 moveal 0 <genrtc_troutine>,%a0 402: 4e90 jsr %a0@ (The faulting PC is 404, right after that instruction) Seems genrtc_troutine is initialized to NULL, or not initialized at all? Michael -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]