Received: by mail.netbsd.org (Postfix, from userid 605) id 80B9614A24E; Thu, 9 Jan 2014 00:57:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 84E7B14A242 for ; Thu, 9 Jan 2014 00:57:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Dz4oEeqakgFk for ; Thu, 9 Jan 2014 00:57:25 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id AA3C414A21D for ; Thu, 9 Jan 2014 00:57:25 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id A440296; Thu, 9 Jan 2014 00:57:25 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 9 Jan 2014 00:57:25 +0000 From: "David A. Holland" Subject: CVS commit: src/sys/arch To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20140109005725.A440296@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "David A. Holland" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: dholland Date: Thu Jan 9 00:57:25 UTC 2014 Modified Files: src/sys/arch/amd64/amd64: machdep.c src/sys/arch/i386/i386: machdep.c Log Message: Make the amd64 post-halt-press-a-key code match i386, and introduce into both a message for the case where cngetc() doesn't work. If there's no console attached, this won't accomplish anything; but if there's a screen but no keyboard, or the keyboard's wedged, or whatever, it might provide useful information. Suggested back in 2009 by some stuff in PR 37924 and has been hanging about in one of my trees ever since. To generate a diff of this commit: cvs rdiff -u -r1.200 -r1.201 src/sys/arch/amd64/amd64/machdep.c cvs rdiff -u -r1.740 -r1.741 src/sys/arch/i386/i386/machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.