diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1998-02-04 22:34:03 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1998-02-04 22:34:03 +0000 |
| commit | 47cfdb166d16af183216e459e4e48aff9d2beabf (patch) | |
| tree | 93aceb4227ab2f9f24d54737e22b76e485ae9796 /sys/pci | |
| parent | 4f36d4ac99675f748f0e5b7ca061c49573d3ecbd (diff) | |
Notes
Diffstat (limited to 'sys/pci')
| -rw-r--r-- | sys/pci/brooktree848.c | 1 | ||||
| -rw-r--r-- | sys/pci/ide_pci.c | 4 | ||||
| -rw-r--r-- | sys/pci/if_de.c | 3 |
3 files changed, 6 insertions, 2 deletions
diff --git a/sys/pci/brooktree848.c b/sys/pci/brooktree848.c index 7f9e8385066d..35857e6cd8c1 100644 --- a/sys/pci/brooktree848.c +++ b/sys/pci/brooktree848.c @@ -218,6 +218,7 @@ #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 92003e221bd3..dfea12458eed 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.6 1997/12/19 02:25:51 dyson Exp $ + * $Id: ide_pci.c,v 1.7 1998/01/14 08:13:32 kato Exp $ */ #include "pci.h" @@ -36,6 +36,8 @@ #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 a822ea4946c2..c9dbc182c51a 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.76 1997/12/15 20:31:25 eivind Exp $ */ +/* $Id: if_de.c,v 1.77 1998/01/08 23:42:24 eivind Exp $ */ /*- * Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com) @@ -39,6 +39,7 @@ */ #define TULIP_HDR_DATA +#include "opt_diagnostic.h" #include "opt_inet.h" #include "opt_ipx.h" |
