Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Apr 2004 23:37:21 -0700 (PDT)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/man/man9 DEVICE_PROBE.9
Message-ID:  <200404110637.i3B6bL6m075383@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2004/04/10 23:37:21 PDT

  FreeBSD src repository

  Modified files:
    share/man/man9       DEVICE_PROBE.9 
  Log:
  Document more clearly that a probe routine:
          Should have no side effects
          Must not hold resources when it returns
          May be called multiple times if it returns < 0.
  
  Remove the bad advise that the probe routine should look for children
  for devices that implement busses.  This is more properly reserved for
  the attach routine.
  
  Revision  Changes    Path
  1.17      +8 -8      src/share/man/man9/DEVICE_PROBE.9



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