public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 3COM 3C990 NIC
@ 2002-10-19  4:49 Christopher Keller
  2002-10-22  4:54 ` David Dillow
  0 siblings, 1 reply; 7+ messages in thread
From: Christopher Keller @ 2002-10-19  4:49 UTC (permalink / raw)
  To: linux-kernel

Is anyone maintaining the 3C990 driver? I'm using the code from 3COM and
it doesn't look like it's been kept up to date with the various kernel
changes. I'm also using the latest Red Hat kernel in case it matters. 

When compiling with SMP support, I'm getting the following errors during
a depmod -ae

depmod: *** Unresolved symbols in
/lib/modules/2.4.18-17.8.0smp/kernel/drivers/net/3c990.o
depmod:         pci_write_config_byte
depmod:         eth_type_trans
depmod:         __wake_up
depmod:         __kfree_skb
depmod:         alloc_skb
depmod:         init_etherdev
depmod:         kmalloc
depmod:         pci_free_consistent
depmod:         pci_find_class
depmod:         pci_read_config_byte
depmod:         cpu_raise_softirq
depmod:         free_irq
depmod:         unregister_netdev
depmod:         __out_of_line_bug
depmod:         iounmap
depmod:         pci_alloc_consistent
depmod:         interruptible_sleep_on_timeout
depmod:         __ioremap
depmod:         pci_read_config_word
depmod:         kfree
depmod:         request_irq
depmod:         netif_rx
depmod:         skb_over_panic
depmod:         jiffies
depmod:         softnet_data
depmod:         printk
depmod:         __const_udelay

I get no problems in the single processor compile & depmod. Can these be
safely ignored? The SMP #define simply includes the spinlock stuff.

#ifdef SMP
#include <linux/spinlock.h>
#endif
-- 
Homepage: http://interclypse.net
Registered Linux user #215241 (http://counter.li.org/)


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

end of thread, other threads:[~2002-10-23  3:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-19  4:49 3COM 3C990 NIC Christopher Keller
2002-10-22  4:54 ` David Dillow
2002-10-22  9:47   ` Jeff Garzik
2002-10-22 14:53     ` David Dillow
2002-10-22 14:37   ` Christopher Keller
2002-10-22 23:13   ` David S. Miller
2002-10-23  3:50     ` David Dillow

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