From owner-freebsd-current@FreeBSD.ORG Sat Sep 6 01:24:24 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 563BB16A4BF for ; Sat, 6 Sep 2003 01:24:24 -0700 (PDT) Received: from lerami.lerctr.org (lerami.lerctr.org [207.158.72.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D52843F75 for ; Sat, 6 Sep 2003 01:24:23 -0700 (PDT) (envelope-from ler@lerctr.org) Received: from lerlaptop.lerctr.org (lerlaptop.lerctr.org [207.158.72.14]) (authenticated bits=0)h868OI5X006237; Sat, 6 Sep 2003 03:24:18 -0500 (CDT) Date: Sat, 06 Sep 2003 03:24:16 -0500 From: Larry Rosenman To: "M. Warner Losh" Message-ID: <4570000.1062836656@lerlaptop.lerctr.org> In-Reply-To: <2740000.1062794477@lerlaptop.iadfw.net> References: <20030905.133003.52134645.imp@bsdimp.com> <3070000.1062790657@lerlaptop.iadfw.net> <3490000.1062792818@lerlaptop.iadfw.net> <20030905.143704.47002598.imp@bsdimp.com> <2740000.1062794477@lerlaptop.iadfw.net> X-Mailer: Mulberry/3.1.0b6 (Linux/x86) X-PGP-Info: All other keys are old/dead. X-PGP-Key: 0x3c49bdd6 X-PGP-Fingerprint: D0D1 3C11 F42F 6B29 FA67 6BF3 AD13 4685 3C49 BDD6 MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========2F99122750DD8405DD6D==========" X-Virus-Scanned: by amavisd-milter (http://amavis.org/) 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: Sat, 06 Sep 2003 08:24:24 -0000 --==========2F99122750DD8405DD6D========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline --On Friday, September 05, 2003 15:41:22 -0500 Larry Rosenman=20 wrote: > Although I'd like to tell it NOT to config the onboard rl0 interface. >> : > >> : > Will ifconfig_rl0=3D"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. > Could I impose on you to give me the magic? I'm confused and want to > learn. Again in answer to my own question: $ diff -c /usr/src/etc/devd.conf /etc/devd.conf *** /usr/src/etc/devd.conf Thu Aug 21 21:23:04 2003 --- /etc/devd.conf Sat Sep 6 03:16:09 2003 *************** *** 63,68 **** --- 63,73 ---- action "camcontrol rescan all"; }; + attach 20 { + device-name "rl0"; + action "echo rl0 config skipped"; + }; + # Don't even try to second guess what to do about drivers that don't # match here. Instead, pass it off to syslog. Commented out for the # moment, as pnpinfo isn't set in devd yet However, I still am not impressed with the devd.conf(5) man page. It could be lots more helpful. LER --=20 Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 --==========2F99122750DD8405DD6D========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/WZmxrRNGhTxJvdYRAsYBAJ99kbDUgxjwHc+MOc5SqjIZCAShJACePPNI f1cHHO3NwOc8KN91ofAx9hE= =agaE -----END PGP SIGNATURE----- --==========2F99122750DD8405DD6D==========--