From owner-cvs-src-old@FreeBSD.ORG Sat Nov 20 13:13:15 2010 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 7E92E1065694 for ; Sat, 20 Nov 2010 13:13:15 +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 6C7828FC12 for ; Sat, 20 Nov 2010 13:13:15 +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 oAKDDFcT030496 for ; Sat, 20 Nov 2010 13:13:15 GMT (envelope-from bschmidt@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oAKDDFe4030495 for cvs-src-old@freebsd.org; Sat, 20 Nov 2010 13:13:15 GMT (envelope-from bschmidt@repoman.freebsd.org) Message-Id: <201011201313.oAKDDFe4030495@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bschmidt@repoman.freebsd.org using -f From: Bernhard Schmidt Date: Sat, 20 Nov 2010 13:12:59 +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_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, 20 Nov 2010 13:13:15 -0000 bschmidt 2010-11-20 13:12:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/iwn if_iwn.c if_iwnvar.h Log: SVN rev 215562 on 2010-11-20 13:12:59Z by bschmidt MFC r212853-212855: Rewrite parts of the calibration code which is run while bringing up the device: - Group functions used for initial calibration. - Unobscure some of the code by moving it into its own functions. - Get rid of some magic numbers. - Create similar structure as the reference driver has, this should make further syncs easier. Revision Changes Path 1.18.2.17 +223 -117 src/sys/dev/iwn/if_iwn.c 1.3.2.7 +15 -2 src/sys/dev/iwn/if_iwnvar.h