From 0125236edcf618738711a3bd5ca89ca2d326a6df Mon Sep 17 00:00:00 2001 From: marius Date: Mon, 15 May 2006 20:07:24 +0000 Subject: 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. --- sys/pci/if_pcn.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/pci') 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 -- cgit v1.1