summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-02-04 22:34:03 +0000
committereivind <eivind@FreeBSD.org>1998-02-04 22:34:03 +0000
commitc552a9a1c3362d37fc1aaf3a9ba4231225b1f13a (patch)
tree200c40866975fee9f98d04db8b6280f94e67540e /sys/i386/isa
parent856becd843ef5a7a14eeb66b3159728409ccdbfc (diff)
downloadFreeBSD-src-c552a9a1c3362d37fc1aaf3a9ba4231225b1f13a.zip
FreeBSD-src-c552a9a1c3362d37fc1aaf3a9ba4231225b1f13a.tar.gz
Turn DIAGNOSTIC into a new-style option.
Diffstat (limited to 'sys/i386/isa')
-rw-r--r--sys/i386/isa/aha1542.c3
-rw-r--r--sys/i386/isa/if_ed.c3
-rw-r--r--sys/i386/isa/if_ep.c3
-rw-r--r--sys/i386/isa/if_lnc.c1
-rw-r--r--sys/i386/isa/isa.c4
-rw-r--r--sys/i386/isa/pcvt/pcvt_sup.c2
6 files changed, 12 insertions, 4 deletions
diff --git a/sys/i386/isa/aha1542.c b/sys/i386/isa/aha1542.c
index 5c9b64b..f818aad 100644
--- a/sys/i386/isa/aha1542.c
+++ b/sys/i386/isa/aha1542.c
@@ -12,7 +12,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
- * $Id: aha1542.c,v 1.71 1997/09/21 21:40:49 gibbs Exp $
+ * $Id: aha1542.c,v 1.72 1997/11/18 10:56:41 bde Exp $
*/
/*
@@ -20,6 +20,7 @@
*/
#include "aha.h"
+#include "opt_diagnostic.h"
#include <sys/param.h>
#include <sys/buf.h>
diff --git a/sys/i386/isa/if_ed.c b/sys/i386/isa/if_ed.c
index 3f72f96..ad23ffd 100644
--- a/sys/i386/isa/if_ed.c
+++ b/sys/i386/isa/if_ed.c
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_ed.c,v 1.129 1997/11/20 15:48:27 nate Exp $
+ * $Id: if_ed.c,v 1.130 1998/01/08 23:40:45 eivind Exp $
*/
/*
@@ -39,6 +39,7 @@
#include "ed.h"
#include "bpfilter.h"
+#include "opt_diagnostic.h"
#include "opt_inet.h"
#include <sys/param.h>
diff --git a/sys/i386/isa/if_ep.c b/sys/i386/isa/if_ep.c
index b4945e0..81d5a60 100644
--- a/sys/i386/isa/if_ep.c
+++ b/sys/i386/isa/if_ep.c
@@ -38,7 +38,7 @@
*/
/*
- * $Id: if_ep.c,v 1.69 1997/12/15 20:30:43 eivind Exp $
+ * $Id: if_ep.c,v 1.70 1998/01/08 23:40:50 eivind Exp $
*
* Promiscuous mode added and interrupt logic slightly changed
* to reduce the number of adapter failures. Transceiver select
@@ -60,6 +60,7 @@
#if NEP > 0
#include "bpfilter.h"
+#include "opt_diagnostic.h"
#include "opt_inet.h"
#include "opt_ipx.h"
diff --git a/sys/i386/isa/if_lnc.c b/sys/i386/isa/if_lnc.c
index 71d9934..4c3e1c8 100644
--- a/sys/i386/isa/if_lnc.c
+++ b/sys/i386/isa/if_lnc.c
@@ -65,6 +65,7 @@
#if NLNC > 0
#include "bpfilter.h"
+#include "opt_diagnostic.h"
#include "opt_inet.h"
/* Some defines that should really be in generic locations */
diff --git a/sys/i386/isa/isa.c b/sys/i386/isa/isa.c
index 3f9440d..f9a63bf 100644
--- a/sys/i386/isa/isa.c
+++ b/sys/i386/isa/isa.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa.c 7.2 (Berkeley) 5/13/91
- * $Id: isa.c,v 1.108 1997/11/30 09:44:28 jmg Exp $
+ * $Id: isa.c,v 1.109 1998/01/31 03:29:00 eivind Exp $
*/
/*
@@ -47,6 +47,8 @@
* isa_dmastart()
*/
+#include "opt_diagnostic.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/buf.h>
diff --git a/sys/i386/isa/pcvt/pcvt_sup.c b/sys/i386/isa/pcvt/pcvt_sup.c
index d34c01b..5a551cf 100644
--- a/sys/i386/isa/pcvt/pcvt_sup.c
+++ b/sys/i386/isa/pcvt/pcvt_sup.c
@@ -64,6 +64,8 @@
#include "vt.h"
#if NVT > 0
+#include "opt_diagnostic.h"
+
#include <i386/isa/pcvt/pcvt_hdr.h> /* global include */
static void vid_cursor ( struct cursorshape *data );
OpenPOWER on IntegriCloud