From 0cf11d1db4f6418b4f5a4f3bfd362ebe90f3a01c Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 17 Oct 2005 08:20:44 +0000 Subject: Minor commentary correction --- sys/dev/exca/exca.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/dev/exca/exca.c b/sys/dev/exca/exca.c index 100812a1cd1d7..dc59c2329bcf6 100644 --- a/sys/dev/exca/exca.c +++ b/sys/dev/exca/exca.c @@ -368,9 +368,9 @@ exca_mem_unmap_res(struct exca_softc *sc, struct resource *res) /* * Set the offset of the memory. We use this for reading the CIS and - * frobbing the pccard's pccard registers (POR, etc). Some drivers - * need to access this functionality as well, since they have receive - * buffers defined in the attribute memory. + * frobbing the pccard's pccard registers (CCR, etc). Some drivers + * need to access arbitrary attribute and common memory during their + * initialization and operation. */ int exca_mem_set_offset(struct exca_softc *sc, struct resource *res, -- cgit v1.3