Discussion:
NWS-3460 memory map
Michael Carberry - CSCP/P2003
2003-10-25 14:13:44 UTC
Permalink
I have just replaced the NVRAM chip in a friend's NWS-3460.
Unlike a MIPS or Sun, the Sony doesn't have the problem
of the MAC or host/machine id being programmed on the chip.

I would like to correct the date.
Does anyone have an layout of the memory?
I know the user's manual specifies the direct memory,
KSEG0 and KSEG1 memory ranges.

Thank you
Mick Carberry
Izumi Tsutsui
2003-10-25 15:55:00 UTC
Permalink
BTW, I've committed changes for mk48t02 drivers on newsmips port
to use the MI mk48txx(4) driver and todr(9) APIs.

If you are trying -current on news3400 (i.e HB based machines),
you have to update entries for mkclock on hb0 in your kernel
config files like this:

-mkclock0 at hb0 addr 0xbff407f8 # MK48T02 realtime clock
+mkclock0 at hb0 addr 0xbff40000 # MK48T02 realtime clock

(No change is needed for AP-bus based (news5000) system.)
Post by Michael Carberry - CSCP/P2003
I would like to correct the date.
Does anyone have an layout of the memory?
As mentioned above, MK48T02 clock on news3400 is located
at addr 0xbff00000 and offset to its control register is 0x7f8.
(see also src/sys/dev/ic/mk48txx.c and mk48txxreg.h)

But I think it's much easier to change date by date(1) command on OS.
---
Izumi Tsutsui
***@ceres.dti.ne.jp

Loading...