From owner-cvs-all@FreeBSD.ORG Sat Jul 8 20:30:07 2006 Return-Path: X-Original-To: cvs-all@freebsd.org 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 E15DD16A4E1; Sat, 8 Jul 2006 20:30:06 +0000 (UTC) (envelope-from john@baldwin.cx) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2EED43D46; Sat, 8 Jul 2006 20:30:05 +0000 (GMT) (envelope-from john@baldwin.cx) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k68KU4pI035323; Sat, 8 Jul 2006 16:30:04 -0400 (EDT) (envelope-from john@baldwin.cx) From: John Baldwin To: Warner Losh Date: Sat, 8 Jul 2006 16:17:20 -0400 User-Agent: KMail/1.9.1 References: <200607081706.k68H6FBX082800@repoman.freebsd.org> In-Reply-To: <200607081706.k68H6FBX082800@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607081617.21551.john@baldwin.cx> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Sat, 08 Jul 2006 16:30:04 -0400 (EDT) X-Virus-Scanned: ClamAV 0.87.1/1589/Fri Jul 7 10:37:51 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx 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-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: Sat, 08 Jul 2006 20:30:07 -0000 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. -- John Baldwin