From owner-cvs-src-old@FreeBSD.ORG Sat Jun 18 12:10:21 2011 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 854B8106564A for ; Sat, 18 Jun 2011 12:10:21 +0000 (UTC) (envelope-from bschmidt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 734C48FC1A for ; Sat, 18 Jun 2011 12:10:21 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p5ICALlk021106 for ; Sat, 18 Jun 2011 12:10:21 GMT (envelope-from bschmidt@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p5ICALWA021105 for cvs-src-old@freebsd.org; Sat, 18 Jun 2011 12:10:21 GMT (envelope-from bschmidt@repoman.freebsd.org) Message-Id: <201106181210.p5ICALWA021105@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bschmidt@repoman.freebsd.org using -f From: Bernhard Schmidt Date: Sat, 18 Jun 2011 12:10:06 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/iwn if_iwn.c if_iwnreg.h if_iwnvar.h 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, 18 Jun 2011 12:10:21 -0000 bschmidt 2011-06-18 12:10:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/iwn if_iwn.c if_iwnreg.h if_iwnvar.h Log: SVN rev 223251 on 2011-06-18 12:10:06Z by bschmidt MFC r220866-220867: - Pull some features out of the firmware: - If a ENH_SENS TLV section exit the firmware is capable of doing enhanced sensitivity calibration. - Newer devices/firmwares have more calibration commands therefore hardcoding the noise gain/reset commands no longer works. It is supposed to use the next index after the newest calibration type support. Read the command index of the TLV section if available. - Enable DC calibration for all 6000 series devices, except those with an internal PA. - Override the chainmask also for the 6050. Revision Changes Path 1.18.2.42 +22 -4 src/sys/dev/iwn/if_iwn.c 1.1.2.13 +2 -0 src/sys/dev/iwn/if_iwnreg.h 1.3.2.15 +2 -0 src/sys/dev/iwn/if_iwnvar.h