aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/si
diff options
context:
space:
mode:
authorDmitrij Tejblum <dt@FreeBSD.org>1999-04-28 10:54:24 +0000
committerDmitrij Tejblum <dt@FreeBSD.org>1999-04-28 10:54:24 +0000
commit604359cf9b9199b99d370d1e374e286c20406bfc (patch)
treee5288f14008fd205055d3cd2af3e04d6242ae260 /sys/dev/si
parent78e2e8ea352da2ef808bd8af1f04fb1c7f7e1225 (diff)
Notes
Diffstat (limited to 'sys/dev/si')
-rw-r--r--sys/dev/si/si.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c
index 670ef144dcec..add5a0bfa557 100644
--- a/sys/dev/si/si.c
+++ b/sys/dev/si/si.c
@@ -30,7 +30,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
* NO EVENT SHALL THE AUTHORS BE LIABLE.
*
- * $Id: si.c,v 1.80 1999/04/24 20:17:03 peter Exp $
+ * $Id: si.c,v 1.81 1999/04/27 11:15:14 phk Exp $
*/
#ifndef lint
@@ -2812,7 +2812,7 @@ si_modulename(host_type, uart_type)
return("");
}
-static si_devsw_installed = 0;
+static int si_devsw_installed;
static void
si_drvinit(void *unused)