From owner-cvs-all Tue Apr 6 10:10:35 1999 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 8F35615648; Tue, 6 Apr 1999 10:10:29 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA73945; Tue, 6 Apr 1999 10:08:31 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199904061708.KAA73945@freefall.freebsd.org> From: Bill Paul Date: Tue, 6 Apr 1999 10:08:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 ti.4 src/release/texts HARDWARE.TXT RELNOTES.TXT src/release/sysinstall devices.c src/sys/pci if_ti.c if_tireg.h ti_fw.h ti_fw2.h src/sys/i386/conf LINT src/sys/i386/i386 userconfig.c src/sys/conf files Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/04/06 10:08:31 PDT Modified files: release/texts HARDWARE.TXT RELNOTES.TXT release/sysinstall devices.c sys/i386/conf LINT sys/i386/i386 userconfig.c sys/conf files Added files: share/man/man4/man4.i386 ti.4 sys/pci if_ti.c if_tireg.h ti_fw.h ti_fw2.h Log: Add driver support for gigabit ethernet adapters based on the Alteon Networks Tigon 1 and Tigon 2 chipsets. There are a _lot_ of OEM'ed gigabit ethernet adapters out there which use the Alteon chipset so this driver covers a fair amount of hardware. I know that it works with the Alteon AceNIC, 3Com 3c985 and Netgear GA620, however it should also work with the DEC/Compaq EtherWORKS 1000, Silicon Graphics Gigabit ethernet board, NEC Gigabit Ethernet board and maybe even the IBM and and Sun boards. The Netgear board is the cheapest (~$350US) but still yields fairly good performance. Support is provided for jumbo frames with all adapters (just set the MTU to something larger than 1500 bytes), as well as hardware multicast filtering and vlan tagging (in conjunction with the vlan support in -current, which I should merge into -stable soon). There are some hooks for checksum offload support, but they're turned off for now since FreeBSD doesn't have an officially sanctioned way to support checksum offloading (yet). I have not added the 'device ti0' entry to GENERIC since the driver with all the firmware compiled in is quite large, and it doesn't really fit into the category of generic hardware. Revision Changes Path 1.9 +10 -0 src/release/texts/HARDWARE.TXT 1.22 +13 -0 src/release/texts/RELNOTES.TXT 1.90 +2 -1 src/release/sysinstall/devices.c 1.575 +8 -1 src/sys/i386/conf/LINT 1.133 +3 -2 src/sys/i386/i386/userconfig.c 1.203 +1 -0 src/sys/conf/files To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message