Teach superiotool about the registers in a Fintek F71806 (and F71872).
[coreboot.git] / util / inteltool / inteltool.h
index 8a5994dfabac3ec9ebd6963684b4367ca71a3686..8eb70895058114cae2454e5a81803884fd4d1452 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * inteltool - dump all registers on an Intel CPU + chipset based system.
  *
- * Copyright (C) 2008 by coresystems GmbH 
- * 
+ * Copyright (C) 2008-2010 by coresystems GmbH
+ *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; version 2 of the License.
 #define PCI_DEVICE_ID_INTEL_ICH2               0x2440
 #define PCI_DEVICE_ID_INTEL_ICH4               0x24c0
 #define PCI_DEVICE_ID_INTEL_ICH4M              0x24cc
+#define PCI_DEVICE_ID_INTEL_ICH6               0x2640
 #define PCI_DEVICE_ID_INTEL_ICH7DH             0x27b0
 #define PCI_DEVICE_ID_INTEL_ICH7               0x27b8
 #define PCI_DEVICE_ID_INTEL_ICH7M              0x27b9
 #define PCI_DEVICE_ID_INTEL_ICH7MDH            0x27bd
+#define PCI_DEVICE_ID_INTEL_NM10               0x27bc
+#define PCI_DEVICE_ID_INTEL_ICH8               0x2810
 #define PCI_DEVICE_ID_INTEL_ICH8M              0x2815
+#define PCI_DEVICE_ID_INTEL_ICH9DH             0x2912
+#define PCI_DEVICE_ID_INTEL_ICH9DO             0x2914
+#define PCI_DEVICE_ID_INTEL_ICH9R              0x2916
+#define PCI_DEVICE_ID_INTEL_ICH9               0x2918
+#define PCI_DEVICE_ID_INTEL_ICH9M              0x2919
+#define PCI_DEVICE_ID_INTEL_ICH9ME             0x2917
 #define PCI_DEVICE_ID_INTEL_ICH10R             0x3a16
+#define PCI_DEVICE_ID_INTEL_SCH_POULSBO_LPC    0x8119
 
 #define PCI_DEVICE_ID_INTEL_82810              0x7120
 #define PCI_DEVICE_ID_INTEL_82810DC            0x7122
+#define PCI_DEVICE_ID_INTEL_82810E_MC          0x7124
+#define PCI_DEVICE_ID_INTEL_82830M             0x3575
 #define PCI_DEVICE_ID_INTEL_82845              0x1a30
+#define PCI_DEVICE_ID_INTEL_82915              0x2580
 #define PCI_DEVICE_ID_INTEL_82945P             0x2770
 #define PCI_DEVICE_ID_INTEL_82945GM            0x27a0
+#define PCI_DEVICE_ID_INTEL_82945GSE           0x27ac
 #define PCI_DEVICE_ID_INTEL_PM965              0x2a00
+#define PCI_DEVICE_ID_INTEL_Q965               0x2990
 #define PCI_DEVICE_ID_INTEL_82975X             0x277c
 #define PCI_DEVICE_ID_INTEL_82Q35              0x29b0
 #define PCI_DEVICE_ID_INTEL_82G33              0x29c0
 #define PCI_DEVICE_ID_INTEL_82Q33              0x29d0
+#define PCI_DEVICE_ID_INTEL_GS45               0x2a40
 #define PCI_DEVICE_ID_INTEL_X58                        0x3405
+#define PCI_DEVICE_ID_INTEL_SCH_POULSBO                0x8100
+#define PCI_DEVICE_ID_INTEL_ATOM_DXXX          0xa000
 
-#define PCI_DEVICE_ID_INTEL_82443LX            0x7180
+/* untested, but almost identical to D-series */
+#define PCI_DEVICE_ID_INTEL_ATOM_NXXX          0xa010
 
+#define PCI_DEVICE_ID_INTEL_82443LX            0x7180
 /* 82443BX has a different device ID if AGP is disabled (hardware-wise). */
 #define PCI_DEVICE_ID_INTEL_82443BX            0x7190
 #define PCI_DEVICE_ID_INTEL_82443BX_NO_AGP     0x7192