+++ /dev/null
-diff -Nur a/hw/pci.h b/hw/pci.h
---- a/hw/pci.h 2009-05-13 14:31:58.000000000 -0400
-+++ b/hw/pci.h 2009-05-13 16:51:34.000000000 -0400
-@@ -168,9 +168,13 @@
- #define PCI_STATUS_RESERVED1 0x007
- #define PCI_STATUS_INT_STATUS 0x008
- #define PCI_STATUS_CAPABILITIES 0x010
--#define PCI_STATUS_66MHZ 0x020
-+#ifndef PCI_STATUS_66MHZ
-+#define PCI_STATUS_66MHZ 0x020
-+#endif
- #define PCI_STATUS_RESERVED2 0x040
--#define PCI_STATUS_FAST_BACK 0x080
-+#ifndef PCI_STATUS_FAST_BACK
-+#define PCI_STATUS_FAST_BACK 0x080
-+#endif
- #define PCI_STATUS_DEVSEL 0x600
-
- #define PCI_STATUS_RESERVED_MASK_LO (PCI_STATUS_RESERVED1 | \
+diff --git a/hw/pci.h b/hw/pci.h
+index ee13a36..4e9deaa 100644
+--- a/hw/pci.h
++++ b/hw/pci.h
+@@ -168,9 +168,13 @@ typedef struct PCIIORegion {
+ #define PCI_STATUS_RESERVED1 0x007
+ #define PCI_STATUS_INT_STATUS 0x008
+ #define PCI_STATUS_CAPABILITIES 0x010
+-#define PCI_STATUS_66MHZ 0x020
++#ifndef PCI_STATUS_66MHZ
++#define PCI_STATUS_66MHZ 0x020
++#endif
+ #define PCI_STATUS_RESERVED2 0x040
+-#define PCI_STATUS_FAST_BACK 0x080
++#ifndef PCI_STATUS_FAST_BACK
++#define PCI_STATUS_FAST_BACK 0x080
++#endif
+ #define PCI_STATUS_DEVSEL 0x600
+
+ #define PCI_STATUS_RESERVED_MASK_LO (PCI_STATUS_RESERVED1 | \
diff --git a/xen-hooks.mak b/xen-hooks.mak
index c6b4f8c..7c22471 100644
--- a/xen-hooks.mak