Re: newbus flaw

From: Dag-Erling Smørgrav (des_at_des.no)
Date: 05/12/04

  • Next message: John-Mark Gurney: "Re: newbus flaw"
    To: arch@freebsd.org
    Date: Wed, 12 May 2004 15:26:57 +0200
    
    

    John-Mark Gurney <gurney_j@efn.org> writes:
    > You are incorrect in assuming you can't find out if another child already
    > exists.. Usually this is a problem of properly allocating resources so
    > that you know the other child exists. Since you are using identify, you
    > already don't have a "self describing" bus, which means that you have
    > to either use hints, or another method to make sure that your device
    > doesn't already exist.

    It's not quite that simple. See the block comment at the top of
    src/sys/dev/ichwd/ichwd.c for an explanation.

    DES

    -- 
    Dag-Erling Smørgrav - des@des.no
    _______________________________________________
    freebsd-arch@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-arch
    To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org"
    

  • Next message: John-Mark Gurney: "Re: newbus flaw"

    Relevant Pages

    • Re: newbus flaw
      ... John-Mark Gurney writes: ... > You're always going to be a child of nexus, ... > the comment that there can only ever be one child. ... it is a leftover from a previous module load / unload cycle ...
      (freebsd-arch)
    • Re: Thread question
      ... Any threads that are started by the main thread can start child ... >>#2 is incorrect. ... >>continue to execute. ...
      (comp.lang.java.programmer)
    • Re: defunct processes dont always go away when parent does waitpid(-1)
      ... > Rob Y wrote: ... >> should clean them all up, ... it takes only one child. ... That would be incorrect. ...
      (comp.unix.aix)
    • Re: unix pipe problems
      ... > '&buffer' is incorrect. ... > You never initialized 'wordsize' in the child. ... that the child process finishes before the parent can ever send ...
      (comp.unix.programmer)
    • Re: children not getting eof from pipe
      ... > The value of $read here is incorrect except for the last child. ... > children are reading from the same pipe, ... Prev by Date: ...
      (comp.lang.perl.misc)