Subject: Re: CVS commit: src/sys/arch/i386/i386
To: None <mrg@NetBSD.org>
From: enami tsugutomo <enami@sm.sony.co.jp>
List: source-changes
Date: 04/06/2004 10:33:41
matthew green <mrg@NetBSD.org> writes:

> - fix intel_family6_name() for brand=0xB && signature >= 0xF13

Is a cpu of this brand id really family 6 and model >= 8?

# I guess it is better to redefine this function as a function returns
# cpu name for modern cpu and returns NULL if unknown.

enami.