| 1 |
--- /dev/null 1969-12-31 16:00:00.000000000 -0800 |
| 2 |
+++ hw/xfree86/os-support/shared/ia64Pci.h 2007-08-03 12:56:38.000000000 -0700 |
| 3 |
@@ -0,0 +1,46 @@ |
| 4 |
+/* |
| 5 |
+ * Copyright 2004, Egbert Eich |
| 6 |
+ * |
| 7 |
+ * Permission is hereby granted, free of charge, to any person obtaining a copy |
| 8 |
+ * of this software and associated documentation files (the "Software"), to |
| 9 |
+ * deal in the Software without restriction, including without limitation the |
| 10 |
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or |
| 11 |
+ * sell copies of the Software, and to permit persons to whom the Software is |
| 12 |
+ * furnished to do so, subject to the following conditions: |
| 13 |
+ * |
| 14 |
+ * The above copyright notice and this permission notice shall be included in |
| 15 |
+ * all copies or substantial portions of the Software. |
| 16 |
+ * |
| 17 |
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 18 |
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 19 |
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL |
| 20 |
+ * EGBERT EICH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER |
| 21 |
+ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON- |
| 22 |
+ * NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 23 |
+ * |
| 24 |
+ * Except as contained in this notice, the name of Egbert Eich shall not |
| 25 |
+ * be used in advertising or otherwise to promote the sale, use or other deal- |
| 26 |
+ *ings in this Software without prior written authorization from Egbert Eich. |
| 27 |
+ * |
| 28 |
+ */ |
| 29 |
+#ifdef HAVE_XORG_CONFIG_H |
| 30 |
+#include <xorg-config.h> |
| 31 |
+#endif |
| 32 |
+ |
| 33 |
+#ifndef _IA64_PCI_H |
| 34 |
+# define _IA64_PCI_H |
| 35 |
+ |
| 36 |
+#include "Pci.h" |
| 37 |
+ |
| 38 |
+typedef enum { |
| 39 |
+ NONE_CHIPSET, |
| 40 |
+ I460GX_CHIPSET, |
| 41 |
+ E8870_CHIPSET, |
| 42 |
+ ZX1_CHIPSET, |
| 43 |
+ ALTIX_CHIPSET |
| 44 |
+} IA64Chipset; |
| 45 |
+ |
| 46 |
+# ifdef OS_PROBE_PCI_CHIPSET |
| 47 |
+extern IA64Chipset OS_PROBE_PCI_CHIPSET(scanpciWrapperOpt flags); |
| 48 |
+# endif |
| 49 |
+#endif |