From 0fd7564e4f2ea1e75f45cb8e2b23211874800a02 Mon Sep 17 00:00:00 2001 From: Marius Strobl Date: Mon, 15 May 2006 20:03:10 +0000 Subject: [PATCH] Update the description of pcn(4) from pcn(4) vs. lnc(4) to pcn(4) vs. le(4) now that lnc(4) is removed and le(4) is going to replace it. --- sys/conf/NOTES | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index d2590132875..ffe7bf49a1e 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1746,9 +1746,11 @@ device miibus # GigaNIX 1000TA and 1000TPC, the Addtron AEG320T, the Surecom # EP-320G-TX and the Netgear GA622T. # 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). +# PCnet-FAST, PCnet-FAST+, PCnet-FAST III, PCnet-PRO and PCnet-Home +# chipsets. These can also be handled by the le(4) driver if the +# pcn(4) driver is left out of the kernel. The le(4) driver does not +# support the additional features like the MII bus and burst mode of +# the PCnet-FAST and greater chipsets though. # 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