summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-02-06 12:14:30 +0000
committereivind <eivind@FreeBSD.org>1998-02-06 12:14:30 +0000
commit4547a09753662d6525ae498b0da796738fa1bb22 (patch)
tree41dc9b04c45389c79e84d3a141cbe7ea5344d493 /sys/pci
parent9416651e391c8c68c7e2245cd88c5133818f760f (diff)
downloadFreeBSD-src-4547a09753662d6525ae498b0da796738fa1bb22.zip
FreeBSD-src-4547a09753662d6525ae498b0da796738fa1bb22.tar.gz
Back out DIAGNOSTIC changes.
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/brooktree848.c1
-rw-r--r--sys/pci/ide_pci.c4
-rw-r--r--sys/pci/if_de.c3
3 files changed, 2 insertions, 6 deletions
diff --git a/sys/pci/brooktree848.c b/sys/pci/brooktree848.c
index 35857e6..7f9e838 100644
--- a/sys/pci/brooktree848.c
+++ b/sys/pci/brooktree848.c
@@ -218,7 +218,6 @@
#ifdef __FreeBSD__
#include "bktr.h"
-#include "opt_diagnostic.h"
#include "pci.h"
#endif /* __FreeBSD__ */
diff --git a/sys/pci/ide_pci.c b/sys/pci/ide_pci.c
index dfea124..19f27b0 100644
--- a/sys/pci/ide_pci.c
+++ b/sys/pci/ide_pci.c
@@ -26,7 +26,7 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ide_pci.c,v 1.7 1998/01/14 08:13:32 kato Exp $
+ * $Id: ide_pci.c,v 1.8 1998/02/04 22:33:21 eivind Exp $
*/
#include "pci.h"
@@ -36,8 +36,6 @@
#if NWDC > 0
-#include "opt_diagnostic.h"
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/buf.h>
diff --git a/sys/pci/if_de.c b/sys/pci/if_de.c
index c9dbc18..c01f608 100644
--- a/sys/pci/if_de.c
+++ b/sys/pci/if_de.c
@@ -1,5 +1,5 @@
/* $NetBSD: if_de.c,v 1.56 1997/10/20 14:32:46 matt Exp $ */
-/* $Id: if_de.c,v 1.77 1998/01/08 23:42:24 eivind Exp $ */
+/* $Id: if_de.c,v 1.78 1998/02/04 22:33:24 eivind Exp $ */
/*-
* Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com)
@@ -39,7 +39,6 @@
*/
#define TULIP_HDR_DATA
-#include "opt_diagnostic.h"
#include "opt_inet.h"
#include "opt_ipx.h"
OpenPOWER on IntegriCloud