From owner-cvs-all@FreeBSD.ORG Sun Aug 29 18:11:10 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 9092A16A4CE; Sun, 29 Aug 2004 18:11:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F77743D2F; Sun, 29 Aug 2004 18:11:10 +0000 (GMT) (envelope-from imp@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 i7TIBApL066210; Sun, 29 Aug 2004 18:11:10 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7TIBAe3066209; Sun, 29 Aug 2004 18:11:10 GMT (envelope-from imp) Message-Id: <200408291811.i7TIBAe3066209@repoman.freebsd.org> From: Warner Losh Date: Sun, 29 Aug 2004 18:11:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_bus.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: Sun, 29 Aug 2004 18:11:10 -0000 imp 2004-08-29 18:11:10 UTC FreeBSD src repository Modified files: sys/kern subr_bus.c Log: MFp4: Merge in the patches, submitted long ago by someone whose email address I've lost, that move the location information to the atttach routine as well. While one could use devinfo to get this data, that is difficult and error prone and subject to races for short lived devices. Would make a good MT5 candidate. Revision Changes Path 1.158 +26 -12 src/sys/kern/subr_bus.c