I had to apply the following patch because modprobe complained that
the symbol pci_enable_device was missing while loading usb-uhci.o:
--- linux-2.3.23pre1-vanilla/drivers/pci/pcisyms.c Thu Oct 14 23:32:18 1999
+++ linux-2.3.23pre1-patched/drivers/pci/pcisyms.c Sun Oct 17 17:35:21 1999
@@ -19,6 +19,7 @@
EXPORT_SYMBOL(pci_write_config_dword);
EXPORT_SYMBOL(pci_devices);
EXPORT_SYMBOL(pci_root);
+EXPORT_SYMBOL(pci_enable_device);
EXPORT_SYMBOL(pci_find_class);
EXPORT_SYMBOL(pci_find_device);
EXPORT_SYMBOL(pci_find_slot);
Regards,
Toon.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/