From owner-cvs-src-old@FreeBSD.ORG Sat Oct 24 09:56:04 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2110310656A4 for ; Sat, 24 Oct 2009 09:56:04 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0CC708FC13 for ; Sat, 24 Oct 2009 09:56:04 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9O9u3V9070044 for ; Sat, 24 Oct 2009 09:56:03 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9O9u3t4070043 for cvs-src-old@freebsd.org; Sat, 24 Oct 2009 09:56:03 GMT (envelope-from rpaulo@repoman.freebsd.org) Message-Id: <200910240956.n9O9u3t4070043@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rpaulo@repoman.freebsd.org using -f From: Rui Paulo Date: Sat, 24 Oct 2009 09:55:11 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/iwn if_iwn.c src/sys/modules/iwnfw Makefile Makefile.inc src/sys/modules/iwnfw/iwn4965 Makefile src/sys/modules/iwnfw/iwn5000 Makefile src/sys/modules/iwnfw/iwn5150 Makefile X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Oct 2009 09:56:04 -0000 rpaulo 2009-10-24 09:55:11 UTC FreeBSD src repository Modified files: sys/dev/iwn if_iwn.c sys/modules/iwnfw Makefile Added files: sys/modules/iwnfw Makefile.inc sys/modules/iwnfw/iwn4965 Makefile sys/modules/iwnfw/iwn5000 Makefile sys/modules/iwnfw/iwn5150 Makefile Log: SVN rev 198439 on 2009-10-24 09:55:11Z by rpaulo Updates to the iwn driver: * iwnfw has now been split into individual modules so autoloading of firmware module(s) does work again. * Changes have been made to RUN -> AUTH transition, this should fix the issue reported by Glen and others. * Brandon reported issues in iwn_cmd() with large commands, those have been fixed to. * DEAUTH is now handled correctly. Submitted by: Bernhard Schmidt Revision Changes Path 1.20 +109 -45 src/sys/dev/iwn/if_iwn.c 1.4 +2 -20 src/sys/modules/iwnfw/Makefile 1.1 +13 -0 src/sys/modules/iwnfw/Makefile.inc (new) 1.1 +6 -0 src/sys/modules/iwnfw/iwn4965/Makefile (new) 1.1 +6 -0 src/sys/modules/iwnfw/iwn5000/Makefile (new) 1.1 +6 -0 src/sys/modules/iwnfw/iwn5150/Makefile (new)