From owner-cvs-all@FreeBSD.ORG Fri Mar 23 23:08:28 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 B7AFA16A402; Fri, 23 Mar 2007 23:08:28 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 922E113C455; Fri, 23 Mar 2007 23:08:28 +0000 (UTC) (envelope-from imp@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 l2NN8SCW005357; Fri, 23 Mar 2007 23:08:28 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l2NN8Sed005356; Fri, 23 Mar 2007 23:08:28 GMT (envelope-from imp) Message-Id: <200703232308.l2NN8Sed005356@repoman.freebsd.org> From: Warner Losh Date: Fri, 23 Mar 2007 23:08:28 +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/iicbus iic.c iicbus.c 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: Fri, 23 Mar 2007 23:08:28 -0000 imp 2007-03-23 23:08:28 UTC FreeBSD src repository Modified files: sys/dev/iicbus iic.c iicbus.c Log: MFp4: Make the iicbus fully hinted. We no longer automatically add some devices (and not others). To get instances onto the iicbus, one now needs hints or an identify routine. We also do not probe the bus for devices because many iic devices cannot be safely probed (and when they can, the probe order turns out to be somewhat difficult to get right). # I'm not 100% sure that the iicsmb removal is right. Please contact me if # this causes difficulty. Revision Changes Path 1.39 +4 -5 src/sys/dev/iicbus/iic.c 1.24 +119 -46 src/sys/dev/iicbus/iicbus.c