Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 148521

Summary: net-wireless/acx 2.6.18 kernel support
Product: Gentoo Linux Reporter: Fabio Erculiani <lxnay>
Component: Current packagesAssignee: Stephen Bennett (RETIRED) <spb>
Status: RESOLVED FIXED    
Severity: major CC: mobile+disabled, orzel, Sergiy.Borodych
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://svn.sabayonlinux.org/listing.php?repname=SL+Overlay&path=%2Fnet-wireless%2Facx%2F&rev=11&sc=0
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 148429    
Attachments: patch for 0.3.35_p20060521
patch for 0.3.35

Description Fabio Erculiani 2006-09-21 08:35:15 UTC
I've just added 2.6.18 kernel support to the acx-0.3.35_p20060521.ebuild ebuild, producing acx-0.3.35_p20060521-r1.ebuild.

2.6.18-acx.patch:

--- pci.c.old  2006-09-20 22:14:09.000000000 +0000
+++ pci.c      2006-09-20 22:14:17.000000000 +0000
@@ -51,6 +51,7 @@
 #include <linux/pm.h>
 #include <linux/vmalloc.h>
 #include <linux/dma-mapping.h>
+#include <linux/utsrelease.h>
 
 #include "acx.h"
Comment 1 Daniel Drake (RETIRED) gentoo-dev 2006-10-14 07:09:23 UTC
Looks good.

Stephen, please change addition to:

#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,17)
#include <linux/utsrelease.h>
#endif

and apply patch unconditionally in stable tree
Comment 2 Daniel Drake (RETIRED) gentoo-dev 2006-10-14 07:54:26 UTC
Created attachment 99659 [details, diff]
patch for 0.3.35_p20060521
Comment 3 Daniel Drake (RETIRED) gentoo-dev 2006-10-14 07:54:49 UTC
Created attachment 99660 [details, diff]
patch for 0.3.35
Comment 4 Daniel Drake (RETIRED) gentoo-dev 2006-10-19 18:32:28 UTC
Stephen: please commit ASAP
Comment 5 Stephen Bennett (RETIRED) gentoo-dev 2006-10-19 19:17:15 UTC
I'm currently without a direct internet connection, so no CVS access. Someone else feel free to commit this, or I'll get to it once I have CVS again, hopefully in a few days.
Comment 6 Daniel Drake (RETIRED) gentoo-dev 2006-10-19 19:24:41 UTC
in portage