summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/specialreg.h
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2009-01-05 21:51:49 +0000
committerjkim <jkim@FreeBSD.org>2009-01-05 21:51:49 +0000
commit657301ea439bb9bbe7992f4a870add5308023b24 (patch)
tree68c1d8ecd8c3e7720e0284e991258f736c5ded2c /sys/amd64/include/specialreg.h
parent28b104f719a825388270b04cc2aed2b7f70db8ed (diff)
downloadFreeBSD-src-657301ea439bb9bbe7992f4a870add5308023b24.zip
FreeBSD-src-657301ea439bb9bbe7992f4a870add5308023b24.tar.gz
Add Centaur/IDT/VIA vendor ID for Nano family, which has long mode support.
Diffstat (limited to 'sys/amd64/include/specialreg.h')
-rw-r--r--sys/amd64/include/specialreg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/include/specialreg.h b/sys/amd64/include/specialreg.h
index 674638c..c08668c 100644
--- a/sys/amd64/include/specialreg.h
+++ b/sys/amd64/include/specialreg.h
@@ -205,6 +205,7 @@
* CPUID manufacturers identifiers
*/
#define AMD_VENDOR_ID "AuthenticAMD"
+#define CENTAUR_VENDOR_ID "CentaurHauls"
#define INTEL_VENDOR_ID "GenuineIntel"
/*
OpenPOWER on IntegriCloud