public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.5.12 compile error ( e100, Alternate Intel driver )
@ 2002-05-01 11:23 Seiichi Nakashima
  2002-05-01 11:43 ` Dave Jones
  2002-05-01 19:06 ` Jeff Garzik
  0 siblings, 2 replies; 4+ messages in thread
From: Seiichi Nakashima @ 2002-05-01 11:23 UTC (permalink / raw)
  To: linux-kernel; +Cc: nakasei

Hi.

I compile 2.5.12 without framebuffer console and boot up fine.
First I use EtherExpressPro/100 support ( e100, Altrenate Intel driver ),
but compile error occured. this driver is default.
I change EtherExpressPro/100 support ( eepro100, original Becker driver ),
then compile and boot up fine.

=== compile error EtherExpressPro/100 support ( e100, Altrenate Intel driver ) ===

io_apic.c:221: warning: `move' defined but not used
drivers/net/net.o: In function `e100_diag_config_loopback':
drivers/net/net.o(.text+0x52ff): undefined reference to `e100_phy_reset'
make: *** [vmlinux] Error 1

--------------------------------
  Seiichi Nakashima
  Email   nakasima@kumin.ne.jp
--------------------------------

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2.5.12 compile error ( e100, Alternate Intel driver )
  2002-05-01 11:23 2.5.12 compile error ( e100, Alternate Intel driver ) Seiichi Nakashima
@ 2002-05-01 11:43 ` Dave Jones
  2002-05-01 12:33   ` Seiichi Nakashima
  2002-05-01 19:06 ` Jeff Garzik
  1 sibling, 1 reply; 4+ messages in thread
From: Dave Jones @ 2002-05-01 11:43 UTC (permalink / raw)
  To: Seiichi Nakashima; +Cc: linux-kernel, nakasei

On Wed, May 01, 2002 at 08:23:11PM +0900, Seiichi Nakashima wrote:

 > === compile error EtherExpressPro/100 support ( e100, Altrenate Intel driver ) ===
 > 
 > io_apic.c:221: warning: `move' defined but not used
 > drivers/net/net.o: In function `e100_diag_config_loopback':
 > drivers/net/net.o(.text+0x52ff): undefined reference to `e100_phy_reset'
 > make: *** [vmlinux] Error 1

Remove the __devexit tag from e100_phy_reset()'s definition in
drivers/net/e100/e100_phy.c around line 873

I already sent Jeff a patch for this.

-- 
| Dave Jones.        http://www.codemonkey.org.uk
| SuSE Labs

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2.5.12 compile error ( e100, Alternate Intel driver )
  2002-05-01 11:43 ` Dave Jones
@ 2002-05-01 12:33   ` Seiichi Nakashima
  0 siblings, 0 replies; 4+ messages in thread
From: Seiichi Nakashima @ 2002-05-01 12:33 UTC (permalink / raw)
  To: Dave Jones; +Cc: linux-kernel

Thanks.

I change drivers/net/e100/e100_phy.c at line 876 from void __devexit to void,
then I change kernel configuration from eepro100 to e100, compile, and boot up fine.

=====

>On Wed, May 01, 2002 at 08:23:11PM +0900, Seiichi Nakashima wrote:
>
> > === compile error EtherExpressPro/100 support ( e100, Altrenate Intel driver ) ===
> > 
> > io_apic.c:221: warning: `move' defined but not used
> > drivers/net/net.o: In function `e100_diag_config_loopback':
> > drivers/net/net.o(.text+0x52ff): undefined reference to `e100_phy_reset'
> > make: *** [vmlinux] Error 1
>
>Remove the __devexit tag from e100_phy_reset()'s definition in
>drivers/net/e100/e100_phy.c around line 873
>
>I already sent Jeff a patch for this.
>
>-- 
>| Dave Jones.        http://www.codemonkey.org.uk
>| SuSE Labs
>
>

--------------------------------
  Seiichi Nakashima
  Email   nakasima@kumin.ne.jp
--------------------------------

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2.5.12 compile error ( e100, Alternate Intel driver )
  2002-05-01 11:23 2.5.12 compile error ( e100, Alternate Intel driver ) Seiichi Nakashima
  2002-05-01 11:43 ` Dave Jones
@ 2002-05-01 19:06 ` Jeff Garzik
  1 sibling, 0 replies; 4+ messages in thread
From: Jeff Garzik @ 2002-05-01 19:06 UTC (permalink / raw)
  To: Seiichi Nakashima; +Cc: linux-kernel, nakasei

Seiichi Nakashima wrote:

>Hi.
>
>I compile 2.5.12 without framebuffer console and boot up fine.
>First I use EtherExpressPro/100 support ( e100, Altrenate Intel driver ),
>but compile error occured. this driver is default.
>I change EtherExpressPro/100 support ( eepro100, original Becker driver ),
>then compile and boot up fine.
>
>=== compile error EtherExpressPro/100 support ( e100, Altrenate Intel driver ) ===
>
>io_apic.c:221: warning: `move' defined but not used
>drivers/net/net.o: In function `e100_diag_config_loopback':
>drivers/net/net.o(.text+0x52ff): undefined reference to `e100_phy_reset'
>make: *** [vmlinux] Error 1
>


this has been fixed and the fix has been sent to Linus.



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-05-01 19:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-01 11:23 2.5.12 compile error ( e100, Alternate Intel driver ) Seiichi Nakashima
2002-05-01 11:43 ` Dave Jones
2002-05-01 12:33   ` Seiichi Nakashima
2002-05-01 19:06 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox