Andrew Golovnia | 30 Nov 2005 21:12
Picon

CVS: biew/biewlib/sysdep/ia16 cmn_ix86.c,1.8,1.9

Update of /cvsroot/biew/biew/biewlib/sysdep/ia16
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21557/biew/biewlib/sysdep/ia16

Modified Files:
	cmn_ix86.c 
Log Message:
Sis CPU's ID fix

Index: cmn_ix86.c
===================================================================
RCS file: /cvsroot/biew/biew/biewlib/sysdep/ia16/cmn_ix86.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -p -u -d -r1.8 -r1.9
--- cmn_ix86.c	25 Sep 2005 07:21:59 -0000	1.8
+++ cmn_ix86.c	30 Nov 2005 20:12:21 -0000	1.9
 <at>  <at>  -633,7 +633,7  <at>  <at>  void __FillCPUInfo(char *buff,unsigned c
           case 5:
              switch(model)
              {
-                case 0: cpu_suffix = "(55x)"; break;
+                case 0: cpu_suffix = "(SiS55x/Vortex86)"; break;
                 default: break;
              }
              break;

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
(Continue reading)

Andrew Golovnia | 30 Nov 2005 23:39
Picon

CVS: biew/biewlib/sysdep/ia16 cmn_ix86.c,1.9,1.10

Update of /cvsroot/biew/biew/biewlib/sysdep/ia16
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20558/biewlib/sysdep/ia16

Modified Files:
	cmn_ix86.c 
Log Message:
itanium1/2 detection (experimental)

Index: cmn_ix86.c
===================================================================
RCS file: /cvsroot/biew/biew/biewlib/sysdep/ia16/cmn_ix86.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -p -u -d -r1.9 -r1.10
--- cmn_ix86.c	30 Nov 2005 20:12:21 -0000	1.9
+++ cmn_ix86.c	30 Nov 2005 22:38:57 -0000	1.10
 <at>  <at>  -234,62 +234,73  <at>  <at>  void __FillCPUInfo(char *buff,unsigned c
                          break;
             }
           }
+          break;
+        case 7:
+           strcpy(cpu_name,"IA-64");
+           cpu_suffix = "(Itanium Merced)";
+           divisor = 3; /**  <at> todo Correct Itanium instructions per clock count */
+           break;
         case 0xF:
         {
-          static char p4_name[128];
-
(Continue reading)


Gmane