I want to use custom devctl commands inside my network driver. Can I pass
custom command via devctl() through io_net_registrant_funcs_t? Or, should
I embed resouce manager codes into network driver? The purpose is to embed
generic devctl interface into io-net driver interface.
On Wed, Apr 19, 2006 at 07:45:05AM +0000, Tsung-Hsun Wu wrote:
I want to use custom devctl commands inside my network driver. Can I pass
custom command via devctl() through io_net_registrant_funcs_t? Or, should
I embed resouce manager codes into network driver? The purpose is to embed
generic devctl interface into io-net driver interface.
I think if io-net doesn’t recognize the devctl command it will just pass
it down to the driver.
Gilles