summaryrefslogtreecommitdiffstats
path: root/sys/pci/ti_fw.h
Commit message (Collapse)AuthorAgeFilesLines
* Update the Tigon driver to support 1000baseTX gigE over copper AceNICwpaul2000-07-201-977/+1088
| | | | | | | | 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.
* Update the Tigon firmware to 12.3.21. This fixes a few bugs and adds supportwpaul2000-04-241-4/+4
| | | | for cards with 2MB of on-board SRAM.
* Update Tigon firmware yet again, this time to version 12.3.20.wpaul2000-03-181-4/+4
|
* Update the Tigon driver to use the 12.3.18 firmware release from Alteon.wpaul2000-02-101-824/+852
| | | | | | (No changes to the driver code itself.) Approved by: jkh
* Update the Tigon driver firmware images to the latest release fromwpaul1999-09-221-4/+4
| | | | Alteon (12.6.15).
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Convert the Alteon Tigon gigabit ethernet driver to newbus. Also upgradewpaul1999-07-231-663/+663
| | | | to the latest firmware release from Alteon (12.3.12).
* Upgrade firmware images Alteon's latest release (12.3.10). This fixes awpaul1999-05-031-5/+5
| | | | | | | bug in the stats accounting (nicSendBDs counter was bogus when TX ring was configured to be in host memory). Update if_tireg.h to look for new firmware fix level.
* Add driver support for gigabit ethernet adapters based on the Alteonwpaul1999-04-061-0/+4459
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.
OpenPOWER on IntegriCloud