Hi I'm trying to convert a kernel space driver to an lkm driver for a PCI device. I've got the lkm framework working, but I'm having trouble with the autoconf stuff (finding the devices on the PCI bus, calling the match() and attach() functions). Am I missing something obvious? -Daniel