Re: svn commit: r198868 - in head/sys: amd64/amd64 i386/i386

[ Available lists | Index of svn-src-all | Month of Nov 2009 | Week of 4 Nov 2009 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Robert Watson <rwatson@FreeBSD.org>
Date
4 Nov 2009 15:07:56
Subject
Re: svn commit: r198868 - in head/sys: amd64/amd64 i386/i386
Message-ID
alpine.BSF.2.00.0911041506220.6797@fledge.watson.org


[ Hide this part ]
 
On Wed, 4 Nov 2009, Attilio Rao wrote:

> + if (CPUID_TO_FAMILY(cpu_id) == 0xf && CPUID_TO_MODEL(cpu_id) >= 0x20 &&
> + CPUID_TO_MODEL(cpu_id) <= 0x3f) {
> + printf("WARNING: This architecture revision has known SMP "
> + "hardware bugs which may cause random instability\n");
> + printf("WARNING: For details see: "
> + "http://bugzilla.kernel.org/show_bug.cgi?id=11305\n");

I think the warning is a good idea, but I don't think we should include the
URL. We have no control over where it points or what information it will
contain in the future. Is there a hardware vendor errata number/document that
we can point at instead, or alternatively, can we just leave it with the first
warning line?

Robert

Elapsed time: 0.189 seconds