summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorVincent Labrecque <vincent@cvs.openbsd.org>2002-03-22 00:04:30 +0000
committerVincent Labrecque <vincent@cvs.openbsd.org>2002-03-22 00:04:30 +0000
commit0e0d78b87e87589a09195fcc4084b35903902b51 (patch)
tree4d724189712e2226be2533a0d1166910ab052528 /sys/dev/ic
parent45bead184647b2797ef7cba3772909fb63da3745 (diff)
make idstrs[] even if SMC_DEBUG is not defined, so the sm(4) drivers
compile. ok fgsch
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/smc91cxx.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/smc91cxx.c b/sys/dev/ic/smc91cxx.c
index cd164a12be8..ae53ffbd0d3 100644
--- a/sys/dev/ic/smc91cxx.c
+++ b/sys/dev/ic/smc91cxx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: smc91cxx.c,v 1.14 2002/03/14 01:26:55 millert Exp $ */
+/* $OpenBSD: smc91cxx.c,v 1.15 2002/03/22 00:04:29 vincent Exp $ */
/* $NetBSD: smc91cxx.c,v 1.11 1998/08/08 23:51:41 mycroft Exp $ */
/*-
@@ -132,7 +132,6 @@
/* XXX Hardware padding doesn't work yet(?) */
#define SMC91CXX_SW_PAD
-#ifdef SMC_DEBUG
const char *smc91cxx_idstrs[] = {
NULL, /* 0 */
NULL, /* 1 */
@@ -151,7 +150,6 @@ const char *smc91cxx_idstrs[] = {
NULL, /* 14 */
NULL, /* 15 */
};
-#endif
/* Supported media types. */
const int smc91cxx_media[] = {