summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2007-03-19 05:23:42 +0000
committersam <sam@FreeBSD.org>2007-03-19 05:23:42 +0000
commit40843dd888818f89cbcb66dac8c424df851f6e7b (patch)
tree5b501d565d704c0ebf726fcb2e260998c11e27dd /sys/i386
parentb5f826c9a61188f75ca8ec21d631ad968ecf164c (diff)
downloadFreeBSD-src-40843dd888818f89cbcb66dac8c424df851f6e7b.zip
FreeBSD-src-40843dd888818f89cbcb66dac8c424df851f6e7b.tar.gz
display two new Intel feature bits
Submitted by: "Rui Paulo" <rpaulo@gmail.com> MFC after: 2 weeks
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/identcpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/i386/identcpu.c b/sys/i386/i386/identcpu.c
index 2c023b8..b38e0c4 100644
--- a/sys/i386/i386/identcpu.c
+++ b/sys/i386/i386/identcpu.c
@@ -745,7 +745,7 @@ via_common:
"\004MON" /* MONITOR/MWAIT Instructions */
"\005DS_CPL" /* CPL Qualified Debug Store */
"\006VMX" /* Virtual Machine Extensions */
- "\007<b6>"
+ "\007SMX" /* LaGrange Technology */
"\010EST" /* Enhanced SpeedStep */
"\011TM2" /* Thermal Monitor 2 */
"\012SSSE3" /* SSSE3 */
@@ -757,7 +757,7 @@ via_common:
"\020<b15>"
"\021<b16>"
"\022<b17>"
- "\023<b18>"
+ "\023DCA" /* Direct Cache Access */
"\024<b19>"
"\025<b20>"
"\026<b21>"
OpenPOWER on IntegriCloud