diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-10-17 08:20:44 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-10-17 08:20:44 +0000 |
| commit | 0cf11d1db4f6418b4f5a4f3bfd362ebe90f3a01c (patch) | |
| tree | 958dfba4d44df9e3229f5172105cd160be22d809 /sys/dev/exca | |
| parent | 34d990f73c93a9d758f0f57910dd97fc6413830e (diff) | |
Notes
Diffstat (limited to 'sys/dev/exca')
| -rw-r--r-- | sys/dev/exca/exca.c | 6 |
1 files 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, |
