Re: [PATCH] acenic: fix section mismatches

2006-04-03 Thread Randy.Dunlap
On Sun, 2 Apr 2006 23:12:03 +0200 Sam Ravnborg wrote: On Mon, Mar 27, 2006 at 02:32:14PM -0800, Randy.Dunlap wrote: Sam, I am now seeing this error (not a WARNING like the previous ones were): drivers/net/typhoon.c:137: error: version causes a section type conflict but I

Re: [PATCH] acenic: fix section mismatches

2006-04-03 Thread Sam Ravnborg
On Mon, Apr 03, 2006 at 10:27:32AM -0700, Randy.Dunlap wrote: On Sun, 2 Apr 2006 23:12:03 +0200 Sam Ravnborg wrote: On Mon, Mar 27, 2006 at 02:32:14PM -0800, Randy.Dunlap wrote: Sam, I am now seeing this error (not a WARNING like the previous ones were):

Re: [PATCH] acenic: fix section mismatches

2006-04-03 Thread Randy.Dunlap
On Mon, 3 Apr 2006 19:27:25 +0200 Sam Ravnborg wrote: On Mon, Apr 03, 2006 at 10:27:32AM -0700, Randy.Dunlap wrote: On Sun, 2 Apr 2006 23:12:03 +0200 Sam Ravnborg wrote: On Mon, Mar 27, 2006 at 02:32:14PM -0800, Randy.Dunlap wrote: Sam, I am now seeing this error (not a

Re: [PATCH] acenic: fix section mismatches

2006-04-02 Thread Sam Ravnborg
On Mon, Mar 27, 2006 at 02:32:14PM -0800, Randy.Dunlap wrote: Sam, I am now seeing this error (not a WARNING like the previous ones were): drivers/net/typhoon.c:137: error: version causes a section type conflict but I don't see a real problem in the driver source file. Ideas,

Re: [PATCH] acenic: fix section mismatches

2006-03-29 Thread Jeff Garzik
Randy.Dunlap wrote: From: Randy Dunlap [EMAIL PROTECTED] Fix section mismatches in acenic driver: WARNING: drivers/net/acenic.o - Section mismatch: reference to .init.data:tigon2FwText from .text between 'acenic_probe_one' (at offset 0x2409) and 'ace_interrupt' WARNING: drivers/net/acenic.o -

Re: [PATCH] acenic: fix section mismatches

2006-03-28 Thread Randy.Dunlap
On Tue, 28 Mar 2006 07:10:30 +0200 Sam Ravnborg wrote: On Mon, Mar 27, 2006 at 02:32:14PM -0800, Randy.Dunlap wrote: Nope, only with HOTPLUG enabled. I can try without also (but disabling it is a pain :). ugh, FW_LOADER is the beast (not CONFIG_HOTPLUG itself). Sam, I

Re: [PATCH] acenic: fix section mismatches

2006-03-27 Thread Jes Sorensen
Randy == Randy Dunlap [EMAIL PROTECTED] writes: Randy From: Randy Dunlap [EMAIL PROTECTED] Fix section mismatches Randy in acenic driver: WARNING: drivers/net/acenic.o - Section Randy mismatch: reference to .init.data:tigon2FwText from .text between Randy 'acenic_probe_one' (at offset 0x2409)

Re: [PATCH] acenic: fix section mismatches

2006-03-27 Thread Sam Ravnborg
On Mon, Mar 27, 2006 at 12:26:12PM -0800, Randy.Dunlap wrote: From: Randy Dunlap [EMAIL PROTECTED] Fix section mismatches in acenic driver: WARNING: drivers/net/acenic.o - Section mismatch: reference to .init.data:tigon2FwText from .text between 'acenic_probe_one' (at offset 0x2409) and

Re: [PATCH] acenic: fix section mismatches

2006-03-27 Thread Randy.Dunlap
On Mon, 27 Mar 2006 22:36:25 +0200 Sam Ravnborg wrote: On Mon, Mar 27, 2006 at 12:26:12PM -0800, Randy.Dunlap wrote: From: Randy Dunlap [EMAIL PROTECTED] Fix section mismatches in acenic driver: WARNING: drivers/net/acenic.o - Section mismatch: reference to .init.data:tigon2FwText

Re: [PATCH] acenic: fix section mismatches

2006-03-27 Thread Randy.Dunlap
On Mon, 27 Mar 2006 13:19:41 -0800 Randy.Dunlap wrote: On Mon, 27 Mar 2006 22:36:25 +0200 Sam Ravnborg wrote: On Mon, Mar 27, 2006 at 12:26:12PM -0800, Randy.Dunlap wrote: From: Randy Dunlap [EMAIL PROTECTED] Fix section mismatches in acenic driver: WARNING: drivers/net/acenic.o

Re: [PATCH] acenic: fix section mismatches

2006-03-27 Thread Randy.Dunlap
On Mon, 27 Mar 2006 13:19:41 -0800 Randy.Dunlap wrote: On Mon, 27 Mar 2006 22:36:25 +0200 Sam Ravnborg wrote: On Mon, Mar 27, 2006 at 12:26:12PM -0800, Randy.Dunlap wrote: From: Randy Dunlap [EMAIL PROTECTED] Fix section mismatches in acenic driver: WARNING: drivers/net/acenic.o

Re: [PATCH] acenic: fix section mismatches

2006-03-27 Thread Randy.Dunlap
On Mon, 27 Mar 2006 14:11:56 -0800 Randy.Dunlap wrote: On Mon, 27 Mar 2006 13:19:41 -0800 Randy.Dunlap wrote: On Mon, 27 Mar 2006 22:36:25 +0200 Sam Ravnborg wrote: On Mon, Mar 27, 2006 at 12:26:12PM -0800, Randy.Dunlap wrote: From: Randy Dunlap [EMAIL PROTECTED] Fix

Re: [PATCH] acenic: fix section mismatches

2006-03-27 Thread Sam Ravnborg
On Mon, Mar 27, 2006 at 02:32:14PM -0800, Randy.Dunlap wrote: Nope, only with HOTPLUG enabled. I can try without also (but disabling it is a pain :). ugh, FW_LOADER is the beast (not CONFIG_HOTPLUG itself). Sam, I am now seeing this error (not a WARNING like the previous ones