On Mon, Jun 23, 2008 at 09:28:53PM +0200, Daniel Baumann wrote: > mips: > http://buildd.debian.org/fetch.cgi?&pkg=linux-modules-extra-2.6&ver=2.6.25-2&arch=mips&stamp=1213610531&file=log
Thanks! Here's the failing line: CC [M] /build/buildd/linux-modules-extra-2.6-2.6.25/debian/build/build_mips_none_r4k-ip22_et131x/et131x_initpci.o et131x_initpci.c: In function 'et131x_pci_setup': et131x_initpci.c:1375: error: implicit declaration of function 'pci_set_consistent_dma_mask' But look at this: $ grep pci_set_consistent_dma_mask include/linux/* include/linux/pci.h:int pci_set_consistent_dma_mask(struct pci_dev *dev, u64 mask); $ grep pci.h et131x_initpci.c #include <linux/pci.h> The only way I can see this happening is if CONFIG_PCI isn't set. But as far as I can tell, this driver is PCI only, so it should be disabled for non-PCI builds. > s390: > http://buildd.debian.org/fetch.cgi?&pkg=linux-modules-extra-2.6&ver=2.6.25-2&arch=s390&stamp=1213582615&file=log We know s390 doesn't have PCI ;-) Hell, it doesn't have MMIO, IO ports ... anyway, it should be disabled for s390. -- Intel are signing my paycheques ... these opinions are still mine "Bill, look, we understand that you're interested in selling us this operating system, but compare it to ours. We can't possibly take such a retrograde step." -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]