From f7096eef977889baa3a0768a731751bdd8985619 Mon Sep 17 00:00:00 2001 From: enami Date: Wed, 2 Feb 2000 14:23:48 +0000 Subject: [PATCH] Fix typo; not PCIC_DEBUG but PCICDEBUG. --- sys/dev/ic/i82365.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/ic/i82365.c b/sys/dev/ic/i82365.c index 47fa92b3454e..b8222d755e20 100644 --- a/sys/dev/ic/i82365.c +++ b/sys/dev/ic/i82365.c @@ -1,4 +1,4 @@ -/* $NetBSD: i82365.c,v 1.36 2000/02/02 10:31:45 enami Exp $ */ +/* $NetBSD: i82365.c,v 1.37 2000/02/02 14:23:48 enami Exp $ */ #define PCICDEBUG @@ -1343,7 +1343,7 @@ pcic_chip_socket_enable(pch) { struct pcic_handle *h = (struct pcic_handle *) pch; int cardtype, win, intr; -#if defined(DIAGNOSTIC) || defined(PCIC_DEBUG) +#if defined(DIAGNOSTIC) || defined(PCICDEBUG) int reg; #endif