summaryrefslogtreecommitdiffstats
path: root/release/texts
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2000-07-06 06:02:04 +0000
committerwpaul <wpaul@FreeBSD.org>2000-07-06 06:02:04 +0000
commit966a32cd5be7d251249d23eed9b6f23015e0907c (patch)
tree686dc936281e02259b748195c1a13cb004e0a59f /release/texts
parentba16109118a0985a50a5780377fab30a9fea33ad (diff)
downloadFreeBSD-src-966a32cd5be7d251249d23eed9b6f23015e0907c.zip
FreeBSD-src-966a32cd5be7d251249d23eed9b6f23015e0907c.tar.gz
Add support for the National Semiconductor DP83815 fast ethernet
controller chip. This chip is currently being used on the NetGear FA312-TX adapter, which I guess is a replacement for the FA310-TX (PNIC-based). I added support for this chip by modifying the sis driver since the SiS 900 and the NS DP83815 have almost the same programming interface (the RX filter programming and PHY access methods are different, but the general configuration, DMA scheme and register layout are identical). I would have had this done a lot sooner, but getting the damn MAC address out of the EEPROM proved to be more complicated than expected.
Diffstat (limited to 'release/texts')
-rw-r--r--release/texts/HARDWARE.TXT3
-rw-r--r--release/texts/alpha/RELNOTES.TXT5
-rw-r--r--release/texts/i386/RELNOTES.TXT6
3 files changed, 14 insertions, 0 deletions
diff --git a/release/texts/HARDWARE.TXT b/release/texts/HARDWARE.TXT
index f120e64..e75f4bf 100644
--- a/release/texts/HARDWARE.TXT
+++ b/release/texts/HARDWARE.TXT
@@ -526,6 +526,9 @@ NICs including the following:
Silicon Integrated Systems SiS 900 and SiS 7016 PCI fast ethernet NICs
+National Semiconductor DP83815 fast ethernet NICs including the following:
+ NetGear FA312-TX
+
Sundance Technologies ST201 PCI fast ethernet NICs including
the following:
D-Link DFE-550TX
diff --git a/release/texts/alpha/RELNOTES.TXT b/release/texts/alpha/RELNOTES.TXT
index 07ee386..4fc427b 100644
--- a/release/texts/alpha/RELNOTES.TXT
+++ b/release/texts/alpha/RELNOTES.TXT
@@ -71,6 +71,8 @@ POSIX.1b Shared Memory Objects are now supported. The implementation
uses regular files, but automatically enables the MAP_NOSYNC flag
when they are mmap(2)ed.
+Added support for PCI ethernet adapters based on the National Semiconductor
+DP83815 chipset, including the NetGear FA312-TX.
1.2. SECURITY FIXES
-------------------
@@ -289,6 +291,9 @@ NICs including the following:
Silicon Integrated Systems SiS 900 and SiS 7016 PCI fast ethernet NICs
+National Semiconductor DP83815 fast ethernet NICs including the following:
+ NetGear FA312-TX
+
Sundance Technologies ST201 PCI fast ethernet NICs including
the following:
D-Link DFE-550TX
diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT
index 83aed97..63e1b6c 100644
--- a/release/texts/i386/RELNOTES.TXT
+++ b/release/texts/i386/RELNOTES.TXT
@@ -75,6 +75,9 @@ POSIX.1b Shared Memory Objects are now supported. The implementation
uses regular files, but automatically enables the MAP_NOSYNC flag
when they are mmap(2)ed.
+Added support for PCI ethernet adapters based on the National Semiconductor
+DP83815 chipset, including the NetGear FA312-TX.
+
1.2. SECURITY FIXES
-------------------
@@ -308,6 +311,9 @@ NICs including the following:
Silicon Integrated Systems SiS 900 and SiS 7016 PCI fast ethernet NICs
+National Semiconductor DP83815 fast ethernet NICs including the following:
+ NetGear FA312-TX
+
Sundance Technologies ST201 PCI fast ethernet NICs including
the following:
D-Link DFE-550TX
OpenPOWER on IntegriCloud