linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* enhanced RTC and SMP on PowerMac
@ 2000-01-05 22:04 Naoki Takebayashi
  2000-01-05 22:31 ` Joseph Garcia
  2000-01-06  8:24 ` Geert Uytterhoeven
  0 siblings, 2 replies; 4+ messages in thread
From: Naoki Takebayashi @ 2000-01-05 22:04 UTC (permalink / raw)
  To: linuxppc-dev


Is enhanced RTC supposed to work on PowerMac?  When I compile with
CONFIG_RTC, the kernel doesn't boot up and dies when it hits the following
line:

   /* Initialize periodic freq. to CMOS reset default, which is 1024Hz */
   CMOS_WRITE(((CMOS_READ(RTC_FREQ_SELECT) & 0xF0) | 0x06), RTC_FREQ_SELECT);

in the function, __initfunc(int rtc_init(void)), in
linux/drivers/char/rtc.c.

I'm using 2.2.14 on PowerSurge board (UMAX S900).

I was looking at the linux/arch/ppc/kernel/pmac_time.c and prep_time.c.
And I noticed, that PReP machine uses CMOS_WRITE to access RTC, but
PowerMac uses cuda to access RTC instead of CMOS_WRITE.  So I'm guessing
that enhanced RTC doesn't work on the PowerMacs, right now.


Naoki Takebayashi     <ntakebay@bio.indiana.edu>
--- Dept. of Biology, Indiana University, Jordan Hall 142
--- 1001 E. Third St. Bloomington, IN 47405-3700 USA


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2000-01-06  8:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-01-05 22:04 enhanced RTC and SMP on PowerMac Naoki Takebayashi
2000-01-05 22:31 ` Joseph Garcia
2000-01-06  8:20   ` Charles E. Leiserson, Jr.
2000-01-06  8:24 ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).