diff options
author | imp <imp@FreeBSD.org> | 2003-08-22 06:00:27 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2003-08-22 06:00:27 +0000 |
commit | e0b136947339cc11c12147d2c4a670eb851fc932 (patch) | |
tree | a1114d7dca03d65ced88d018659a40fc8f1f2261 /sys/dev/iir | |
parent | 815966c39bb3c79cdf13077e2b364375d13cf648 (diff) | |
download | FreeBSD-src-e0b136947339cc11c12147d2c4a670eb851fc932.zip FreeBSD-src-e0b136947339cc11c12147d2c4a670eb851fc932.tar.gz |
Prefer new location of pci include files (which have only been in the
tree for two or more years now), except in a few places where there's
code to be compatible with older versions of FreeBSD.
Diffstat (limited to 'sys/dev/iir')
-rw-r--r-- | sys/dev/iir/iir_pci.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/iir/iir_pci.c b/sys/dev/iir/iir_pci.c index cb61f31..dadb82a 100644 --- a/sys/dev/iir/iir_pci.c +++ b/sys/dev/iir/iir_pci.c @@ -38,7 +38,7 @@ * TODO: */ -#ident "$Id: iir_pci.c 1.1 2001/05/22 20:14:12 achim Exp $" +#ident "$Id: iir_pci.c,v 1.8 2003/07/01 15:51:58 scottl Exp $" /* #include "opt_iir.h" */ @@ -58,8 +58,8 @@ #include <machine/clock.h> #include <sys/rman.h> -#include <pci/pcireg.h> -#include <pci/pcivar.h> +#include <dev/pci/pcireg.h> +#include <dev/pci/pcivar.h> #include <cam/scsi/scsi_all.h> |