summaryrefslogtreecommitdiffstats
path: root/sys/dev/ar/if_ar_pci.c
diff options
context:
space:
mode:
authorjhay <jhay@FreeBSD.org>2001-01-30 10:01:15 +0000
committerjhay <jhay@FreeBSD.org>2001-01-30 10:01:15 +0000
commit11691d89b0272451da2f382c49e0d48bced70b65 (patch)
treec5b9f04011cc05bb9ba6e811b5ec34b3687e274c /sys/dev/ar/if_ar_pci.c
parent9224ba9cfea0c7b7b948e3a8fe5b7d33e22bbb9a (diff)
downloadFreeBSD-src-11691d89b0272451da2f382c49e0d48bced70b65.zip
FreeBSD-src-11691d89b0272451da2f382c49e0d48bced70b65.tar.gz
Update include files to reflect the new location of the ar device.
Diffstat (limited to 'sys/dev/ar/if_ar_pci.c')
-rw-r--r--sys/dev/ar/if_ar_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ar/if_ar_pci.c b/sys/dev/ar/if_ar_pci.c
index ad2bfa0..d14b416 100644
--- a/sys/dev/ar/if_ar_pci.c
+++ b/sys/dev/ar/if_ar_pci.c
@@ -43,8 +43,8 @@
#include <pci/pcireg.h>
#include <pci/pcivar.h>
-#include <i386/isa/ic/hd64570.h>
-#include <i386/isa/if_arregs.h>
+#include <dev/ic/hd64570.h>
+#include <dev/ar/if_arregs.h>
#ifdef TRACE
#define TRC(x) x
OpenPOWER on IntegriCloud