From owner-cvs-all@FreeBSD.ORG Sun Nov 20 05:58:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CBEC16A41F; Sun, 20 Nov 2005 05:58:24 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45D0343D46; Sun, 20 Nov 2005 05:58:24 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.192] ([10.0.0.192]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id jAK5wNpU003895 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 19 Nov 2005 21:58:24 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <43801038.7050109@errno.com> Date: Sat, 19 Nov 2005 21:57:12 -0800 From: Sam Leffler Organization: Errno Consulting User-Agent: Mozilla Thunderbird 1.0.7 (Macintosh/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Damien Bergamini References: <200511191654.jAJGsu9n022860@repoman.freebsd.org> In-Reply-To: <200511191654.jAJGsu9n022860@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules/iwi Makefile src/sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2005 05:58:24 -0000 Damien Bergamini wrote: > damien 2005-11-19 16:54:55 UTC > > FreeBSD src repository > > Modified files: > sys/modules/iwi Makefile > sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h > Log: > Load firmware images directly from the filesystem (looks into /etc/firmware > directory by default) without requiring the user to load them by hand using > e.g iwicontrol. Get rid of the old ioctl crud. > Updated iwi-firmware port coming soon. Rather than hack individual drivers this should be done in a generic way. Sam