summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1998-10-18 16:24:34 +0000
committerwpaul <wpaul@FreeBSD.org>1998-10-18 16:24:34 +0000
commitdd72da46f86b4001c9a2c8ada8a3134c61d1119c (patch)
tree745c3b6ffa27ecad97de1a3967c41f85da8aa8a8 /release
parent4bd11d7633538e1a03df5a1d100bd7ff3263b3ad (diff)
downloadFreeBSD-src-dd72da46f86b4001c9a2c8ada8a3134c61d1119c.zip
FreeBSD-src-dd72da46f86b4001c9a2c8ada8a3134c61d1119c.tar.gz
Add driver support for PCI fast ethernet adapters based on the
RealTek 8129/8139 chipset like I've been threatening. Update kernel configs, userconfig.c, relnotes and sysinstall. No man page yet; comming soon. I consider this driver stable enough that I want to give it some exposure in -current.
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/devices.c3
-rw-r--r--release/sysinstall/help/hardware.hlp1
-rw-r--r--release/sysinstall/help/relnotes.hlp9
3 files changed, 12 insertions, 1 deletions
diff --git a/release/sysinstall/devices.c b/release/sysinstall/devices.c
index d687a20..0067631 100644
--- a/release/sysinstall/devices.c
+++ b/release/sysinstall/devices.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: devices.c,v 1.83 1998/09/26 17:05:08 jkh Exp $
+ * $Id: devices.c,v 1.84 1998/09/30 01:46:27 danny Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -93,6 +93,7 @@ static struct _devname {
{ DEVICE_TYPE_NETWORK, "ix", "Intel Etherexpress ethernet card" },
{ DEVICE_TYPE_NETWORK, "le", "DEC EtherWorks 2 or 3 ethernet card" },
{ DEVICE_TYPE_NETWORK, "lnc", "Lance/PCnet (Isolan/Novell NE2100/NE32-VL) ethernet" },
+ { DEVICE_TYPE_NETWORK, "rl", "RealTek 8129/8139 PCI ethernet card" },
{ DEVICE_TYPE_NETWORK, "tx", "SMC 9432TX ethernet card" },
{ DEVICE_TYPE_NETWORK, "tl", "Texas Instruments ThunderLAN PCI ethernet card" },
{ DEVICE_TYPE_NETWORK, "vx", "3COM 3c590 / 3c595 ethernet card" },
diff --git a/release/sysinstall/help/hardware.hlp b/release/sysinstall/help/hardware.hlp
index 690a5f1..4916da2 100644
--- a/release/sysinstall/help/hardware.hlp
+++ b/release/sysinstall/help/hardware.hlp
@@ -97,6 +97,7 @@ ex0 dyn dyn dyn n/a Intel EtherExpress Pro/10 cards
fe0 300 dyn n/a n/a Allied-Telesis AT1700, RE2000 and
Fujitsu FMV-180 series cards.
fxp0 dyn dyn n/a dyn Intel EtherExpress Pro/100B
+rl0 dyn dyn n/a dyn RealTek 8129/8139 fast ethernet
tl0 dyn dyn n/a dyn TI TNET100 'ThunderLAN' cards.
ie0 300 10 dyn d0000 AT&T StarLAN 10 and EN100;
3Com 3C507; NI5210
diff --git a/release/sysinstall/help/relnotes.hlp b/release/sysinstall/help/relnotes.hlp
index cc8ebcf..6d3eae3 100644
--- a/release/sysinstall/help/relnotes.hlp
+++ b/release/sysinstall/help/relnotes.hlp
@@ -508,6 +508,15 @@ SMC Elite 16 WD8013 ethernet interface, and most other WD8003E,
WD8003EBT, WD8003W, WD8013W, WD8003S, WD8003SBT and WD8013EBT
based clones. SMC Elite Ultra. SMC Etherpower II.
+RealTek 8129/8139 fast ethernet NICs including the following:
+ Allied Telesyn AT2550
+ Genius GF100TXR (RTL8139)
+ NDC Communications NE100TX-E
+ OvisLink LEF-8129TX
+ OvisLink LEF-8139TX
+ Netronix Inc. EA-1210 NetEther 10/100
+ KTX-9130TX 10/100 Fast Ethernet
+
Texas Instruments ThunderLAN PCI NICs, including the following:
Compaq Netelligent 10, 10/100, 10/100 Proliant, 10/100 Dual-Port
Compaq Netelligent 10/100 TX Embedded UTP, 10 T PCI UTP/Coax, 10/100 TX UTP
OpenPOWER on IntegriCloud