From owner-cvs-src@FreeBSD.ORG Sun Apr 20 20:54:28 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEA411065671; Sun, 20 Apr 2008 20:54:28 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 8F69C8FC1B; Sun, 20 Apr 2008 20:54:28 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id m3KKsQva070889 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 20 Apr 2008 13:54:28 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <480BAD82.1050305@freebsd.org> Date: Sun, 20 Apr 2008 13:54:26 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.9 (X11/20071125) MIME-Version: 1.0 To: src-committers@freebsd.org References: <200804202035.m3KKZk4X079263@repoman.freebsd.org> In-Reply-To: <200804202035.m3KKZk4X079263@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-Rhyolite-Metrics: ebb.errno.com; whitelist Cc: cvs-src@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/arm/conf AVILA HL200 KB920X src/sys/conf NOTES files options src/sys/contrib/dev/ral LICENSE Makefile rt2561.fw.uu rt2561s.fw.uu rt2661.fw.uu rt2661_ucode.h rt2860.fw.uu ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2008 20:54:28 -0000 Expect fallout from these changes. Known issues: o kernel configs must be updated to remove wlan_scan_* o ipw is broken o wi works for Prism cards with newer firmware (1.7.x tested w/ wpa!) but older cards/firmware and Lucent cards are known broken o adhoc mode is little tested and may be broken o monitor mode radiotap support is available only on the "parent device" I promise to look at ipw but it won't happen immediately so anyone that's affected should feel free to dig in. I have no plans to touch wi; folks that persist in using these cards should fix issues now that I've rewritten the driver so that it is more properly integrated with net80211. OTOH wi now does wpa and adding wds support should be straightforward. Sam