summaryrefslogtreecommitdiff
path: root/sys/gnu
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/gnu
parent78e2e8ea352da2ef808bd8af1f04fb1c7f7e1225 (diff)
Notes
Diffstat (limited to 'sys/gnu')
-rw-r--r--sys/gnu/i386/isa/dgb.c4
-rw-r--r--sys/gnu/i386/isa/dgm.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/gnu/i386/isa/dgb.c b/sys/gnu/i386/isa/dgb.c
index c640622712b5..7da59b06b99c 100644
--- a/sys/gnu/i386/isa/dgb.c
+++ b/sys/gnu/i386/isa/dgb.c
@@ -1,5 +1,5 @@
/*-
- * dgb.c $Id: dgb.c,v 1.44 1999/04/22 15:19:37 davidn Exp $
+ * dgb.c $Id: dgb.c,v 1.45 1999/04/27 11:14:22 phk Exp $
*
* Digiboard driver.
*
@@ -2289,7 +2289,7 @@ disc_optim(tp, t)
}
-static dgb_devsw_installed = 0;
+static int dgb_devsw_installed;
static void
dgb_drvinit(void *unused)
diff --git a/sys/gnu/i386/isa/dgm.c b/sys/gnu/i386/isa/dgm.c
index 97ff12f95748..f4243bdfbe90 100644
--- a/sys/gnu/i386/isa/dgm.c
+++ b/sys/gnu/i386/isa/dgm.c
@@ -1,5 +1,5 @@
/*-
- * $Id: dgm.c,v 1.8 1999/04/11 03:47:24 eivind Exp $
+ * $Id: dgm.c,v 1.9 1999/04/27 11:14:24 phk Exp $
*
* This driver and the associated header files support the ISA PC/Xem
* Digiboards. Its evolutionary roots are described below.
@@ -2089,7 +2089,7 @@ disc_optim(tp, t)
}
-static dgm_devsw_installed = 0;
+static int dgm_devsw_installed;
static void
dgm_drvinit(void *unused)