Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 May 2011 21:35:21 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 193080 for review
Message-ID:  <201105132135.p4DLZLUb054253@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@193080?ac=10

Change 193080 by jhb@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105132135.p4DLZLUb054253>