From owner-cvs-all@FreeBSD.ORG Sun Nov 26 22:31:24 2006 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 7EB1D16A403; Sun, 26 Nov 2006 22:31:24 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8969D43D5E; Sun, 26 Nov 2006 22:30:27 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAQMVNtZ062113; Sun, 26 Nov 2006 22:31:23 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAQMVNJI062109; Sun, 26 Nov 2006 22:31:23 GMT (envelope-from kmacy) Message-Id: <200611262231.kAQMVNJI062109@repoman.freebsd.org> From: Kip Macy Date: Sun, 26 Nov 2006 22:31:23 +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/sun4v/sun4v machdep.c mp_machdep.c 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: Sun, 26 Nov 2006 22:31:24 -0000 kmacy 2006-11-26 22:31:23 UTC FreeBSD src repository Modified files: sys/sun4v/sun4v machdep.c mp_machdep.c vm_machdep.c Log: Fix "shutdown -r" and "shutdown -h" - "shutdown -r" will reset the system - "shutdown -h" will power off the system We don't drop into OFW as newer versions of solaris don't do this either Revision Changes Path 1.6 +1 -1 src/sys/sun4v/sun4v/machdep.c 1.3 +0 -1 src/sys/sun4v/sun4v/mp_machdep.c 1.2 +1 -4 src/sys/sun4v/sun4v/vm_machdep.c