summaryrefslogtreecommitdiffstats
path: root/sys/dev/snc
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-01-20 20:32:56 +0000
committerimp <imp@FreeBSD.org>2005-01-20 20:32:56 +0000
commit44b6e13e1aa8b9ea5580ebd1f791853ab344ed70 (patch)
treef74c3d66411b5c676c2581f03895ddfff8d2b1c0 /sys/dev/snc
parent32ae3855b3996bf8e6de71a042760207841f95f0 (diff)
downloadFreeBSD-src-44b6e13e1aa8b9ea5580ebd1f791853ab344ed70.zip
FreeBSD-src-44b6e13e1aa8b9ea5580ebd1f791853ab344ed70.tar.gz
Remove now-stale comment
Diffstat (limited to 'sys/dev/snc')
-rw-r--r--sys/dev/snc/if_snc_pccard.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/sys/dev/snc/if_snc_pccard.c b/sys/dev/snc/if_snc_pccard.c
index c22fa75..d48cf30 100644
--- a/sys/dev/snc/if_snc_pccard.c
+++ b/sys/dev/snc/if_snc_pccard.c
@@ -82,13 +82,7 @@ DRIVER_MODULE(snc, pccard, snc_pccard_driver, snc_devclass, 0, 0);
MODULE_DEPEND(snc, ether, 1, 1, 1);
/*
- * snc_pccard_detach - unload the driver and clear the table.
- * XXX TODO:
- * This is usually called when the card is ejected, but
- * can be caused by a modunload of a controller driver.
- * The idea is to reset the driver's view of the device
- * and ensure that any driver entry points such as
- * read and write do not hang.
+ * snc_pccard_detach - detach this instance from the device.
*/
static int
snc_pccard_detach(device_t dev)
@@ -110,9 +104,7 @@ snc_pccard_detach(device_t dev)
}
/*
- * Probe framework for pccards. Replicates the standard framework,
- * minus the pccard driver registration and ignores the ether address
- * supplied (from the CIS), relying on the probe to find it instead.
+ * Probe the pccard.
*/
static int
snc_pccard_probe(device_t dev)
OpenPOWER on IntegriCloud