summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2000-10-03 18:30:15 +0000
committerwpaul <wpaul@FreeBSD.org>2000-10-03 18:30:15 +0000
commitc01b4ed351a49759406a619832ed6482bf9bc7a4 (patch)
tree9644f1730cacb8411f884275c71bc9deedc08286 /sys
parentc9ba51721d535762e8575c00ae2fa0ffe7d9d6c9 (diff)
downloadFreeBSD-src-c01b4ed351a49759406a619832ed6482bf9bc7a4.zip
FreeBSD-src-c01b4ed351a49759406a619832ed6482bf9bc7a4.tar.gz
Add the pcn device to NEWCARD and NOTES.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES5
-rw-r--r--sys/i386/conf/NEWCARD1
-rw-r--r--sys/i386/conf/NOTES5
3 files changed, 11 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 62673e5..e31b26b 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1550,6 +1550,10 @@ device miibus
# Olicom PCI token-ring adapters OC-3136, OC-3137, OC-3139, OC-3140,
# OC-3141, OC-3540, OC-3250
# rdp: RealTek RTL 8002-based pocket ethernet adapters
+# pcn: Support for PCI fast ethernet adapters based on the AMD Am79c97x
+# chipsets, including the PCnet/FAST, PCnet/FAST+, PCnet/PRO and
+# PCnet/Home. These were previously handled by the lnc driver (and
+# still will be if you leave this driver out of the kernel).
# rl: Support for PCI fast ethernet adapters based on the RealTek 8129/8139
# chipset. Note that the RealTek driver defaults to using programmed
# I/O to do register accesses because memory mapped mode seems to cause
@@ -1691,6 +1695,7 @@ hint.oltr.0.at="isa"
# PCI Ethernet NICs that use the common MII bus controller code.
device dc # DEC/Intel 21143 and various workalikes
device rl # RealTek 8129/8139
+device pcn # AMD Am79C79x PCI 10/100 NICs
device sf # Adaptec AIC-6915 (``Starfire'')
device sis # Silicon Integrated Systems SiS 900/SiS 7016
device ste # Sundance ST201 (D-Link DFE-550TX)
diff --git a/sys/i386/conf/NEWCARD b/sys/i386/conf/NEWCARD
index 4d47f8b..05f0ba2 100644
--- a/sys/i386/conf/NEWCARD
+++ b/sys/i386/conf/NEWCARD
@@ -174,6 +174,7 @@ device wx # Intel Gigabit Ethernet Card (``Wiseman'')
device miibus # MII bus support
device dc # DEC/Intel 21143 and various workalikes
device rl # RealTek 8129/8139
+device pcn # AMD Am79C79x PCI 10/100 NICs
device sf # Adaptec AIC-6915 (``Starfire'')
device sis # Silicon Integrated Systems SiS 900/SiS 7016
device ste # Sundance ST201 (D-Link DFE-550TX)
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 62673e5..e31b26b 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -1550,6 +1550,10 @@ device miibus
# Olicom PCI token-ring adapters OC-3136, OC-3137, OC-3139, OC-3140,
# OC-3141, OC-3540, OC-3250
# rdp: RealTek RTL 8002-based pocket ethernet adapters
+# pcn: Support for PCI fast ethernet adapters based on the AMD Am79c97x
+# chipsets, including the PCnet/FAST, PCnet/FAST+, PCnet/PRO and
+# PCnet/Home. These were previously handled by the lnc driver (and
+# still will be if you leave this driver out of the kernel).
# rl: Support for PCI fast ethernet adapters based on the RealTek 8129/8139
# chipset. Note that the RealTek driver defaults to using programmed
# I/O to do register accesses because memory mapped mode seems to cause
@@ -1691,6 +1695,7 @@ hint.oltr.0.at="isa"
# PCI Ethernet NICs that use the common MII bus controller code.
device dc # DEC/Intel 21143 and various workalikes
device rl # RealTek 8129/8139
+device pcn # AMD Am79C79x PCI 10/100 NICs
device sf # Adaptec AIC-6915 (``Starfire'')
device sis # Silicon Integrated Systems SiS 900/SiS 7016
device ste # Sundance ST201 (D-Link DFE-550TX)
OpenPOWER on IntegriCloud