From owner-cvs-all Sun Jun 23 20: 8:52 2002 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 4539437B400 for ; Sun, 23 Jun 2002 20:08:48 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id g5O38lY72941; Sun, 23 Jun 2002 21:08:47 -0600 (MDT) (envelope-from imp@village.org) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id g5O38jG47330; Sun, 23 Jun 2002 21:08:46 -0600 (MDT) (envelope-from imp@village.org) Date: Sun, 23 Jun 2002 21:08:18 -0600 (MDT) Message-Id: <20020623.210818.38044416.imp@village.org> To: takawata@axe-inc.co.jp Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files From: "M. Warner Losh" In-Reply-To: <200206240240.LAA12821@axe-inc.co.jp> References: <200206240153.g5O1rRY72699@freefall.freebsd.org> <200206240240.LAA12821@axe-inc.co.jp> X-Mailer: Mew version 2.1 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <200206240240.LAA12821@axe-inc.co.jp> Takanori Watanabe writes: : I think we need the mechanism so that if kobj metadata for same interface : is existed in a kernel and a module, the module is failed to loading. I think that you are right. The problem is indeed as you describe. The reason that it doesn't fail is due to a change that Mike Smith made a while ago (a good change). He made it so that unless explicitly exports, all symbols are "static." That's why I didn't detect this when I loaded things, but it became clear after David's report how I had messed things up. I think that maybe I'll leave well enough now that I've done the bus interfaces that have drivers with multiple attachments. I don't think that any more are needed. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message