From owner-cvs-all@FreeBSD.ORG Sat Aug 12 02:05:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABEE916A4DD; Sat, 12 Aug 2006 02:05:13 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66C7543D45; Sat, 12 Aug 2006 02:05:13 +0000 (GMT) (envelope-from yongari@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 k7C25Dnx063962; Sat, 12 Aug 2006 02:05:13 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C25Dx0063961; Sat, 12 Aug 2006 02:05:13 GMT (envelope-from yongari) Message-Id: <200608120205.k7C25Dx0063961@repoman.freebsd.org> From: Pyun YongHyeon Date: Sat, 12 Aug 2006 02:05:13 +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/pci if_xl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 02:05:13 -0000 yongari 2006-08-12 02:05:13 UTC FreeBSD src repository Modified files: sys/pci if_xl.c Log: Don't reset Tx threshold value whenever xl_init_locked() is called. Instead the threshould is initialized in device attach. Later the threshold could be increased in Tx underrun error and the new threshold should be used in xl_init_locked(). Revision Changes Path 1.205 +3 -1 src/sys/pci/if_xl.c