Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Oct 2005 16:57:53 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/man/man9 device_get_softc.9
Message-ID:  <200510131657.j9DGvr1k065803@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2005-10-13 16:57:53 UTC

  FreeBSD src repository

  Modified files:
    share/man/man9       device_get_softc.9 
  Log:
  - Clarify when the softc is allocated.  It is allocated when a device is
    probed and attached, not on the first call to device_get_softc().
  - Add a cross reference to DEVICE_PROBE regarding the caveats of using the
    softc in a driver's probe routine.
  - Fix a grammar bogon.
  
  PR:             docs/87176 (1)
  Submitted by:   Devon H. O'Dell dodell at offmyserver dot com (1)
  MFC after:      3 days
  
  Revision  Changes    Path
  1.12      +7 -3      src/share/man/man9/device_get_softc.9



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