From owner-cvs-all@FreeBSD.ORG Tue May 25 00:34:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42FAB16A4CE; Tue, 25 May 2004 00:34:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 268B243D49; Tue, 25 May 2004 00:34:40 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4P7YKmT089599; Tue, 25 May 2004 00:34:20 -0700 (PDT) (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4P7YKb0089598; Tue, 25 May 2004 00:34:20 -0700 (PDT) (envelope-from joerg) Message-Id: <200405250734.i4P7YKb0089598@repoman.freebsd.org> From: Joerg Wunsch Date: Tue, 25 May 2004 00:34:20 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pcf pcf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 25 May 2004 07:34:40 -0000 joerg 2004/05/25 00:34:20 PDT FreeBSD src repository Modified files: sys/dev/pcf pcf.c Log: Null commit: this is just a notification only that this file has been repo-copied over from src/sys/i386/isa/pcf.c which will be removed from the old location as soon as the new stuff here is ready for the masses. The intention is to work up the old pcf(4) driver to become machine independant, so it can be used for any PCF8584-controller I2C bus. Revision Changes Path 1.23 +0 -0 src/sys/dev/pcf/pcf.c