From owner-cvs-src-old@FreeBSD.ORG Fri Apr 30 18:17:00 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 284BA1065673 for ; Fri, 30 Apr 2010 18:17:00 +0000 (UTC) (envelope-from bschmidt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 140728FC18 for ; Fri, 30 Apr 2010 18:17:00 +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 o3UIGxia046924 for ; Fri, 30 Apr 2010 18:16:59 GMT (envelope-from bschmidt@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o3UIGx1b046923 for cvs-src-old@freebsd.org; Fri, 30 Apr 2010 18:16:59 GMT (envelope-from bschmidt@repoman.freebsd.org) Message-Id: <201004301816.o3UIGx1b046923@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bschmidt@repoman.freebsd.org using -f From: Bernhard Schmidt Date: Fri, 30 Apr 2010 18:13:11 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/conf files src/sys/contrib/dev/iwn LICENSE iwlwifi-6000-9.176.4.1.fw.uu iwlwifi-6000-9.193.4.1.fw.uu src/sys/dev/iwn if_iwn.c if_iwnreg.h if_iwnvar.h src/sys/modules/iwnfw/iwn6000 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: Fri, 30 Apr 2010 18:17:00 -0000 bschmidt 2010-04-30 18:13:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/conf files sys/contrib/dev/iwn LICENSE sys/dev/iwn if_iwn.c if_iwnreg.h if_iwnvar.h sys/modules/iwnfw/iwn6000 Makefile Added files: (Branch: RELENG_8) sys/contrib/dev/iwn iwlwifi-6000-9.193.4.1.fw.uu Removed files: (Branch: RELENG_8) sys/contrib/dev/iwn iwlwifi-6000-9.176.4.1.fw.uu Log: SVN rev 207443 on 2010-04-30 18:13:11Z by bschmidt MFC r206443-206446, 206474-206477, 207001 r206443: Small whitespace cleanup. r206444 [1]: - Rename bluetooth coexistence flags, no binary change. - Enable DC calibration and crystal calibration on Centrino Advanced-N 6250 parts. - Workaround for a HW bug (does not affect 4965AGN) that may sporadically affect latency under some rare circumstances. From a similar commit to iwlwifi. - Update sensitivity settings for 5000 series to workaround a performance bug in the DSP (1000 is not affected so we keep the old values for 5000). - Update sensitivity settings for 6000 series. - Set differential gains on 6250 too (but use a 1.0 factor, not 1.5). - Init OFDM sensitivity with min value (which depends on the chip) instead of hardcoding it to 90. - Read calibration version from ROM and set IWN_GP_DRIVER_CALIB_VER6 bit on 6x50 if version >= 6. r206445 [2]: iwn4965_set_txpower() uses maxpwr from EEPROM to calculate the power to set, it make sense to actually initialize that array. This fixes some issues with 4965 adapters where the TX power is crucial. This got lost somewhere while merging with the OpenBSD code. r206446: Update firmware for the 6000 series Intel cards to version 9.193.4.1. r206474: Add some missing protoypes. r206475: iwn5000_reset_sched() is not used; #ifdef it. r206476: Hook ieee80211_media_change() to ieee80211_vap_attach(). r206477: Declare all functions as static. r207001 [3]: Use correct bus_dma_tag_t for TX frames. Approved by: rpaulo (mentor) Obtained from: Openbsd [1], [2] Reported by: Andreas Nilsson [3] Revision Changes Path 1.1459.2.26 +1 -1 src/sys/conf/files 1.1.2.2 +30 -30 src/sys/contrib/dev/iwn/LICENSE 1.1.2.3 +0 -8112 src/sys/contrib/dev/iwn/iwlwifi-6000-9.176.4.1.fw.uu (dead) 1.1.2.2 +8152 -0 src/sys/contrib/dev/iwn/iwlwifi-6000-9.193.4.1.fw.uu (new) 1.18.2.5 +293 -247 src/sys/dev/iwn/if_iwn.c 1.1.2.4 +27 -9 src/sys/dev/iwn/if_iwnreg.h 1.3.2.3 +2 -1 src/sys/dev/iwn/if_iwnvar.h 1.1.2.3 +1 -1 src/sys/modules/iwnfw/iwn6000/Makefile