From eac85b1fe355e7596abc700c2478e6350cea388e Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 19 Oct 2006 05:25:29 +0000 Subject: [PATCH] tweak comment --- sys/dev/awi/if_awi_pccard.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/dev/awi/if_awi_pccard.c b/sys/dev/awi/if_awi_pccard.c index 5f228b8f8fc..28c0e17d852 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