summaryrefslogtreecommitdiffstats
path: root/sys/dev/awi
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-10-19 05:25:29 +0000
committerimp <imp@FreeBSD.org>2006-10-19 05:25:29 +0000
commita3efeac38dd2bd09f867f5173471f98d1d001441 (patch)
treeaf6be519a56c977454589030c83e8418e958aefb /sys/dev/awi
parent1e39c3872630616ebdbe5220bc1831daffb93c2d (diff)
downloadFreeBSD-src-a3efeac38dd2bd09f867f5173471f98d1d001441.zip
FreeBSD-src-a3efeac38dd2bd09f867f5173471f98d1d001441.tar.gz
tweak comment
Diffstat (limited to 'sys/dev/awi')
-rw-r--r--sys/dev/awi/if_awi_pccard.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/awi/if_awi_pccard.c b/sys/dev/awi/if_awi_pccard.c
index 5f228b8..28c0e17 100644
--- a/sys/dev/awi/if_awi_pccard.c
+++ b/sys/dev/awi/if_awi_pccard.c
@@ -158,8 +158,9 @@ awi_pccard_attach(device_t dev)
#if 1
/*
* XXX: awi needs to access memory with 8bit,
- * but pccardd apparently maps memory with MDF_16BITS flag.
+ * but OLDCARD apparently maps memory with MDF_16BITS flag.
* So memory mapped access is disabled and use IO port instead.
+ * XXX: Should check to see if this is true of NEWCARD
*/
psc->sc_mem_res = 0;
#else
OpenPOWER on IntegriCloud