On Tuesday 26 June 2007, Randy Dunlap wrote: > ERROR: "pci_get_bus_and_slot" [drivers/firmware/edd.ko] undefined! > make[1]: *** [__modpost] Error 1 > > Should EDD depend on PCI or should some parts of edd.c be stubbed? I'd suggest to simply stub it, as attached (untested, as my crap-Awarded BIOS only has 2.1). It may not be nice to pull in the PCI defs and then return NULL regardless, but should be safe in your case. Does that work? Torsten