summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-08-07 21:16:14 +0000
committerimp <imp@FreeBSD.org>2008-08-07 21:16:14 +0000
commit0e8ba10bf340cbdd053ff66525cf2981e0de7d50 (patch)
tree006e0f0671598bf6438020485429ec096d099b51
parente306c86e1b6376905ae8d21091509cbe1f61fba8 (diff)
downloadFreeBSD-src-0e8ba10bf340cbdd053ff66525cf2981e0de7d50.zip
FreeBSD-src-0e8ba10bf340cbdd053ff66525cf2981e0de7d50.tar.gz
Fix a small problem in the comment about departure from NetBSD.
Also, r181392 fixed a small problem with multifunction cards that would cause the card not to power down when the last driver detached from it.
-rw-r--r--sys/dev/pccard/pccard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pccard/pccard.c b/sys/dev/pccard/pccard.c
index 9aa3a0b..e6b896b 100644
--- a/sys/dev/pccard/pccard.c
+++ b/sys/dev/pccard/pccard.c
@@ -264,7 +264,7 @@ pccard_probe_and_attach_child(device_t dev, device_t child,
* FreeBSD, all that's done automatically in the typical lazy
* way we do device resoruce allocation (except we pick the
* cfe up front). This is the biggest depature from the
- * inherited NetBSD model.
+ * inherited NetBSD model, apart from the FreeBSD resource code.
*
* This seems to work well in practice for most cards.
* However, there are two cases that are problematic. If a
OpenPOWER on IntegriCloud