From owner-cvs-src@FreeBSD.ORG Wed Aug 11 21:41:26 2004 Return-Path: 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 5088316A4CF; Wed, 11 Aug 2004 21:41:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 249C443D3F; Wed, 11 Aug 2004 21:41:26 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7BLfQ74088935; Wed, 11 Aug 2004 21:41:26 GMT (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7BLfQmE088934; Wed, 11 Aug 2004 21:41:26 GMT (envelope-from truckman) Message-Id: <200408112141.i7BLfQmE088934@repoman.freebsd.org> From: Don Lewis Date: Wed, 11 Aug 2004 21:41:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/fxp if_fxp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 11 Aug 2004 21:41:26 -0000 truckman 2004-08-11 21:41:26 UTC FreeBSD src repository Modified files: sys/dev/fxp if_fxp.c Log: Deorbit the fxp tuning hint (hint.fxp.UNIT_NUMBER.ipcbxmit_disable) introduced in if_fxp.c revision 1.180. The bug fix committed in revision 1.180 fixed the packet truncation problem. Revision Changes Path 1.217 +2 -24 src/sys/dev/fxp/if_fxp.c