[vortex] building netdrivers on Linux/X86

George Luft GLuft@clayton.com
Thu Sep 19 16:53:01 2002


> -----Original Message-----
> From: Donald Becker [mailto:becker@scyld.com]
> Sent: Thursday, September 19, 2002 3:46 PM
> To: George Luft
> Cc: vortex@scyld.com
> Subject: RE: [vortex] building netdrivers on Linux/X86

> > depmod: *** Unresolved symbols in 
> /lib/modules/2.4.18/kernel/net/pci-scan.o
> 
> Hmmm, now this is a real symbol problem.
> 
> What does 'insmod pci-scan' report?

# insmod -v ./pci-scan.o
  Using ./pci-scan.o
  Symbol version prefix 'smp_'

and 

# lsmod
  Module                  Size  Used by    Not tainted
  pci-scan                3988   0  (unused)

I guess that's OK, right?