summaryrefslogtreecommitdiffstats
path: root/release/texts
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1999-04-06 17:08:31 +0000
committerwpaul <wpaul@FreeBSD.org>1999-04-06 17:08:31 +0000
commit477aac47c6143f4c1cbe16dff195daf26402d957 (patch)
treec357fa163f79a4ef60ff14b7d323cf9c7e94667e /release/texts
parent999ee7a1b076b649c7e2586596226dab4682909f (diff)
downloadFreeBSD-src-477aac47c6143f4c1cbe16dff195daf26402d957.zip
FreeBSD-src-477aac47c6143f4c1cbe16dff195daf26402d957.tar.gz
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.
Diffstat (limited to 'release/texts')
-rw-r--r--release/texts/HARDWARE.TXT10
-rw-r--r--release/texts/RELNOTES.TXT13
-rw-r--r--release/texts/i386/HARDWARE.TXT10
-rw-r--r--release/texts/i386/RELNOTES.TXT13
4 files changed, 46 insertions, 0 deletions
diff --git a/release/texts/HARDWARE.TXT b/release/texts/HARDWARE.TXT
index 08d7a35..6e6e152 100644
--- a/release/texts/HARDWARE.TXT
+++ b/release/texts/HARDWARE.TXT
@@ -109,6 +109,7 @@ lnc0 280 10 n/a dyn Lance/PCnet cards
mx0 dyn dyn n/a dyn Macronix 98713/15/25 PCI based cards
pn0 dyn dyn n/a dyn Lite-On PNIC PCI based cards
rl0 dyn dyn n/a dyn RealTek 8129/8139 fast ethernet
+ti0 dyn dyn n/a dyn Alteon Networks gigabit ethernet
tl0 dyn dyn n/a dyn TI TNET100 'ThunderLAN' cards.
wb0 dyn dyn n/a dyn Winbond W89C840F PCI based cards.
vr0 dyn dyn n/a dyn VIA VT3043/VT86C100A PCI based cards.
@@ -422,6 +423,15 @@ Unmaintained drivers, they might or might not work for your hardware:
Allied-Telesis AT1700 and RE2000 cards
+Alteon Networks PCI gigabit ethernet NICs based on the Tigon 1 and Tigon 2
+chipsets, including the following:
+ Alteon AceNIC (Tigon 1 and 2)
+ 3Com 3c985-SX (Tigon 1 and 2)
+ Netgear GA620 (Tigon 2)
+ Silicon Graphics Gigabit Ethernet
+ DEC/Compaq EtherWORKS 1000
+ NEC Gigabit Ethernet
+
AMD PCnet/PCI (79c970 & 53c974 or 79c974)
SMC Elite 16 WD8013 ethernet interface, and most other WD8003E,
diff --git a/release/texts/RELNOTES.TXT b/release/texts/RELNOTES.TXT
index 2d994f0..9b75120 100644
--- a/release/texts/RELNOTES.TXT
+++ b/release/texts/RELNOTES.TXT
@@ -60,6 +60,10 @@ An emulator for SVR4 binaries has been added.
Support has been added for direct access to NTFS filesystems.
+Driver support has been added for PCI gigabit ethernet adapters
+based on the Alteon Networks Tigon 1 and Tigon 2 chipsets, including
+the Alteon AceNIC, 3Com 3c985 and Netgear GA620.
+
1.2. SECURITY FIXES
-------------------
@@ -198,6 +202,15 @@ Unmaintained drivers, they might or might not work for your hardware:
-------------------
Allied-Telesis AT1700 and RE2000 cards
+Alteon Networks PCI gigabit ethernet NICs based on the Tigon 1 and Tigon 2
+chipsets, including the following:
+ Alteon AceNIC (Tigon 1 and 2)
+ 3Com 3c985-SX (Tigon 1 and 2)
+ Netgear GA620 (Tigon 2)
+ Silicon Graphics Gigabit Ethernet
+ DEC/Compaq EtherWORKS 1000
+ NEC Gigabit Ethernet
+
AMD PCnet/PCI (79c970 & 53c974 or 79c974)
SMC Elite 16 WD8013 ethernet interface, and most other WD8003E,
diff --git a/release/texts/i386/HARDWARE.TXT b/release/texts/i386/HARDWARE.TXT
index 08d7a35..6e6e152 100644
--- a/release/texts/i386/HARDWARE.TXT
+++ b/release/texts/i386/HARDWARE.TXT
@@ -109,6 +109,7 @@ lnc0 280 10 n/a dyn Lance/PCnet cards
mx0 dyn dyn n/a dyn Macronix 98713/15/25 PCI based cards
pn0 dyn dyn n/a dyn Lite-On PNIC PCI based cards
rl0 dyn dyn n/a dyn RealTek 8129/8139 fast ethernet
+ti0 dyn dyn n/a dyn Alteon Networks gigabit ethernet
tl0 dyn dyn n/a dyn TI TNET100 'ThunderLAN' cards.
wb0 dyn dyn n/a dyn Winbond W89C840F PCI based cards.
vr0 dyn dyn n/a dyn VIA VT3043/VT86C100A PCI based cards.
@@ -422,6 +423,15 @@ Unmaintained drivers, they might or might not work for your hardware:
Allied-Telesis AT1700 and RE2000 cards
+Alteon Networks PCI gigabit ethernet NICs based on the Tigon 1 and Tigon 2
+chipsets, including the following:
+ Alteon AceNIC (Tigon 1 and 2)
+ 3Com 3c985-SX (Tigon 1 and 2)
+ Netgear GA620 (Tigon 2)
+ Silicon Graphics Gigabit Ethernet
+ DEC/Compaq EtherWORKS 1000
+ NEC Gigabit Ethernet
+
AMD PCnet/PCI (79c970 & 53c974 or 79c974)
SMC Elite 16 WD8013 ethernet interface, and most other WD8003E,
diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT
index 2d994f0..9b75120 100644
--- a/release/texts/i386/RELNOTES.TXT
+++ b/release/texts/i386/RELNOTES.TXT
@@ -60,6 +60,10 @@ An emulator for SVR4 binaries has been added.
Support has been added for direct access to NTFS filesystems.
+Driver support has been added for PCI gigabit ethernet adapters
+based on the Alteon Networks Tigon 1 and Tigon 2 chipsets, including
+the Alteon AceNIC, 3Com 3c985 and Netgear GA620.
+
1.2. SECURITY FIXES
-------------------
@@ -198,6 +202,15 @@ Unmaintained drivers, they might or might not work for your hardware:
-------------------
Allied-Telesis AT1700 and RE2000 cards
+Alteon Networks PCI gigabit ethernet NICs based on the Tigon 1 and Tigon 2
+chipsets, including the following:
+ Alteon AceNIC (Tigon 1 and 2)
+ 3Com 3c985-SX (Tigon 1 and 2)
+ Netgear GA620 (Tigon 2)
+ Silicon Graphics Gigabit Ethernet
+ DEC/Compaq EtherWORKS 1000
+ NEC Gigabit Ethernet
+
AMD PCnet/PCI (79c970 & 53c974 or 79c974)
SMC Elite 16 WD8013 ethernet interface, and most other WD8003E,
OpenPOWER on IntegriCloud