From owner-cvs-src-old@FreeBSD.ORG Fri Oct 31 23:24:55 2008 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 881FC1065674 for ; Fri, 31 Oct 2008 23:24:53 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D53978FC21 for ; Fri, 31 Oct 2008 23:24:53 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9VNOr5q030887 for ; Fri, 31 Oct 2008 23:24:53 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9VNOrmL030886 for cvs-src-old@freebsd.org; Fri, 31 Oct 2008 23:24:53 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200810312324.m9VNOrmL030886@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Fri, 31 Oct 2008 23:24:13 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf options src/sys/modules/rl Makefile src/sys/pci if_rl.c if_rlreg.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: Fri, 31 Oct 2008 23:24:55 -0000 imp 2008-10-31 23:24:13 UTC FreeBSD src repository Modified files: sys/conf options sys/modules/rl Makefile sys/pci if_rl.c if_rlreg.h Log: SVN rev 184515 on 2008-10-31 23:24:13Z by imp Add RL_TWISTER_ENABLE option. This enables the magic bits to do long cable tuning. This has helped in some installations for hardware deployed by a former employer. Made optional because the lists aren't full of complaints about these cards... even when they were wildly popular. Reviewed by: attilio@, jhb@, trhodes@ (all an older version of the patch) Revision Changes Path 1.644 +3 -0 src/sys/conf/options 1.12 +1 -1 src/sys/modules/rl/Makefile 1.181 +135 -2 src/sys/pci/if_rl.c 1.83 +30 -0 src/sys/pci/if_rlreg.h