Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 May 2011 13:22:40 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern device_if.m
Message-ID:  <201105241323.p4ODN1bA020481@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2011-05-24 13:22:40 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             device_if.m 
  Log:
  SVN rev 222253 on 2011-05-24 13:22:40Z by jhb
  
  Update comments for DEVICE_PROBE() to reflect that BUS_PROBE_DEFAULT is
  now the preferred typical return value from a probe routine.  Discourage
  the use of 0 (BUS_PROBE_SPECIFIC) as it should be used very rarely.
  Point the reader to the DEVICE_PROBE(9) manpage for more detailed notes
  on possible probe return values.
  
  Submitted by:   Philip Soeberg  philip-dev of soeberg net
  
  Revision  Changes    Path
  1.13      +11 -9     src/sys/kern/device_if.m



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