PERFORCE change 193080 for review
John Baldwin
jhb at FreeBSD.org
Fri May 13 21:35:22 UTC 2011
http://p4web.freebsd.org/@@193080?ac=10
Change 193080 by jhb at jhb_fiver on 2011/05/13 21:35:13
Compile?
Affected files ...
.. //depot/projects/pci/sys/amd64/pci/pci_bus.c#7 edit
.. //depot/projects/pci/sys/i386/pci/pci_bus.c#7 edit
Differences ...
==== //depot/projects/pci/sys/amd64/pci/pci_bus.c#7 (text+ko) ====
@@ -42,6 +42,7 @@
#include <dev/pci/pcireg.h>
#include <dev/pci/pcib_private.h>
#include <isa/isavar.h>
+#include <machine/bus.h>
#include <machine/legacyvar.h>
#include <machine/pci_cfgreg.h>
#include <machine/resource.h>
==== //depot/projects/pci/sys/i386/pci/pci_bus.c#7 (text+ko) ====
@@ -42,6 +42,7 @@
#include <dev/pci/pcireg.h>
#include <dev/pci/pcib_private.h>
#include <isa/isavar.h>
+#include <machine/bus.h>
#ifdef CPU_ELAN
#include <machine/md_var.h>
#endif
More information about the p4-projects
mailing list