I am new to freeBSD.
I am writing a character device driver for a pci-ide controller.
The problem is that atapci driver already claims my device. So in essence I
need to
detach the atapci driver from my device and then claim it.... 
I have tried using the bus_generic_detach to detach the atapci driver, 
now how will I get to my attach entry point?? 
Or is there is any way in which my probe entry point to be called for  a
device that is already attached to another driver.
 
Regards,
-Vanishree


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to