PERFORCE change 36759 for review
Marcel Moolenaar
marcel at FreeBSD.org
Sat Aug 23 09:18:17 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=36759
Change 36759 by marcel at marcel_nfs on 2003/08/23 09:18:06
s#<pci#<dev/pci#g
Affected files ...
.. //depot/projects/ia64/sys/dev/vga/vga_pci.c#6 edit
Differences ...
==== //depot/projects/ia64/sys/dev/vga/vga_pci.c#6 (text+ko) ====
@@ -35,8 +35,8 @@
#include <sys/module.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/vga/vga.h>
More information about the p4-projects
mailing list