Date: Thu, 16 Mar 2000 09:57:27 -0500 (EST) From: Andrew Gallatin <gallatin@cs.duke.edu> To: Rob Harris <rharris@nimbus.skycache.com> Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: ? Message-ID: <14544.63024.924360.611228@grasshopper.cs.duke.edu> In-Reply-To: <Pine.NEB.4.05.10003160945110.10367-100000@nimbus.skycache.com> References: <Pine.NEB.4.05.10003160945110.10367-100000@nimbus.skycache.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Rob Harris writes: > > Is there a way to check whether or not processor/system correctable error > reporting is turned on in a kernel/system/etc? > > I loaded a box with 4.0 and I see no errors on RAM that I thought was > suspect and that reports errors when using an earlier kernel. It is just a printf: /* Processor correctable errors. */ if (mces & ALPHA_MCES_PCE) printf("Warning: received processor correctable error.\n"); I don't see how it could get turned off.. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14544.63024.924360.611228>