[patch] <machine/cputypes.h>
Joseph Koshy
joseph.koshy at gmail.com
Sun Sep 26 18:51:19 PDT 2004
Anyone have objections to the following patch?
$ diff -u cputypes.h /home/fcpi/src/sys/i386/include
/5/usr/src.cvs/sys/i386/include
--- cputypes.h Sat Jun 5 03:01:15 2004
+++ /home/fcpi/src/sys/i386/include/cputypes.h Sun Sep 26 15:35:51 2004
@@ -60,6 +60,8 @@
#define CPU_PIII 15 /* Intel Pentium III */
#define CPU_P4 16 /* Intel Pentium 4 */
#define CPU_GEODE1100 17 /* NS Geode SC1100 */
+#define CPU_K7 18 /* AMD K7 */
+#define CPU_K8 19 /* AMD K8 (in X86 mode) */
#ifndef LOCORE
extern int cpu;
More information about the freebsd-current
mailing list