From owner-cvs-all@FreeBSD.ORG Thu Oct 13 16:57:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC39416A41F; Thu, 13 Oct 2005 16:57:53 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8E2043D46; Thu, 13 Oct 2005 16:57:53 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j9DGvrfR065804; Thu, 13 Oct 2005 16:57:53 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9DGvr1k065803; Thu, 13 Oct 2005 16:57:53 GMT (envelope-from jhb) Message-Id: <200510131657.j9DGvr1k065803@repoman.freebsd.org> From: John Baldwin Date: Thu, 13 Oct 2005 16:57:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 device_get_softc.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 16:57:54 -0000 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