From owner-cvs-src@FreeBSD.ORG Tue Aug 5 17:39:46 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9F191065755; Tue, 5 Aug 2008 17:39:46 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C84378FC12; Tue, 5 Aug 2008 17:39:46 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m75Hdkte033856; Tue, 5 Aug 2008 17:39:46 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m75HdkKI033855; Tue, 5 Aug 2008 17:39:46 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200808051739.m75HdkKI033855@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Tue, 5 Aug 2008 17:39:37 +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/dev/pcf envctrl.c pcf.c pcf_ebus.c pcf_isa.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Aug 2008 17:39:47 -0000 jhb 2008-08-05 17:39:37 UTC FreeBSD src repository Modified files: sys/dev/pcf envctrl.c pcf.c pcf_ebus.c pcf_isa.c Log: SVN rev 181332 on 2008-08-05 17:39:37Z by jhb - Consolidate module version for the pcf module into just pcf.c instead of having duplicate versions in each bus attachment. - Add a DRIVER_MODULE() instance so that the iicbus(4) driver will actually attach to pcf(4) driver instances. - Fix compile of envctrl.c. Pointy hat: jhb (3) Revision Changes Path 1.10 +1 -2 src/sys/dev/pcf/envctrl.c 1.27 +5 -0 src/sys/dev/pcf/pcf.c 1.9 +0 -2 src/sys/dev/pcf/pcf_ebus.c 1.11 +0 -2 src/sys/dev/pcf/pcf_isa.c