summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_tireg.h
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2000-07-20 22:24:43 +0000
committerwpaul <wpaul@FreeBSD.org>2000-07-20 22:24:43 +0000
commitb371b56ee9a03a9e0c595b6cc3d1eade95cf0c84 (patch)
tree45347eee38ccdb6f201666a94a698d6e97f4b5d5 /sys/pci/if_tireg.h
parent1c6873b9311e65e96854c175306b030e862787c6 (diff)
downloadFreeBSD-src-b371b56ee9a03a9e0c595b6cc3d1eade95cf0c84.zip
FreeBSD-src-b371b56ee9a03a9e0c595b6cc3d1eade95cf0c84.tar.gz
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.
Diffstat (limited to 'sys/pci/if_tireg.h')
-rw-r--r--sys/pci/if_tireg.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/pci/if_tireg.h b/sys/pci/if_tireg.h
index 5210ffa..1e632f5 100644
--- a/sys/pci/if_tireg.h
+++ b/sys/pci/if_tireg.h
@@ -60,6 +60,7 @@
*/
#define ALT_VENDORID 0x12AE
#define ALT_DEVICEID_ACENIC 0x0001
+#define ALT_DEVICEID_ACENIC_COPPER 0x0002
/*
* 3Com 3c985 PCI vendor/device ID.
@@ -134,8 +135,8 @@
* Firmware revision that we want.
*/
#define TI_FIRMWARE_MAJOR 0xc
-#define TI_FIRMWARE_MINOR 0x3
-#define TI_FIRMWARE_FIX 0x15
+#define TI_FIRMWARE_MINOR 0x4
+#define TI_FIRMWARE_FIX 0xd
/*
* Miscelaneous Local Control register.
@@ -1033,7 +1034,7 @@ struct ti_event_desc {
#define TI_SSLOTS 256
#define TI_MSLOTS 256
-#define TI_JSLOTS 256
+#define TI_JSLOTS 384
#define TI_JRAWLEN (TI_JUMBO_FRAMELEN + ETHER_ALIGN + sizeof(u_int64_t))
#define TI_JLEN (TI_JRAWLEN + (sizeof(u_int64_t) - \
@@ -1122,6 +1123,7 @@ struct ti_softc {
struct ifmedia ifmedia; /* media info */
u_int8_t ti_unit; /* interface number */
u_int8_t ti_hwrev; /* Tigon rev (1 or 2) */
+ u_int8_t ti_copper; /* 1000baseTX card */
u_int8_t ti_linkstat; /* Link state */
struct ti_ring_data *ti_rdata; /* rings */
struct ti_chain_data ti_cdata; /* mbufs */
OpenPOWER on IntegriCloud