Date: Sat, 16 Mar 2002 14:59:15 -0800 (PST) From: Warner Losh <imp@FreeBSD.org> 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 Message-ID: <200203162259.g2GMxFE80648@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203162259.g2GMxFE80648>
