* [gentoo-commits] gentoo-x86 commit in x11-misc/xac/files: x86-biosfix.patch
@ 2009-09-30 15:52 99% Joseph Jezak (josejx)
0 siblings, 0 replies; 1+ results
From: Joseph Jezak (josejx) @ 2009-09-30 15:52 UTC (permalink / raw
To: gentoo-commits
josejx 09/09/30 15:52:21
Added: x86-biosfix.patch
Log:
Fixed bug #241484. Removed obsolete version.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.1 x11-misc/xac/files/x86-biosfix.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xac/files/x86-biosfix.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xac/files/x86-biosfix.patch?rev=1.1&content-type=text/plain
Index: x86-biosfix.patch
===================================================================
diff -u -B -r1.1 -r1.2
--- src/bioscall.h 25 Aug 2006 19:48:26 -0000 1.1
+++ src/bioscall.h 30 Sep 2009 15:05:49 -0000 1.2
@@ -1,6 +1,8 @@
#ifndef bioscall_h
#define bioscall_h
+#include "int10defs.h"
+
/* Print some of the interesting parts of a vm86_regs structure. */
void dump_regs(struct vm86_regs *regs);
diff -u -B -r1.1 -r1.2
--- src/lrmi.h 25 Aug 2006 19:48:26 -0000 1.1
+++ src/lrmi.h 30 Sep 2009 15:05:49 -0000 1.2
@@ -26,6 +26,8 @@
#ifndef LRMI_H
#define LRMI_H
+#include "int10defs.h"
+
#if defined(__i386__) && (defined(__linux__) || defined(__NetBSD__) \
|| defined(__FreeBSD__) || defined(__OpenBSD__))
diff -Naur
--- src/int10defs.h
+++ src/int10defs.h 30 Sep 2009 15:05:49 -0000
@@ -0,0 +1,12 @@
+/* Fix missing INT10 defines */
+#ifndef IF_MASK
+#define TF_MASK 0x00000100
+#define IF_MASK 0x00000200
+#define IOPL_MASK 0x00003000
+#define NT_MASK 0x00004000
+#define VM_MASK 0x00020000
+#define AC_MASK 0x00040000
+#define VIF_MASK 0x00080000 /* virtual interrupt flag */
+#define VIP_MASK 0x00100000 /* virtual interrupt pending */
+#define ID_MASK 0x00200000
+#endif
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2009-09-30 15:52 99% [gentoo-commits] gentoo-x86 commit in x11-misc/xac/files: x86-biosfix.patch Joseph Jezak (josejx)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox