summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2001-12-24 09:41:34 +0000
committerchristos <christos@NetBSD.org>2001-12-24 09:41:34 +0000
commitd3d8a33acf8936f5ea2b7bfb5e314ff58579490c (patch)
treeb9500ff78a346eadedecefd2a5f274da5d7a471e /sys/dev/pci
parentd0b18148da9a8c2d50d0a17a7e9ff68cb73c31e7 (diff)
change if defined foo to ifdef foo and change a c++ comment into a c comment.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pccbb.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/pccbb.c b/sys/dev/pci/pccbb.c
index c7ca11e351b..5faffd81eac 100644
--- a/sys/dev/pci/pccbb.c
+++ b/sys/dev/pci/pccbb.c
@@ -1,4 +1,4 @@
-/* $NetBSD: pccbb.c,v 1.72 2001/11/15 09:48:12 lukem Exp $ */
+/* $NetBSD: pccbb.c,v 1.73 2001/12/24 09:41:34 christos Exp $ */
/*
* Copyright (c) 1998, 1999 and 2000
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pccbb.c,v 1.72 2001/11/15 09:48:12 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pccbb.c,v 1.73 2001/12/24 09:41:34 christos Exp $");
/*
#define CBB_DEBUG
@@ -85,7 +85,7 @@ struct cfdriver cbb_cd = {
};
#endif
-#if defined CBB_DEBUG
+#ifdef CBB_DEBUG
#define DPRINTF(x) printf x
#define STATIC
#else
@@ -2855,7 +2855,7 @@ pccbb_pcmcia_poll(arg)
{
if ((*poll->func) (poll->arg) > 0) {
++poll->count;
-// printf("intr: reported from poller, 0x%x\n", spsr);
+/* printf("intr: reported from poller, 0x%x\n", spsr); */
#if defined LEVEL2
} else {
printf("intr: miss! 0x%x\n", spsr);