From owner-cvs-src@FreeBSD.ORG Mon Oct 30 01:58:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D8E416A40F; Mon, 30 Oct 2006 01:58:51 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F23BC43D5C; Mon, 30 Oct 2006 01:58:50 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9U1wodc082221; Mon, 30 Oct 2006 01:58:50 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9U1wolZ082220; Mon, 30 Oct 2006 01:58:50 GMT (envelope-from marius) Message-Id: <200610300158.k9U1wolZ082220@repoman.freebsd.org> From: Marius Strobl Date: Mon, 30 Oct 2006 01:58:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/dc if_dc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Oct 2006 01:58:51 -0000 marius 2006-10-30 01:58:50 UTC FreeBSD src repository Modified files: sys/dev/dc if_dc.c Log: Forced commit to denote that the third item of the previous commit message should have read: - Remove the hw.dc_quick SYSCTL, which allowed to turn off the above mentioned optimization, as like the equivalent and already removed hw.sis_quick it existed for testing purposes only. Revision Changes Path 1.187 +0 -0 src/sys/dev/dc/if_dc.c