summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2000-07-04 01:06:42 +0000
committermjacob <mjacob@FreeBSD.org>2000-07-04 01:06:42 +0000
commitfb6b05afaa7ad88e14bc7365017397c514273070 (patch)
tree617439137402276c465505ebabdca693e9413e9f /sys/dev/isp
parent8df34aede70d6e6cc5c47299c8c57f92366771e3 (diff)
downloadFreeBSD-src-fb6b05afaa7ad88e14bc7365017397c514273070.zip
FreeBSD-src-fb6b05afaa7ad88e14bc7365017397c514273070.tar.gz
Remove obsolete isp_dogactive tag.
Diffstat (limited to 'sys/dev/isp')
-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 348fd36..763f01e 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 */
OpenPOWER on IntegriCloud