]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/ppc/spec_reg.h
xnu-792.6.61.tar.gz
[apple/xnu.git] / osfmk / ppc / spec_reg.h
index 93b670fae98305a10d82a6774319ec949677da9c..ca8812f9e71b8df5ab7bd0710a09eaf8d4bafcf7 100644 (file)
 #define _PPC_SPEC_REG_H_
 
 /* Defines for PVRs */
-#define PROCESSOR_VERSION_601          1
-#define PROCESSOR_VERSION_603          3
-#define PROCESSOR_VERSION_604          4
-#define PROCESSOR_VERSION_603e         6
-#define PROCESSOR_VERSION_750          8
+#define PROCESSOR_VERSION_750          8       /* ? */
 #define PROCESSOR_VERSION_750FX                0x7000  /* ? */
-#define PROCESSOR_VERSION_604e         9
-#define PROCESSOR_VERSION_604ev                10      /* ? */
 #define PROCESSOR_VERSION_7400         12      /* ? */
 #define PROCESSOR_VERSION_7410         0x800C  /* ? */
 #define PROCESSOR_VERSION_7450         0x8000  /* ? */
 #define PROCESSOR_VERSION_7455         0x8001  /* ? */
+#define PROCESSOR_VERSION_7457         0x8002  /* ? */
+#define PROCESSOR_VERSION_7447A                0x8003  /* ? */
+#define PROCESSOR_VERSION_970          0x0039  /* ? */
+#define PROCESSOR_VERSION_970FX                0x003C  /* ? */
 
 #endif /* _PPC_SPEC_REG_H_ */