Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Aug 2003 20:24:29 +0900 (JST)
From:      Masahiko KIMOTO <kimoto@ohnolab.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   i386/55578: Some names of VIA C3 processers are recognized correctly.
Message-ID:  <200308141124.h7EBOTnW000965@eterna.earthlight.jp>
Resent-Message-ID: <200308141130.h7EBU98R050116@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         55578
>Category:       i386
>Synopsis:       Some names of VIA C3 processers are recognized correctly.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-i386
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 14 04:30:09 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Masahiko KIMOTO
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Soum corporation
>Environment:
System: FreeBSD eterna.earthlight.jp 4.8-RELEASE FreeBSD 4.8-RELEASE #2: Thu Aug 14 12:58:16 JST 2003 root@eterna.earthlight.jp:/usr/src/sys.4.8-release/compile/ETERNA i386

	VIA C3 Nehemiah, etc..

>Description:
	There are various VIA C3 processers, but current FreeBSD can
	recognize only a few of them correctly at boot time.

>How-To-Repeat:
	Always at boot time.
>Fix:
	Please apply the following patch to src/sys/i386/i386/identcpu.c

*** identcpu.c.orig	Thu Aug 14 19:56:41 2003
--- identcpu.c	Thu Aug 14 19:59:29 2003
***************
*** 522,529 ****
--- 522,547 ----
  		case 0x580:
  			strcpy(cpu_model, "IDT WinChip 2");
  			break;
+ 		case 0x660:
+ 		case 0x662:
+ 		case 0x663:
+ 			strcpy(cpu_model, "VIA C3 Samuel");
+ 			break;
  		case 0x670:
+ 		case 0x671:
+ 		case 0x672:
  			strcpy(cpu_model, "VIA C3 Samuel 2");
+ 			break;
+ 		case 0x678:
+ 		case 0x67a:
+ 			strcpy(cpu_model, "VIA C3 Ezra");
+ 			break;
+ 		case 0x689:
+ 			strcpy(cpu_model, "VIA C3 Ezra-T");
+ 			break;
+ 		case 0x691:
+ 		case 0x693:
+ 			strcpy(cpu_model, "VIA C3 Nehemiah");
  			break;
  		default:
  			strcpy(cpu_model, "VIA/IDT Unknown");


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308141124.h7EBOTnW000965>