From owner-cvs-all Wed Sep 11 14:26:33 2002 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 E03A037B430; Wed, 11 Sep 2002 14:26:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EB3043E6E; Wed, 11 Sep 2002 14:26:22 -0700 (PDT) (envelope-from ambrisko@FreeBSD.org) Received: from freefall.freebsd.org (ambrisko@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8BLQMJU062486; Wed, 11 Sep 2002 14:26:22 -0700 (PDT) (envelope-from ambrisko@freefall.freebsd.org) Received: (from ambrisko@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8BLQM45062485; Wed, 11 Sep 2002 14:26:22 -0700 (PDT) Message-Id: <200209112126.g8BLQM45062485@freefall.freebsd.org> From: Doug Ambrisko Date: Wed, 11 Sep 2002 14:26:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_ste.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ambrisko 2002/09/11 14:26:22 PDT Modified files: sys/pci if_ste.c Log: Only probe one PHY on the D-Link 580 version of the card (ie rev 0x12). The 550 version is location at address 1 but since it works right we let the code find whatever PHY it can. Fix a fragment issue on TX. If the number of frags are more then the driver has allocated then bring all the frags together into one packet and send it out. Code derived from the fxp driver. Tested and found by: Francois Tigeot Hellmuth Michaelis MFC after: 1 week Revision Changes Path 1.38 +37 -6 src/sys/pci/if_ste.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message