From owner-freebsd-current@FreeBSD.ORG Fri Sep 5 13:37:09 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37C6516A4C0 for ; Fri, 5 Sep 2003 13:37:09 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4820244001 for ; Fri, 5 Sep 2003 13:37:08 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9/8.12.3) with ESMTP id h85Kb5TX072933; Fri, 5 Sep 2003 14:37:06 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 05 Sep 2003 14:37:04 -0600 (MDT) Message-Id: <20030905.143704.47002598.imp@bsdimp.com> To: ler@lerctr.org From: "M. Warner Losh" In-Reply-To: <3490000.1062792818@lerlaptop.iadfw.net> References: <20030905.133003.52134645.imp@bsdimp.com> <3070000.1062790657@lerlaptop.iadfw.net> <3490000.1062792818@lerlaptop.iadfw.net> X-Mailer: Mew version 2.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: freebsd-current@freebsd.org Subject: Re: devd *NOT* called on wi0 insert? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2003 20:37:09 -0000 In message: <3490000.1062792818@lerlaptop.iadfw.net> Larry Rosenman writes: : : : --On Friday, September 05, 2003 14:37:39 -0500 Larry Rosenman : wrote: : : > : > : > --On Friday, September 05, 2003 13:30:03 -0600 "M. Warner Losh" : > wrote: : > : : >> I do have pccard_ifconfig=DHCP in my rc.conf. : > Aha! I added this, and it now works(tm). : > : > Although I'd like to tell it NOT to config the onboard rl0 interface. : > : > Will ifconfig_rl0="NO" do that? : In answer to my own question, the answer is NO. : : So, we still need a way to do that. You can use tell devd.conf to say that all attachemnts to the pci bus do nothing. Warner