cvs commit: src/share/man/man9 DEVICE_PROBE.9

Warner Losh imp at FreeBSD.org
Sat Apr 10 23:37:22 PDT 2004


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


More information about the cvs-src mailing list