Date: Fri, 24 May 2019 14:38:31 +0000 (UTC) From: Mark Johnston <markj@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r348238 - stable/12/share/man/man9 Message-ID: <201905241438.x4OEcV46019190@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: markj Date: Fri May 24 14:38:31 2019 New Revision: 348238 URL: https://svnweb.freebsd.org/changeset/base/348238 Log: MFC r348002: Typo. Modified: stable/12/share/man/man9/DRIVER_MODULE.9 Directory Properties: stable/12/ (props changed) Modified: stable/12/share/man/man9/DRIVER_MODULE.9 ============================================================================== --- stable/12/share/man/man9/DRIVER_MODULE.9 Fri May 24 13:39:56 2019 (r348237) +++ stable/12/share/man/man9/DRIVER_MODULE.9 Fri May 24 14:38:31 2019 (r348238) @@ -125,7 +125,7 @@ macro allows a driver to be registered for a specific The boot time probe and attach process makes multiple passes over the device tree. Certain critical drivers that provide basic services needed by other -devices are attach during earlier passes. +devices are attached during earlier passes. Most drivers are attached in a final general pass. A driver that attaches during an early pass must register for a specific pass level
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905241438.x4OEcV46019190>