From owner-freebsd-acpi@FreeBSD.ORG Sun Jun 24 20:40:19 2007 Return-Path: X-Original-To: freebsd-acpi@hub.freebsd.org Delivered-To: freebsd-acpi@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 66A4C16A41F for ; Sun, 24 Jun 2007 20:40:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 1200813C469 for ; Sun, 24 Jun 2007 20:40:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l5OKeIB9018034 for ; Sun, 24 Jun 2007 20:40:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l5OKeIUV018033; Sun, 24 Jun 2007 20:40:18 GMT (envelope-from gnats) Date: Sun, 24 Jun 2007 20:40:18 GMT Message-Id: <200706242040.l5OKeIUV018033@freefall.freebsd.org> To: freebsd-acpi@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: kern/113986: commit references a PR X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jun 2007 20:40:19 -0000 The following reply was made to PR kern/113986; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/113986: commit references a PR Date: Sun, 24 Jun 2007 20:36:05 +0000 (UTC) njl 2007-06-24 20:35:59 UTC FreeBSD src repository Modified files: sys/modules/i2c/controllers/alpm Makefile sys/modules/i2c/controllers/viapm Makefile Log: The viapm module build had what appear to be some debugging CFLAGS left around to force the IO port to a fixed address. They were only turned on in the module build and were present since the original import. This breaks soft power-off on the Asus A7V since it reprograms the SMBus base address to a different one than the BIOS expects. A similar issue was found in the alpm(4) module build. PR: kern/113986, i386/97468 MFC after: 3 days Approved by: re Revision Changes Path 1.2 +0 -1 src/sys/modules/i2c/controllers/alpm/Makefile 1.3 +0 -1 src/sys/modules/i2c/controllers/viapm/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"