From owner-cvs-src-old@FreeBSD.ORG Thu Apr 21 23:06:08 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 D387E1065787 for ; Thu, 21 Apr 2011 23:06:08 +0000 (UTC) (envelope-from davidch@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C0B828FC15 for ; Thu, 21 Apr 2011 23:06:08 +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 p3LN68ov092302 for ; Thu, 21 Apr 2011 23:06:08 GMT (envelope-from davidch@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p3LN68Dq092301 for cvs-src-old@freebsd.org; Thu, 21 Apr 2011 23:06:08 GMT (envelope-from davidch@repoman.freebsd.org) Message-Id: <201104212306.p3LN68Dq092301@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to davidch@repoman.freebsd.org using -f From: David Christensen Date: Thu, 21 Apr 2011 23:06:00 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/bxe bxe_debug.h bxe_include.h if_bxe.c if_bxe.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: Thu, 21 Apr 2011 23:06:08 -0000 davidch 2011-04-21 23:06:00 UTC FreeBSD src repository Modified files: sys/dev/bxe bxe_debug.h bxe_include.h if_bxe.c if_bxe.h Log: SVN rev 220932 on 2011-04-21 23:06:00Z by davidch - Centralize driver tunables initialization/validation. - Centralize PCI resource allocation/release. - Enable flowid (TSS) support. - Added "per-fastpath" locks and watchdog timeouts. - Fixed problem where the CQ producer index was advanced beyond the size of the CQ ring during initialization. - Replaced hard-coded debug levels in some debug print statements. - More style(9) fixes. MFC after: Two weeks Revision Changes Path 1.2 +24 -24 src/sys/dev/bxe/bxe_debug.h 1.2 +35 -35 src/sys/dev/bxe/bxe_include.h 1.13 +802 -339 src/sys/dev/bxe/if_bxe.c 1.10 +37 -19 src/sys/dev/bxe/if_bxe.h