summaryrefslogtreecommitdiffstats
path: root/sys/dev/de
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-02-02 12:36:19 +0000
committerdg <dg@FreeBSD.org>1995-02-02 12:36:19 +0000
commit1cfe037240f2abfa76630cc9c1f42f78096862df (patch)
tree44621f1871e607d286d50d457b4af2641326e080 /sys/dev/de
parenteaa3507b902de32fc3cb24a1ec17d61e6d762a40 (diff)
downloadFreeBSD-src-1cfe037240f2abfa76630cc9c1f42f78096862df.zip
FreeBSD-src-1cfe037240f2abfa76630cc9c1f42f78096862df.tar.gz
Fixed up include paths after copying these in the repository.
Diffstat (limited to 'sys/dev/de')
-rw-r--r--sys/dev/de/if_de.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/de/if_de.c b/sys/dev/de/if_de.c
index 0c0ac6b..7884027 100644
--- a/sys/dev/de/if_de.c
+++ b/sys/dev/de/if_de.c
@@ -21,7 +21,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: if_de.c,v 1.12 1994/12/22 21:56:19 wollman Exp $
+ * $Id: if_de.c,v 1.13 1994/12/22 23:42:25 davidg Exp $
*
*/
@@ -78,10 +78,10 @@
#include <pci.h>
#if NPCI > 0
-#include <i386/pci/pcireg.h>
+#include <pci/pcireg.h>
#endif
#include <i386/isa/icu.h>
-#include <i386/pci/dc21040.h>
+#include <pci/dc21040.h>
/*
* This module supports the DEC DC21040 PCI Ethernet Controller.
OpenPOWER on IntegriCloud