tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Multiple device attachments



On Thu, Jul 21, 2011 at 04:24:11PM -0500, Frank Zerangue wrote:
> The examples you site seem to indicate that for example the le device may 
> attach to many
> alternative devices (e.g. pci, tc, …), but only one attachment is made when 
> autoconf is complete. I may have 
> read the code examples incorrectly -- please pardon me if I did; but what I 
> want to know is --  can a 
> device have multiple attachments (more than one parent device) when autoconf 
> is complete. 

I think you mean to ask if one device instance can have more than one
parent, e.g.,

        le0 at pci0
        le0 at pci1

or

        le0 at pci0
        le0 at isapnp0

I am pretty sure that is not possible.

Dave

-- 
David Young             OJC Technologies
dyoung%ojctech.com@localhost      Urbana, IL * (217) 344-0444 x24


Home | Main Index | Thread Index | Old Index