Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jul 2002 17:16:23 -0400
From:      "Sabapathi, Vanishree" <vanis@lsil.com>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Claiming a device which is already claimed byanother driver.
Message-ID:  <0E3FA95632D6D047BA649F95DAB60E57F6B248@EXA-ATLANTA.se.lsil.com>

next in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0E3FA95632D6D047BA649F95DAB60E57F6B248>