From owner-cvs-all@FreeBSD.ORG Tue Apr 17 12:23:58 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 57BEB16A403; Tue, 17 Apr 2007 12:23:58 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 316ED13C448; Tue, 17 Apr 2007 12:23:58 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3HCNwml087703; Tue, 17 Apr 2007 12:23:58 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3HCNwsS087701; Tue, 17 Apr 2007 12:23:58 GMT (envelope-from phk) Message-Id: <200704171223.l3HCNwsS087701@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 17 Apr 2007 12:23:57 +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_vr.c if_vrreg.h 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: Tue, 17 Apr 2007 12:23:58 -0000 phk 2007-04-17 12:23:57 UTC FreeBSD src repository Modified files: sys/pci if_vr.c if_vrreg.h Log: Improve the if_vr driver ever so slightly. The 6105M and 6102 does not have the DWORD alignment problem, so don't m_defrag() every packet in the transmit path for those. More stringent usage of tx-descriptor ring and its flags. Tested on 6102 and 6105M, other chips may also be able to run without the m_defrag() but I have neither hardware nor docs to find out. Sponsored by: Soekris Engineering Revision Changes Path 1.118 +108 -87 src/sys/pci/if_vr.c 1.28 +3 -1 src/sys/pci/if_vrreg.h