On Tue, Mar 15, 2005 at 01:39:35PM -0800, Jim Gifford wrote: > Date: Tue, 15 Mar 2005 13:39:35 -0800 > From: Jim Gifford <maillist@xxxxxxxxx> > To: Linux MIPS List <linux-mips@xxxxxxxxxxxxxx> > Subject: Current Build Warning Message > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > I just tried doing a current build on a 2.6.11 systems. I get the > following warnings. > > *** Warning: "pci_iounmap" [drivers/net/tulip/tulip.ko] undefined! > *** Warning: "pci_iomap" [drivers/net/tulip/tulip.ko] undefined! > > Any ideas on how to correct this? Write pci_iounmap and pci_iomap :-) (Recently an implementation was posted here but it's been broken as it only did support a single PCI bus and will fail silently for additional busses.) Ralf