Subject: lkm for pci device
To: None <tech-kern@netbsd.org>
From: Daniel Brewer <danielb@cat.co.za>
List: tech-kern
Date: 07/01/2004 17:42:35
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