From owner-cvs-src@FreeBSD.ORG Sun Jul 9 06:18:03 2006 Return-Path: X-Original-To: cvs-src@freebsd.org 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 2977B16A4DA; Sun, 9 Jul 2006 06:18:03 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFDE043D46; Sun, 9 Jul 2006 06:18:02 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [IPv6:::1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k696GIrH092218; Sun, 9 Jul 2006 00:16:18 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 09 Jul 2006 00:16:25 -0600 (MDT) Message-Id: <20060709.001625.635731587.imp@bsdimp.com> To: john@baldwin.cx From: "M. Warner Losh" In-Reply-To: <200607081617.21551.john@baldwin.cx> References: <200607081706.k68H6FBX082800@repoman.freebsd.org> <200607081617.21551.john@baldwin.cx> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern bus_if.m subr_bus.c src/sys/sys bus.h 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: Sun, 09 Jul 2006 06:18:03 -0000 In message: <200607081617.21551.john@baldwin.cx> John Baldwin writes: : On Saturday 08 July 2006 13:06, Warner Losh wrote: : > imp 2006-07-08 17:06:15 UTC : > : > FreeBSD src repository : > : > Modified files: : > sys/kern subr_bus.c bus_if.m : > sys/sys bus.h : > Log: : > Create bus_enumerate_hinted_children. This routine will allow drivers : > to use the hinted child system. Bus drivers that use this need to : > implmenet the bus_hinted_child method, where they actually add the : > child to their bus, as they see fit. The bus is repsonsible for : > getting the attribtues for the child, adding it in the right order, : > etc. ISA hinting will be updated to use this method. : > : > MFC After: 3 days : : Hmm, did you see my e-mail about trying to get hinting to DTRT with respect to : wiring unit numbers for things like sio0 with ACPI and ISA on acpi@ : yesterday? It might well be orthogonal to this, but I'm curious if you could : look my suggestion over and see how well it jives with what you are doing : here. It is orthogonal to this, but I have given that matter a great deal of thought... I'll have to go read that... Warner