From owner-cvs-all Sat Mar 16 14:59:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E780237B416; Sat, 16 Mar 2002 14:59:15 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2GMxFE80648; Sat, 16 Mar 2002 14:59:15 -0800 (PST) (envelope-from imp) Message-Id: <200203162259.g2GMxFE80648@freefall.freebsd.org> From: Warner Losh Date: Sat, 16 Mar 2002 14:59:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wavelan_ieee.h if_wi.c if_wireg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/03/16 14:59:15 PST Modified files: sys/dev/wi if_wavelan_ieee.h if_wi.c if_wireg.h Log: o Rework the identify routine a little, merging it with NetBSD's wi. o Add exerpimental support for identifying lucent cards. All of mine come back with ID of 1, but NetBSD committed code for 5. So accept both. o rename wi_prism2_ver to wi_firmware_ver so that we could, if necessary, do special things for lucent cards too. o Bring in a small part of the changes from airtools: The wi_cmd function now takes two additional arguments. I didn't bring in their ioctls yet. o eliminate the use of LE16TOH, and remove its define. o Print the firmware as if there were 100 versions instead of 10. This means that 6.1 and 6.10 aren't confusing to people. We now print 6.01 in the former case. # A good junior hacker project would be to merge the NetBSD, FreeBSD, and # OpenBSD drivers into one source base. Revision Changes Path 1.7 +2 -2 src/sys/dev/wi/if_wavelan_ieee.h 1.81 +40 -47 src/sys/dev/wi/if_wi.c 1.20 +4 -2 src/sys/dev/wi/if_wireg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message