From owner-cvs-all@FreeBSD.ORG Mon Mar 10 23:16:48 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B35A91065671; Mon, 10 Mar 2008 23:16:48 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 87A508FC1F; Mon, 10 Mar 2008 23:16:48 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2ANGmJO058137; Mon, 10 Mar 2008 23:16:48 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2ANGmT8058136; Mon, 10 Mar 2008 23:16:48 GMT (envelope-from thompsa) Message-Id: <200803102316.m2ANGmT8058136@repoman.freebsd.org> From: Andrew Thompson Date: Mon, 10 Mar 2008 23:16:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/wpi if_wpi.c if_wpireg.h if_wpivar.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: Mon, 10 Mar 2008 23:16:48 -0000 thompsa 2008-03-10 23:16:48 UTC FreeBSD src repository Modified files: sys/dev/wpi if_wpi.c if_wpireg.h if_wpivar.h Log: Update wpi(4) with stability fixes - remove second taskqueue - busdma 16k alignment workaround - use busdma instead of external mbuf storage on Rx - locking fixes - net80211 state change fixes - improve scanning reliability - improve radio hw switch interaction - consolidate callouts Parts obtained from: benjsc, sam Tested by: many Revision Changes Path 1.9 +480 -553 src/sys/dev/wpi/if_wpi.c 1.3 +2 -0 src/sys/dev/wpi/if_wpireg.h 1.2 +31 -53 src/sys/dev/wpi/if_wpivar.h