summaryrefslogtreecommitdiffstats
path: root/sys/pci/pcisupport.c
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/pci/pcisupport.c
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/pci/pcisupport.c')
-rw-r--r--sys/pci/pcisupport.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c
index 21a25a5..1669465 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcisupport.c,v 1.5 1994/10/25 18:45:19 se Exp $
+** $Id: pcisupport.c,v 1.6 1994/12/22 21:20:39 se Exp $
**
** Device driver for INTEL PCI chipsets.
**
@@ -51,7 +51,7 @@
#include <sys/types.h>
-#include <i386/pci/pcireg.h>
+#include <pci/pcireg.h>
extern void printf();
OpenPOWER on IntegriCloud