From owner-freebsd-current@FreeBSD.ORG Thu Jul 28 00:52:10 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 6A97416A41F for ; Thu, 28 Jul 2005 00:52:10 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFEED43D4C for ; Thu, 28 Jul 2005 00:52:09 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.94] ([66.127.85.94]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j6S0q1ms074829 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 27 Jul 2005 17:52:01 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <42E82C56.5030302@errno.com> Date: Wed, 27 Jul 2005 17:52:39 -0700 From: Sam Leffler Organization: Errno Consulting User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kirk Davis References: <04C71268DFDAA8499EC1A248A44B6A2B34C004@Exchange21.EDU.epsb.ca> In-Reply-To: <04C71268DFDAA8499EC1A248A44B6A2B34C004@Exchange21.EDU.epsb.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "'freebsd-current@freebsd.org'" Subject: Re: 6-BETA1 iwi + wpa_supplicant fails, and sometimes silently re boots X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 28 Jul 2005 00:52:10 -0000 Kirk Davis wrote: > I agree and that is what I started to do but I needed to add the iwi device > to the ethernet-nic-regex variable in order for the dhclient to get the link > up/down notification. I'm not sure what the recommended way is for this. > I guess I could just create a new notify for that device in the included > file. We recently added some support to devd to match the if_media type. This was done so the regex in devd could be replaced by a check for the interface being 802.3 or 802.11. I'll have to dig up that change and commit it. Sam