From owner-cvs-all Thu Jul 20 15:24:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 79AEA37C18F; Thu, 20 Jul 2000 15:24:44 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA14081; Thu, 20 Jul 2000 15:24:44 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200007202224.PAA14081@freefall.freebsd.org> From: Bill Paul Date: Thu, 20 Jul 2000 15:24:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_ti.c if_tireg.h ti_fw.h ti_fw2.h src/share/man/man4 ti.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/07/20 15:24:44 PDT Modified files: sys/pci if_ti.c if_tireg.h ti_fw.h ti_fw2.h share/man/man4 ti.4 Log: Update the Tigon driver to support 1000baseTX gigE over copper AceNIC cards. This basically involves switching to the 12.4.13 firmware, plus a couple of minor tweaks to the driver. Also changed the jumbo buffer allocation scheme just a little to avoid 'failed to allocate jumbo buffer' conditions in certain cases. Revision Changes Path 1.31 +72 -19 src/sys/pci/if_ti.c 1.18 +6 -4 src/sys/pci/if_tireg.h 1.9 +1088 -977 src/sys/pci/ti_fw.h 1.9 +2066 -1430src/sys/pci/ti_fw2.h 1.9 +15 -7 src/share/man/man4/ti.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message