From owner-cvs-all@FreeBSD.ORG Sun Jun 24 20:35:59 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 7660216A41F; Sun, 24 Jun 2007 20:35:59 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6848D13C458; Sun, 24 Jun 2007 20:35:59 +0000 (UTC) (envelope-from njl@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 l5OKZx6N082320; Sun, 24 Jun 2007 20:35:59 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l5OKZxGR082319; Sun, 24 Jun 2007 20:35:59 GMT (envelope-from njl) Message-Id: <200706242035.l5OKZxGR082319@repoman.freebsd.org> From: Nate Lawson Date: Sun, 24 Jun 2007 20:35:59 +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/modules/i2c/controllers/alpm Makefile src/sys/modules/i2c/controllers/viapm Makefile 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, 24 Jun 2007 20:35:59 -0000 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