summaryrefslogtreecommitdiffstats
path: root/sys/conf
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 /sys/conf
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 'sys/conf')
-rw-r--r--sys/conf/NOTES8
-rw-r--r--sys/conf/files1
2 files changed, 8 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index f27063d..78e1b78 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.487 1998/10/12 12:27:24 bde Exp $
+# $Id: LINT,v 1.488 1998/10/16 22:26:19 alex Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -1418,6 +1418,11 @@ options "EISA_SLOTS=12"
# The `fxp' device provides support for the Intel EtherExpress Pro/100B
# PCI Fast Ethernet adapters.
#
+# The 'rl' device provides support for PCI fast ethernet adapters based
+# on the RealTek 8129/8139 chipset. Note that the RealTek driver defaults
+# to useing programmed I/O to do register accesses because memory mapped
+# mode seems to cause severe lockups on SMP hardware.
+#
# The 'tl' device provides support for the Texas Instruments TNETE100
# series 'ThunderLAN' cards and integrated ethernet controllers. This
# includes several Compaq Netelligent 10/100 cards and the built-in
@@ -1478,6 +1483,7 @@ controller isp0
#!CAM# controller amd0
device de0
device fxp0
+device rl0
device tl0
device tx0
device vx0
diff --git a/sys/conf/files b/sys/conf/files
index 2890879..61e0650 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -517,6 +517,7 @@ pci/if_en_pci.c optional en device-driver
pci/if_fxp.c optional fxp device-driver
pci/if_lnc_p.c optional lnc device-driver
pci/if_fpa.c optional fpa device-driver
+pci/if_rl.c optional rl device-driver
pci/if_sr_p.c optional sr device-driver
pci/if_tl.c optional tl device-driver
pci/if_tx.c optional tx device-driver
OpenPOWER on IntegriCloud