From owner-freebsd-hackers@FreeBSD.ORG Fri Jun 6 09:34:07 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C87837B401; Fri, 6 Jun 2003 09:34:07 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8748943F93; Fri, 6 Jun 2003 09:34:05 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h56GY4kA039931; Fri, 6 Jun 2003 10:34:04 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 06 Jun 2003 10:34:03 -0600 (MDT) Message-Id: <20030606.103403.43409916.imp@bsdimp.com> To: dirkx@webweaving.org From: "M. Warner Losh" In-Reply-To: <20030606182439.D801-100000@foem> References: <20030606.101813.10580156.imp@bsdimp.com> <20030606182439.D801-100000@foem> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: hackers@freebsd.org cc: mobile@freebsd.org Subject: Re: Prism2 firmware upload support. X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2003 16:34:07 -0000 In message: <20030606182439.D801-100000@foem> Dirk-Willem van Gulik writes: : > to make sure that primary firmware is compatible with the secondary : > firmware you are loading, etc. : : Aye - I've also added an ioctl to get the 3 id/major/minor/variant values : for nic/pri/sec; which is enough to drive prism2dl together with the PDA : info. wicontrol already can grab these values (not the PDA ones, but the id and version stuf). It uses a generic RID interface to do that. PRI Identity: [ 21 1 1 1 ] STA Identity: [ 31 6 1 5 ] Card ID register: [ 800c 0 1 0 ] I'm very interested to see what you can arrange. Warner