From: mickey Date: Tue, 17 Sep 1996 15:55:42 +0000 (+0000) Subject: support boot. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=740a4e7eaca99385ceeb6c134de01fea615c5b91;p=openbsd support boot. --- 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*/