aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2000-07-04 01:06:42 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2000-07-04 01:06:42 +0000
commitc464389f4b9682916ad2a6181137f6832371db44 (patch)
treeca537d9fb2e2affba6136df0dd9479fb46fc3db2 /sys/dev
parent8bdda719aef58806cce3e49f378df31de27aeb53 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/isp/ispvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/ispvar.h b/sys/dev/isp/ispvar.h
index 348fd3671939a..763f01e196f8e 100644
--- a/sys/dev/isp/ispvar.h
+++ b/sys/dev/isp/ispvar.h
@@ -320,7 +320,7 @@ struct ispsoftc {
isp_touched : 1, /* board ever seen? */
isp_fast_mttr : 1, /* fast sram */
isp_bustype : 1, /* SBus or PCI */
- isp_dogactive : 1, /* watchdog running */
+ : 1,
isp_dblev : 8, /* debug level */
isp_clock : 8, /* input clock */
isp_confopts : 8; /* config options */