Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 148521 - net-wireless/acx 2.6.18 kernel support
Summary: net-wireless/acx 2.6.18 kernel support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Stephen Bennett (RETIRED)
URL: http://svn.sabayonlinux.org/listing.p...
Whiteboard:
Keywords:
Depends on:
Blocks: 148429
  Show dependency tree
 
Reported: 2006-09-21 08:35 UTC by Fabio Erculiani
Modified: 2007-03-16 09:36 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch for 0.3.35_p20060521 (2618.patch,332 bytes, patch)
2006-10-14 07:54 UTC, Daniel Drake (RETIRED)
Details | Diff
patch for 0.3.35 (2618.patch.gone,324 bytes, patch)
2006-10-14 07:54 UTC, Daniel Drake (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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