Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Fix typo; not PCIC_DEBUG but PCICDEBUG.
details: https://anonhg.NetBSD.org/src/rev/0e8585d04f99
branches: trunk
changeset: 481602:0e8585d04f99
user: enami <enami%NetBSD.org@localhost>
date: Wed Feb 02 14:23:48 2000 +0000
description:
Fix typo; not PCIC_DEBUG but PCICDEBUG.
diffstat:
sys/dev/ic/i82365.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r fbd808227c10 -r 0e8585d04f99 sys/dev/ic/i82365.c
--- a/sys/dev/ic/i82365.c Wed Feb 02 14:09:40 2000 +0000
+++ b/sys/dev/ic/i82365.c Wed Feb 02 14:23:48 2000 +0000
@@ -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 @@
{
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
Home |
Main Index |
Thread Index |
Old Index