From owner-cvs-all Mon Jul 3 18:48:38 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 C62C537B9FF; Mon, 3 Jul 2000 18:48:34 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA80873; Mon, 3 Jul 2000 18:48:34 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040148.SAA80873@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 18:48:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 18:48:34 PDT Modified files: (Branch: RELENG_4) sys/alpha/alpha machdep.c Log: MFC: (1.82) Add support for the Alpha Processor, Inc. UP1000 system. (1.81) Do an explicit getenv on boot_verbose. Now that we have a real FICL boot loader for alpha (Yay!) we still need to explicitly look for boot_verbose- I assume because the boothowto flags aren't passed to us at boot like x86. (1.80) 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. (1.79) Fix DELAY function to use the RPCC cycle counter register. Revision Changes Path 1.68.2.5 +61 -12 src/sys/alpha/alpha/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message