patch-2.4.20 linux-2.4.20/include/asm-ppc/pmac_feature.h

Next file: linux-2.4.20/include/asm-ppc/ppc4xx.h
Previous file: linux-2.4.20/include/asm-ppc/pgtable.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/include/asm-ppc/pmac_feature.h linux-2.4.20/include/asm-ppc/pmac_feature.h
@@ -87,8 +87,13 @@
 #define PMAC_TYPE_TITANIUM		0x47	/* Titanium PowerBook */
 #define PMAC_TYPE_TITANIUM2		0x48	/* Titanium II PowerBook */
 #define PMAC_TYPE_TITANIUM3		0x49	/* Titanium III PowerBook (with L3) */
+#define PMAC_TYPE_EMAC			0x50	/* eMac */
 #define PMAC_TYPE_UNKNOWN_CORE99	0x5f
 
+/* MacRisc2 with UniNorth 2.0 */
+#define PMAC_TYPE_RACKMAC		0x80	/* XServe */
+#define PMAC_TYPE_WINDTUNNEL		0x81	
+
 /* MacRISC2 machines based on the Pangea chipset
  */
 #define PMAC_TYPE_PANGEA_IMAC		0x100	/* Flower Power iMac */
@@ -102,6 +107,7 @@
 
 #define PMAC_MB_CAN_SLEEP		0x00000001
 #define PMAC_MB_HAS_FW_POWER		0x00000002
+#define PMAC_MB_OLD_CORE99		0x00000004
 
 /*
  * Feature calls supported on pmac

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)