In message <[EMAIL PROTECTED]> j mckitrick writes:
: Any devices using the ppbus will end up sharing the hardware port.  If i want
: to access this resource info, should i store it in my local driver's softc
: structure, or extract it from the parent device (ppbus)?

There should be a method for getting the resource for the parent.
bus_alloc_resource is that method.  The parent should manage its
children's resources, even if they all map to the same port(s).  You
shouldn't be extracting it more directly from the parent.

Warner

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

Reply via email to