Update of /cvsroot/linux-mips/linux/include/asm-mips
In directory usw-pr-cvs1:/tmp/cvs-serv27698
Modified Files:
cpu.h
Log Message:
Add PRID_COMP_BROADCOM.
Index: cpu.h
===================================================================
RCS file: /cvsroot/linux-mips/linux/include/asm-mips/cpu.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- cpu.h 2001/10/31 17:28:54 1.12
+++ cpu.h 2001/11/19 17:53:00 1.13
@@ -26,10 +26,8 @@
#define PRID_COMP_LEGACY 0x000000
#define PRID_COMP_MIPS 0x010000
+#define PRID_COMP_BROADCOM 0x020000
#define PRID_COMP_ALCHEMY 0x030000
-/*
- * Don't know who should be here...QED and Sandcraft, maybe?
- */
#define PRID_COMP_SIBYTE 0x040000
/*
|