summaryrefslogtreecommitdiffstats
path: root/sys/pci/pci.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/pci.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/pci.c')
-rw-r--r--sys/pci/pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/pci.c b/sys/pci/pci.c
index 6ef7163..8bbd36e 100644
--- a/sys/pci/pci.c
+++ b/sys/pci/pci.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pci.c,v 1.8 1994/10/25 23:09:08 se Exp $
+** $Id: pci.c,v 1.9 1994/11/02 23:47:13 se Exp $
**
** General subroutines for the PCI bus on 80*86 systems.
** pci_configure ()
@@ -63,7 +63,7 @@
#include <i386/isa/isa.h>
#include <i386/isa/isa_device.h>
#include <i386/isa/icu.h>
-#include <i386/pci/pcireg.h>
+#include <pci/pcireg.h>
#ifdef __FreeBSD2__
#include <sys/devconf.h>
OpenPOWER on IntegriCloud