Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 16 years ago
parent
commit
d5b96123c9
2 changed files with 16 additions and 2 deletions
  1. +2
    -2
      package/base/hwinfo/hwinfo.desc
  2. +14
    -0
      package/base/hwinfo/x86_eflags.patch

+ 2
- 2
package/base/hwinfo/hwinfo.desc

@ -35,8 +35,8 @@
[L] GPL
[S] Stable
[V] 13.28
[V] 15.3
[P] X -----5---9 213.300
[D] 2713566454 hwinfo_13.28.orig.tar.gz http://ftp.debian.org/debian/pool/main/h/hwinfo/
[D] 1164238536 hwinfo_15.3.orig.tar.gz http://ftp.debian.org/debian/pool/main/h/hwinfo/

+ 14
- 0
package/base/hwinfo/x86_eflags.patch

@ -0,0 +1,14 @@
--- ./src/int10/i10_v86.c.orig 2008-10-11 10:32:21.000000000 +0200
+++ ./src/int10/i10_v86.c 2008-10-11 10:32:28.000000000 +0200
@@ -27,6 +27,11 @@
#include <string.h>
#ifdef __i386__
#include <sys/vm86.h>
+#define VIF_MASK X86_EFLAGS_VIF
+#define VIP_MASK X86_EFLAGS_VIP
+#define IF_MASK X86_EFLAGS_IF
+#define TF_MASK X86_EFLAGS_TF
+#define NT_MASK X86_EFLAGS_NT
#else
#include "vm86_struct.h"
#endif

Loading…
Cancel
Save