From owner-cvs-all Thu May 11 6:31:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 724A137BBE9; Thu, 11 May 2000 06:31:07 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA04782; Thu, 11 May 2000 06:31:07 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Message-Id: <200005111331.GAA04782@freefall.freebsd.org> From: Andrew Gallatin Date: Thu, 11 May 2000 06:31:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2000/05/11 06:31:06 PDT Modified files: sys/alpha/alpha machdep.c Log: Some white-box (NT) systems have SRM which reports a systype that's the negative of their blue-box (UNIX/OVMS) counterpart. This was causing us to panic early in the boot process because we weren't expecting a negative index into the cpuinit[] array. Obtained from: NetBSD Reported by: Brett Bump Revision Changes Path 1.80 +9 -1 src/sys/alpha/alpha/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message