On Sun, Dec 09, 2001 at 09:35:58AM +1030, David Rowe wrote:
> > No, you can claim PCI devices after boot.  It works fine.  Stick some
> > printfs in your probe code to be sure it's being called correctly and
> > what it's being called on.

I stand partialy correctly, as Mike points out, you need to claim before
the chip driver does so you will have to reboot everytime you do
anything (in which case you should just go ahead and compile it into the
kernel since it's much easier to debug.)  I forgot there was a
difference between chip# and none#.

> OK - this is my probe function:
> 
> static int
> mypci_probe(device_t dev)
> {
>   uprintf("MyPCI Probe\n"
>           "Vendor ID : 0x%x\n"
>           "Device ID : 0x%x\n",pci_get_vendor(dev),pci_get_device(dev));
>  
>   return ENXIO;
> }

I hope this is just a testing function and not the real thing.  The real
thing needs to match a device id and return something appropriate.

-- Brooks

-- 
Any statement of the form "X is the one, true Y" is FALSE.
PGP fingerprint 655D 519C 26A7 82E7 2529  9BF0 5D8E 8BE9 F238 1AD4

Attachment: msg29812/pgp00000.pgp
Description: PGP signature

Reply via email to