Module Name:    src
Committed By:   chs
Date:           Sun Sep  8 14:27:39 UTC 2013

Modified Files:
        src/sys/dev/ic: smc91cxx.c

Log Message:
revert making smc91cxx_idstrs static, it's referenced from
sys/dev/isa/if_sm_isa.c


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/sys/dev/ic/smc91cxx.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/ic/smc91cxx.c
diff -u src/sys/dev/ic/smc91cxx.c:1.85 src/sys/dev/ic/smc91cxx.c:1.86
--- src/sys/dev/ic/smc91cxx.c:1.85	Sat Sep  7 18:55:29 2013
+++ src/sys/dev/ic/smc91cxx.c	Sun Sep  8 14:27:39 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: smc91cxx.c,v 1.85 2013/09/07 18:55:29 chs Exp $	*/
+/*	$NetBSD: smc91cxx.c,v 1.86 2013/09/08 14:27:39 chs Exp $	*/
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -71,7 +71,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: smc91cxx.c,v 1.85 2013/09/07 18:55:29 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: smc91cxx.c,v 1.86 2013/09/08 14:27:39 chs Exp $");
 
 #include "opt_inet.h"
 
@@ -126,7 +126,7 @@ __KERNEL_RCSID(0, "$NetBSD: smc91cxx.c,v
 /* XXX Hardware padding doesn't work yet(?) */
 #define	SMC91CXX_SW_PAD
 
-static const char *smc91cxx_idstrs[] = {
+const char *smc91cxx_idstrs[] = {
 	NULL,				/* 0 */
 	NULL,				/* 1 */
 	NULL,				/* 2 */

Reply via email to