summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2006-05-15 20:07:24 +0000
committermarius <marius@FreeBSD.org>2006-05-15 20:07:24 +0000
commit0125236edcf618738711a3bd5ca89ca2d326a6df (patch)
tree9146f332627116581052ab930e7bb18557d397f9 /sys/pci
parent7af26905ce03627d80d6ac9ec624c38b96a4851f (diff)
downloadFreeBSD-src-0125236edcf618738711a3bd5ca89ca2d326a6df.zip
FreeBSD-src-0125236edcf618738711a3bd5ca89ca2d326a6df.tar.gz
Replace references to lnc(4) with references to le(4) (so far the notes
still apply to le(4)) now that lnc(4) is removed and le(4) is going to replace it.
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/if_pcn.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/pci/if_pcn.c b/sys/pci/if_pcn.c
index 3e3a47c..b35b32c 100644
--- a/sys/pci/if_pcn.c
+++ b/sys/pci/if_pcn.c
@@ -419,14 +419,14 @@ pcn_chip_id (device_t dev)
sc = device_get_softc(dev);
/*
* Note: we can *NOT* put the chip into
- * 32-bit mode yet. The lnc driver will only
+ * 32-bit mode yet. The le(4) driver will only
* work in 16-bit mode, and once the chip
* goes into 32-bit mode, the only way to
* get it out again is with a hardware reset.
* So if pcn_probe() is called before the
- * lnc driver's probe routine, the chip will
- * be locked into 32-bit operation and the lnc
- * driver will be unable to attach to it.
+ * le(4) driver's probe routine, the chip will
+ * be locked into 32-bit operation and the
+ * le(4) driver will be unable to attach to it.
* Note II: if the chip happens to already
* be in 32-bit mode, we still need to check
* the chip ID, but first we have to detect
OpenPOWER on IntegriCloud