This commit is contained in:
parent
ae15b460ca
commit
d763794468
25
hwinfo-2.6.27.patch
Normal file
25
hwinfo-2.6.27.patch
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
--- src/int10/i10_v86.c
|
||||||
|
+++ src/int10/i10_v86.c
|
||||||
|
@@ -34,6 +34,22 @@
|
||||||
|
#include "v86bios.h"
|
||||||
|
#include "AsmMacros.h"
|
||||||
|
|
||||||
|
+#ifndef IF_MASK
|
||||||
|
+#define IF_MASK X86_EFLAGS_IF
|
||||||
|
+#endif
|
||||||
|
+#ifndef VIF_MASK
|
||||||
|
+#define VIF_MASK X86_EFLAGS_VIF
|
||||||
|
+#endif
|
||||||
|
+#ifndef TF_MASK
|
||||||
|
+#define TF_MASK X86_EFLAGS_TF
|
||||||
|
+#endif
|
||||||
|
+#ifndef VIP_MASK
|
||||||
|
+#define VIP_MASK X86_EFLAGS_VIP
|
||||||
|
+#endif
|
||||||
|
+#ifndef NT_MASK
|
||||||
|
+#define NT_MASK X86_EFLAGS_NT
|
||||||
|
+#endif
|
||||||
|
+
|
||||||
|
extern int emu_vm86(struct vm86_struct *vm, unsigned debug);
|
||||||
|
|
||||||
|
#define INT2PTR(a) ((a) + (unsigned char *) 0)
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 9 00:43:45 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
- fix build on x86 with 2.6.67 kernel includes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 8 11:20:23 CEST 2008 - olh@suse.de
|
Fri Aug 8 11:20:23 CEST 2008 - olh@suse.de
|
||||||
|
|
||||||
|
@ -29,9 +29,10 @@ PreReq: /sbin/ldconfig %insserv_prereq %fillup_prereq
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Hardware Library
|
Summary: Hardware Library
|
||||||
Version: 15.3
|
Version: 15.3
|
||||||
Release: 13
|
Release: 32
|
||||||
Source: hwinfo-15.3.tar.bz2
|
Source: hwinfo-15.3.tar.bz2
|
||||||
Patch64: hwinfo.ehea.patch
|
Patch64: hwinfo.ehea.patch
|
||||||
|
Patch65: hwinfo-2.6.27.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -57,6 +58,7 @@ system.
|
|||||||
%prep
|
%prep
|
||||||
%setup
|
%setup
|
||||||
%patch64 -p1
|
%patch64 -p1
|
||||||
|
%patch65
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make static
|
make static
|
||||||
@ -104,6 +106,8 @@ rm -rf %{buildroot}
|
|||||||
%doc doc/libhd/html
|
%doc doc/libhd/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 09 2008 ro@suse.de
|
||||||
|
- fix build on x86 with 2.6.67 kernel includes
|
||||||
* Fri Aug 08 2008 olh@suse.de
|
* Fri Aug 08 2008 olh@suse.de
|
||||||
- add inital POWER6 ibmebus support for ehea network (bnc#394602 -LTC44938)
|
- add inital POWER6 ibmebus support for ehea network (bnc#394602 -LTC44938)
|
||||||
* Tue Jul 22 2008 snwint@suse.de
|
* Tue Jul 22 2008 snwint@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user