rpms/kernel/FC-5 XXXX-tiacx-ia64-enable.txt, NONE, 1.1.4.1 kernel-2.6.spec, 1.2096.2.2, 1.2096.2.3

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Apr 26 13:10:10 UTC 2006


Author: linville

Update of /cvs/dist/rpms/kernel/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv2559

Modified Files:
      Tag: private-linville-netdev-fc5-2-branch
	kernel-2.6.spec 
Added Files:
      Tag: private-linville-netdev-fc5-2-branch
	XXXX-tiacx-ia64-enable.txt 
Log Message:



--- NEW FILE XXXX-tiacx-ia64-enable.txt ---
--- linux-2.6.16.noarch/drivers/net/wireless/tiacx/wlan_compat.h.orig	2006-03-29 08:27:14.000000000 -0500
+++ linux-2.6.16.noarch/drivers/net/wireless/tiacx/wlan_compat.h	2006-03-29 08:30:24.000000000 -0500
@@ -52,6 +52,7 @@
 #define WLAN_SPARC			8
 #define WLAN_SH				9
 #define WLAN_x86_64			10
+#define WLAN_ITANIUM			11
 /* WLAN_CPU_CORE */
 #define WLAN_I386CORE			1
 #define WLAN_PPCCORE			2
@@ -81,6 +82,7 @@
 #define WLAN_ALPHAARCH			7
 #define WLAN_MIPSARCH			9
 #define WLAN_HPPAARCH			10
+#define WLAN_ITANIUMARCH		11
 /* WLAN_HOSTIF (generally set on the command line, not detected) */
 #define WLAN_PCMCIA			1
 #define WLAN_ISA			2
@@ -158,6 +160,9 @@
  #ifndef __LITTLE_ENDIAN__
   #define __LITTLE_ENDIAN__
  #endif
+#elif defined(__ia64__)
+ #define WLAN_CPU_FAMILY	WLAN_ITANIUM
+ #define WLAN_SYSARCH		WLAN_ITANIUMARCH
 #else
  #error "No CPU identified!"
 #endif


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-5/kernel-2.6.spec,v
retrieving revision 1.2096.2.2
retrieving revision 1.2096.2.3
diff -u -r1.2096.2.2 -r1.2096.2.3
--- kernel-2.6.spec	26 Apr 2006 12:37:01 -0000	1.2096.2.2
+++ kernel-2.6.spec	26 Apr 2006 13:09:51 -0000	1.2096.2.3
@@ -1109,6 +1109,7 @@
 Patch30672: 4867-NETFILTER-ip6_tables-remove-broken-comefrom-debugging.txt
 Patch30673: 4868-NETFILTER-x_tables-move-table-lock-initialization.txt
 Patch30674: 4869-NETFILTER-ipt-action-use-xt_check_target-for-basic-verification.txt
+Patch30675: XXXX-tiacx-ia64-enable.txt
 
 # END OF PATCH DEFINITIONS
 
@@ -3117,6 +3118,8 @@
 %patch30673 -p1
 # [NETFILTER]: ipt action: use xt_check_target for basic verification
 %patch30674 -p1
+# tiacx: enable build for ia64
+%patch30675 -p1
 
 # END OF PATCH APPLICATIONS
 
@@ -4393,6 +4396,7 @@
 - [NETFILTER]: ip6_tables: remove broken comefrom debugging
 - [NETFILTER]: x_tables: move table->lock initialization
 - [NETFILTER]: ipt action: use xt_check_target for basic verification
+- tiacx: enable build for ia64
 
 * Wed Apr 19 2006 David Woodhouse <dwmw2 at redhat.com>
 - 2.6.16.9




More information about the fedora-cvs-commits mailing list