From 740a4e7eaca99385ceeb6c134de01fea615c5b91 Mon Sep 17 00:00:00 2001 From: mickey Date: Tue, 17 Sep 1996 15:55:42 +0000 Subject: [PATCH] support boot. --- sys/dev/isa/wdreg.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/dev/isa/wdreg.h b/sys/dev/isa/wdreg.h index 2df0bd03a27..4b23e2041ea 100644 --- a/sys/dev/isa/wdreg.h +++ b/sys/dev/isa/wdreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: wdreg.h,v 1.4 1996/09/09 06:17:29 downsj Exp $ */ +/* $OpenBSD: wdreg.h,v 1.5 1996/09/17 15:55:42 mickey Exp $ */ /* $NetBSD: wdreg.h,v 1.13 1995/03/29 21:56:46 briggs Exp $ */ /*- @@ -144,7 +144,7 @@ #define PHASE_ABORTED 0 -#ifdef _KERNEL +#if defined(_KERNEL) && !defined(_LOCORE) /* * read parameters command returns this: */ @@ -183,4 +183,4 @@ struct wdparams { char wdp_vendor5[1]; char wdp_dmatiming; /* DMA timing mode */ }; -#endif /* _KERNEL */ +#endif /* _KERNEL && !_LOCORE*/ -- 2.20.1