=================================================================== RCS file: /cvs/sys/dev/pcmcia/pcmcia_cis.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sys/dev/pcmcia/pcmcia_cis.c 2008/03/04 16:14:07 1.1 +++ sys/dev/pcmcia/pcmcia_cis.c 2008/05/11 10:26:13 1.2 @@ -1,4 +1,4 @@ -/* $OpenBSD: pcmcia_cis.c,v 1.1 2008/03/04 16:14:07 nbrk Exp $ */ +/* $OpenBSD: pcmcia_cis.c,v 1.2 2008/05/11 09:26:13 nbrk Exp $ */ /* $NetBSD: pcmcia_cis.c,v 1.9 1998/08/22 23:41:48 msaitoh Exp $ */ /* @@ -40,7 +40,7 @@ #include #include -#ifdef PCMCIACISDEBUG +#if (defined PCMCIACISDEBUG) || (defined PCMCIADEBUG) #define DPRINTF(arg) printf arg #else #define DPRINTF(arg)