From 0e0d78b87e87589a09195fcc4084b35903902b51 Mon Sep 17 00:00:00 2001 From: Vincent Labrecque Date: Fri, 22 Mar 2002 00:04:30 +0000 Subject: make idstrs[] even if SMC_DEBUG is not defined, so the sm(4) drivers compile. ok fgsch --- sys/dev/ic/smc91cxx.c | 4 +--- 1 file changed, 1 insertion(+), 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[] = { -- cgit v1.2.3