From owner-freebsd-mobile@FreeBSD.ORG Thu Jun 23 20:13:28 2005 Return-Path: X-Original-To: freebsd-mobile@FreeBSD.ORG Delivered-To: freebsd-mobile@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 690B716A41C for ; Thu, 23 Jun 2005 20:13:28 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.village.org (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D54C43D48 for ; Thu, 23 Jun 2005 20:13:28 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1]) by harmony.village.org (8.13.3/8.13.3) with ESMTP id j5NKAlNM073589; Thu, 23 Jun 2005 14:10:48 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 23 Jun 2005 14:10:47 -0600 (MDT) Message-Id: <20050623.141047.74677490.imp@bsdimp.com> To: lr101fc@yahoo.co.uk From: Warner Losh In-Reply-To: <42BB0C99.9090005@yahoo.co.uk> References: <42BB0C99.9090005@yahoo.co.uk> X-Mailer: Mew version 3.3 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-mobile@FreeBSD.ORG Subject: Re: iwi.sh script modified for DHCP auto load in FreeBSD-5.4-RELENG-p2 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jun 2005 20:13:28 -0000 Shouldn't the iwi firmware loading be done at device attach time (via devd) rather than at DHCP time? I have a kludge that I use right now... Warner