NetBSD/usr.sbin/cpuctl
pgoyette 1463b8efaf 1. Extend CPU probe of Intel processors to handle extended-models. This
allows us to properly identify new Intel 45nm processors, Core i7,
   Atom, and the 45nm Xeon MP.

2. Properly decode several new Intel cache descriptors, as listed in the
   most recent (March 2009) edition of Intel's Application Note 485.

3. Convert decode of the various features masks to use the newly added
   snprintb_m(3) routine.

Addresses my PR bin/41289
Addresses my PR bin/41290
2009-05-13 22:25:51 +00:00
..
arch 1. Extend CPU probe of Intel processors to handle extended-models. This 2009-05-13 22:25:51 +00:00
cpuctl.8 Bump date for previous. Drop trailing whitespace. Improve formatting. 2008-06-22 14:50:40 +00:00
cpuctl.c Fix -Wsign-compare issue 2009-04-23 01:36:56 +00:00
cpuctl.h Remove 3rd buggy copy of this function and use snprintb(3) instead. 2008-12-16 22:44:50 +00:00
Makefile Allow WARNS=4 after Christos' fix sys/cdefs.h 2009-04-23 01:37:55 +00:00