Subject: CVS commit: src/sys/arch/i386/i386
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 04/05/2004 02:09:41
Module Name: src
Committed By: mrg
Date: Mon Apr 5 02:09:41 UTC 2004
Modified Files:
src/sys/arch/i386/i386: identcpu.c
Log Message:
- fix i386_intel_brand[]: it was missing a empty reserved entry at 0xD
causing Mobile Pentium 4 to be shown as a Mobile Celeron.
- fix intel_family6_name() for brand=0xB && signature >= 0xF13
- fix a potential out-of-bounds array reference
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/arch/i386/i386/identcpu.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.