All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers/net/Makefile fixes smc91c92 module linkage, kernel 2.4.20
@ 2002-11-30 21:51 wrightws
  2002-11-30 22:14 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: wrightws @ 2002-11-30 21:51 UTC (permalink / raw)
  To: linux-kernel; +Cc: marcelo

[-- Attachment #1: Type: text/plain, Size: 673 bytes --]

modprobe on smc91c92.o seems to be missing linked mii related functions.
Add CONFIG_PCMCIA_SMC91C92 entry containing mii.o to drivers/net/Makefile
so that things link together properly.

-- Wes


*** linux-2.4.20/drivers/net/Makefile   2002-11-28 18:53:13.000000000 -0500
--- linux-2.4.20-ww1/drivers/net/Makefile       2002-11-30 16:26:32.000000000 -0500
***************
*** 122,127 ****
--- 122,128 ----
  obj-$(CONFIG_MAC8390) += daynaport.o 8390.o
  obj-$(CONFIG_APNE) += apne.o 8390.o
  obj-$(CONFIG_PCMCIA_PCNET) += 8390.o
+ obj-$(CONFIG_PCMCIA_SMC91C92) += mii.o
  obj-$(CONFIG_SHAPER) += shaper.o
  obj-$(CONFIG_SK_G16) += sk_g16.o
  obj-$(CONFIG_HP100) += hp100.o

[-- Attachment #2: ASCII text --]
[-- Type: text/plain, Size: 214 bytes --]

modprobe on smc91c92.o seems to be missing linked mii related functions.
Add CONFIG_PCMCIA_SMC91C92 entry containing mii.o to drivers/net/Makefile
so that things link together properly.

Wes Wright
wes@paul.hn.org

[-- Attachment #3: 'diff' output text --]
[-- Type: text/plain, Size: 469 bytes --]

*** linux-2.4.20/drivers/net/Makefile	2002-11-28 18:53:13.000000000 -0500
--- linux-2.4.20-ww1/drivers/net/Makefile	2002-11-30 16:26:32.000000000 -0500
***************
*** 122,127 ****
--- 122,128 ----
  obj-$(CONFIG_MAC8390) += daynaport.o 8390.o
  obj-$(CONFIG_APNE) += apne.o 8390.o
  obj-$(CONFIG_PCMCIA_PCNET) += 8390.o
+ obj-$(CONFIG_PCMCIA_SMC91C92) += mii.o
  obj-$(CONFIG_SHAPER) += shaper.o
  obj-$(CONFIG_SK_G16) += sk_g16.o
  obj-$(CONFIG_HP100) += hp100.o

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

* Re: [PATCH] drivers/net/Makefile fixes smc91c92 module linkage, kernel 2.4.20
  2002-11-30 21:51 [PATCH] drivers/net/Makefile fixes smc91c92 module linkage, kernel 2.4.20 wrightws
@ 2002-11-30 22:14 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2002-11-30 22:14 UTC (permalink / raw)
  To: wrightws; +Cc: linux-kernel, marcelo

wrightws@paul.hn.org wrote:
> *** linux-2.4.20/drivers/net/Makefile	2002-11-28 18:53:13.000000000 -0500
> --- linux-2.4.20-ww1/drivers/net/Makefile	2002-11-30 16:26:32.000000000 -0500
> ***************
> *** 122,127 ****
> --- 122,128 ----
>   obj-$(CONFIG_MAC8390) += daynaport.o 8390.o
>   obj-$(CONFIG_APNE) += apne.o 8390.o
>   obj-$(CONFIG_PCMCIA_PCNET) += 8390.o
> + obj-$(CONFIG_PCMCIA_SMC91C92) += mii.o
>   obj-$(CONFIG_SHAPER) += shaper.o
>   obj-$(CONFIG_SK_G16) += sk_g16.o
>   obj-$(CONFIG_HP100) += hp100.o



marcelo appears to have applied some patch like this in his current BK 
repository.  I am sending an update which makes this fixed a little bit 
better, too.


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

end of thread, other threads:[~2002-11-30 22:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-30 21:51 [PATCH] drivers/net/Makefile fixes smc91c92 module linkage, kernel 2.4.20 wrightws
2002-11-30 22:14 ` Jeff Garzik

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.