#include "pci.h" for the build dir, not <pci.h>
This commit is contained in:
parent
6456363de3
commit
479919ff8b
@ -1,5 +1,5 @@
|
||||
/* $NetBSD: if_de.c,v 1.82 1999/02/28 17:08:51 explorer Exp $ */
|
||||
/* $Id: if_de.c,v 1.104 1999/05/03 09:36:29 dfr Exp $ */
|
||||
/* $Id: if_de.c,v 1.105 1999/05/09 17:06:49 peter Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com)
|
||||
@ -118,7 +118,7 @@
|
||||
#if defined(__FreeBSD__)
|
||||
#include <net/if_var.h>
|
||||
#include <vm/pmap.h>
|
||||
#include <pci.h>
|
||||
#include "pci.h"
|
||||
#if NPCI > 0
|
||||
#include <pci/pcivar.h>
|
||||
#include <pci/dc21040reg.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* $NetBSD: if_de.c,v 1.82 1999/02/28 17:08:51 explorer Exp $ */
|
||||
/* $Id: if_de.c,v 1.104 1999/05/03 09:36:29 dfr Exp $ */
|
||||
/* $Id: if_de.c,v 1.105 1999/05/09 17:06:49 peter Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com)
|
||||
@ -118,7 +118,7 @@
|
||||
#if defined(__FreeBSD__)
|
||||
#include <net/if_var.h>
|
||||
#include <vm/pmap.h>
|
||||
#include <pci.h>
|
||||
#include "pci.h"
|
||||
#if NPCI > 0
|
||||
#include <pci/pcivar.h>
|
||||
#include <pci/dc21040reg.h>
|
||||
|
Loading…
Reference in New Issue
Block a user