Re: PCI_MULTI FUNCTION DEVICE DRIVERS

2005-09-14 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Scott Long <[EMAIL PROTECTED]> writes: : In the FreeBSD driver model, the driver 'probe' method will get called : for each PCI function in the system. The driver can either bid to : claim it, or reject it. It's up to the driver author as to what : crite

Re: PCI_MULTI FUNCTION DEVICE DRIVERS

2005-09-13 Thread Scott Long
rashmi ns wrote: Hello All, While writing a pci-driver for hdlc controller which has two functions 1.BRIDGE 2.Network Do we need to write two separate drivers for each class-code or how can a single driver manage two different functionalites .Are there any examples on pci-multifunction driver