From owner-cvs-all@FreeBSD.ORG Tue Apr 24 20:06:36 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A283816A400; Tue, 24 Apr 2007 20:06:36 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7CC2713C45A; Tue, 24 Apr 2007 20:06:36 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3OK6aPa096621; Tue, 24 Apr 2007 20:06:36 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3OK6akE096620; Tue, 24 Apr 2007 20:06:36 GMT (envelope-from jhb) Message-Id: <200704242006.l3OK6akE096620@repoman.freebsd.org> From: John Baldwin Date: Tue, 24 Apr 2007 20:06:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 vm_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Apr 2007 20:06:36 -0000 jhb 2007-04-24 20:06:36 UTC FreeBSD src repository Modified files: sys/amd64/amd64 vm_machdep.c Log: MFi386: Attempt to reset the machine using the Reset Control register and Fast A20 and Init register if the keyboard reset doesn't work before resorting to a triple fault. Revision Changes Path 1.253 +30 -1 src/sys/amd64/amd64/vm_machdep.c