From owner-cvs-src@FreeBSD.ORG Wed Jun 18 19:50:09 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED68837B401; Wed, 18 Jun 2003 19:50:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A51A43F93; Wed, 18 Jun 2003 19:50:09 -0700 (PDT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5J2o90U033379; Wed, 18 Jun 2003 19:50:09 -0700 (PDT) (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5J2o9bC033378; Wed, 18 Jun 2003 19:50:09 -0700 (PDT) Message-Id: <200306190250.h5J2o9bC033378@repoman.freebsd.org> From: John-Mark Gurney Date: Wed, 18 Jun 2003 19:50:09 -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/iicbus iicbb.c iiconf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 19 Jun 2003 02:50:10 -0000 jmg 2003/06/18 19:50:09 PDT FreeBSD src repository Modified files: sys/dev/iicbus iicbb.c iiconf.h Log: make iicbb_devclass and iicbb_driver globally visible. This will let drivers that implemnt the i2c bit banging bus interface not have to recompile iicbb in order to add an attachment for it. This will mean the bktr and other definitions can go back to their respective drivers. Revision Changes Path 1.12 +2 -2 src/sys/dev/iicbus/iicbb.c 1.8 +3 -0 src/sys/dev/iicbus/iiconf.h