From owner-cvs-src-old@FreeBSD.ORG Thu Aug 5 20:40:09 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 A3D5F1065679 for ; Thu, 5 Aug 2010 20:40:09 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6F8428FC21 for ; Thu, 5 Aug 2010 20:40:09 +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 o75Ke9PF044968 for ; Thu, 5 Aug 2010 20:40:09 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o75Ke9kn044967 for cvs-src-old@freebsd.org; Thu, 5 Aug 2010 20:40:09 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201008052040.o75Ke9kn044967@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Thu, 5 Aug 2010 20:39:52 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/cxgb cxgb_main.c 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, 05 Aug 2010 20:40:09 -0000 jhb 2010-08-05 20:39:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/cxgb cxgb_main.c Log: SVN rev 210894 on 2010-08-05 20:39:52Z by jhb MFC 210505: - Change the warning about PCI-e links narrower than x8 to only apply to 10G cards. 1G cards are x4 only. - Use constants from pcireg.h for reading the current link width. - Use pci_set_max_read_req() rather than implementing it by hand. Revision Changes Path 1.91.2.12 +11 -13 src/sys/dev/cxgb/cxgb_main.c