Re: KLDs and PCI?

2000-11-14 Thread Julian Elischer
Try use the newest version of /usr/share/examples/drivers/make_device_driver.sh I just added PCI support (but I have't tested it much yet) Hopefully I'll get feedback it it's too radically wrong. I am working on a KLD for a PCI device. My problem is I can't find how to call the probe and

Re: KLDs and PCI?

2000-11-13 Thread Warner Losh
In message [EMAIL PROTECTED] "Chris Ptacek" writes: : I am working on a KLD for a PCI device. My problem is I can't find how to : call the probe and attach calls during the load for a PCI device. I have : looked in the /usr/src/sys/pci directory and haven't found any KLDs to use : as an

KLDs and PCI?

2000-11-12 Thread Chris Ptacek
I am working on a KLD for a PCI device. My problem is I can't find how to call the probe and attach calls during the load for a PCI device. I have looked in the /usr/src/sys/pci directory and haven't found any KLDs to use as an example. What are the steps I need to take to handle a PCI device