WRT Disk errors on 11/750 running 4.3 BSD
Larry Parmelee
parmelee at wayback.cs.cornell.edu
Sat Jul 22 10:08:55 AEST 1989
In article <117 at egrunix.UUCP> hacker at egrunix.UUCP (Thomas J Hacker) writes:
> > Jul 11 18:07:30 unix vmunix: mcr0: soft ecc addr 1a72 syn 73
> "addr" and the following number, "1a72", can be used to figure
> out which board was failing. You need to know how much memory is
> on each board, and multiply the "1a72" number by 4, since the ecc
> logic looks at memory in 4-byte chunks: (1a72*4) mod (bytes per board)
> gives you the board number which had the error. Unfortunately I'm
> not sure how the boards are laid out in a 750.
Opps. I just read what I wrote, and realized I meant "div" - Integer
division, not "mod": (1a72*4) div (bytes per board). Oh well.
-Larry Parmelee
parmelee at cs.cornell.edu
More information about the Comp.unix.questions
mailing list