diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2010-10-02 04:39:51 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2010-10-02 04:39:51 +0000 |
commit | 2fee11d77e254a8ade3868f0245432e9e70f0519 (patch) | |
tree | bbaf385046bee4d4c74c43b5696906d65da9bd2e /sysutils/x86info/files | |
parent | a959f125c5df06be9a3a3da6366bd2ca9640ecc6 (diff) |
Notes
Diffstat (limited to 'sysutils/x86info/files')
-rw-r--r-- | sysutils/x86info/files/patch-cpuid.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sysutils/x86info/files/patch-cpuid.c b/sysutils/x86info/files/patch-cpuid.c index b4b6acca00c4..42ce9b51f453 100644 --- a/sysutils/x86info/files/patch-cpuid.c +++ b/sysutils/x86info/files/patch-cpuid.c @@ -1,5 +1,5 @@ --- cpuid.c.orig 2010-09-08 12:19:56.000000000 -0700 -+++ cpuid.c 2010-10-01 04:06:00.000000000 -0700 ++++ cpuid.c 2010-10-01 21:37:48.000000000 -0700 @@ -23,8 +23,16 @@ #include <sched.h> @@ -70,7 +70,12 @@ if (ret) return ret; return 0; -@@ -106,7 +133,11 @@ +@@ -102,11 +129,15 @@ + unsigned int *ecx, + unsigned int *edx) + { +- static int nodriver=0; ++ static int nodriver=1; char cpuname[20]; unsigned char buffer[16]; int fh; |