diff options
Diffstat (limited to 'sys/dev/fb')
-rw-r--r-- | sys/dev/fb/boot_font.c | 4 | ||||
-rw-r--r-- | sys/dev/fb/gfb.c | 4 | ||||
-rw-r--r-- | sys/dev/fb/s3_pci.c | 4 | ||||
-rw-r--r-- | sys/dev/fb/tga.c | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/dev/fb/boot_font.c b/sys/dev/fb/boot_font.c index db82efc..66167ba 100644 --- a/sys/dev/fb/boot_font.c +++ b/sys/dev/fb/boot_font.c @@ -72,8 +72,8 @@ __FBSDID("$FreeBSD$"); #include <sys/bus.h> #include <sys/rman.h> -#include <pci/pcireg.h> -#include <pci/pcivar.h> +#include <dev/pci/pcireg.h> +#include <dev/pci/pcivar.h> #include <dev/fb/fbreg.h> #include <dev/fb/gfb.h> diff --git a/sys/dev/fb/gfb.c b/sys/dev/fb/gfb.c index 4e03169..4667dac 100644 --- a/sys/dev/fb/gfb.c +++ b/sys/dev/fb/gfb.c @@ -80,8 +80,8 @@ __FBSDID("$FreeBSD$"); #include <sys/bus.h> #include <sys/rman.h> -#include <pci/pcireg.h> -#include <pci/pcivar.h> +#include <dev/pci/pcireg.h> +#include <dev/pci/pcivar.h> #include <dev/fb/fbreg.h> #include <dev/fb/gfb.h> diff --git a/sys/dev/fb/s3_pci.c b/sys/dev/fb/s3_pci.c index 69549db..7ad2071 100644 --- a/sys/dev/fb/s3_pci.c +++ b/sys/dev/fb/s3_pci.c @@ -52,8 +52,8 @@ #include <sys/malloc.h> #include <sys/fbio.h> -#include <pci/pcireg.h> -#include <pci/pcivar.h> +#include <dev/pci/pcireg.h> +#include <dev/pci/pcivar.h> #include <machine/md_var.h> #include <machine/vm86.h> diff --git a/sys/dev/fb/tga.c b/sys/dev/fb/tga.c index a5a56c0..8ad6bb5 100644 --- a/sys/dev/fb/tga.c +++ b/sys/dev/fb/tga.c @@ -85,8 +85,8 @@ __FBSDID("$FreeBSD$"); #include <sys/bus.h> #include <sys/rman.h> -#include <pci/pcireg.h> -#include <pci/pcivar.h> +#include <dev/pci/pcireg.h> +#include <dev/pci/pcivar.h> #include <dev/fb/fbreg.h> #include <dev/syscons/syscons.h> |