Re: Reg: Claiming a device which is already claimed by another driver.

2002-07-18 Thread Terry Lambert
"Sabapathi, Vanishree" wrote: > If not an answer to my question, can someone please tell me which is the > FreeBSD device driver development forum or New's group, where I am most > likely to get help... Not all processes are reversible. That is, things, once allocated, may not be capable of bein

Re: Reg: Claiming a device which is already claimed by another driver.

2002-07-18 Thread Matthew Emmerton
> > Hi, > > I am writing a charecter driver for a pci-ide controller, my problem > > is that atapci driver already claims my device. So in essence I need to > > detach the atapci driver from my device and claim it > > I have tried using the bus_generic_detach to detach the atapci driver, but >

RE: Reg: Claiming a device which is already claimed by another driver.

2002-07-18 Thread Sabapathi, Vanishree
ednesday, July 17, 2002 3:21 PM > To: '[EMAIL PROTECTED]' > Subject: FW: Reg: Claiming a device which is already claimed by > another driver. > > > I had sent this mail already, but was not sure if it reached... as I had > not registered previously... I w

FW: Reg: Claiming a device which is already claimed by another driver.

2002-07-17 Thread Sabapathi, Vanishree
o: '[EMAIL PROTECTED]' > Subject: Reg: Claiming a device which is already claimed by another > driver. > > Hi, > I am writing a charecter driver for a pci-ide controller, my problem > is that atapci driver already claims my device. So in essence I need to &