From owner-cvs-all@FreeBSD.ORG Sat Mar 24 20:47:22 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 F1EBF16A400; Sat, 24 Mar 2007 20:47:22 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CB1DE13C46C; Sat, 24 Mar 2007 20:47:22 +0000 (UTC) (envelope-from marcus@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 l2OKlMbO016516; Sat, 24 Mar 2007 20:47:22 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l2OKlMwA016515; Sat, 24 Mar 2007 20:47:22 GMT (envelope-from marcus) Message-Id: <200703242047.l2OKlMwA016515@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 24 Mar 2007 20:47:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/hal Makefile distinfo 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: Sat, 24 Mar 2007 20:47:23 -0000 marcus 2007-03-24 20:47:21 UTC FreeBSD ports repository Modified files: sysutils/hal Makefile distinfo Log: * Power down the system rather than simply shutting it down. [1] * Avoid an infinite loop with buggy PCI firmwares [2] [3] * While here, simplify the PCI probing mechanism [3] PR: 110492 [1] Reported by: manphiz@gmail.com, Nick Withers [2] Submitted by: Rechistov Grigory [1] jylefort [3] Revision Changes Path 1.20 +1 -1 ports/sysutils/hal/Makefile 1.10 +3 -3 ports/sysutils/hal/distinfo