Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Feb 2018 06:57:08 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r329438 - head/share/man/man9
Message-ID:  <201802170657.w1H6v8NL027439@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Sat Feb 17 06:57:08 2018
New Revision: 329438
URL: https://svnweb.freebsd.org/changeset/base/329438

Log:
  Add description for T specifier. It's for PNP keys that are checked
  programatically that must be true for a device to match, but aren't in
  the table as discrete fields.
  
  Sponsored by: Netflix

Modified:
  head/share/man/man9/MODULE_PNP_INFO.9

Modified: head/share/man/man9/MODULE_PNP_INFO.9
==============================================================================
--- head/share/man/man9/MODULE_PNP_INFO.9	Sat Feb 17 06:57:03 2018	(r329437)
+++ head/share/man/man9/MODULE_PNP_INFO.9	Sat Feb 17 06:57:08 2018	(r329438)
@@ -109,6 +109,11 @@ A pointer to a human readable description for the devi
 A pointer that should be ignored.
 .It Dq Vt E
 EISA PNP Identifier.
+.It Dq Vt T
+PNP info that's true for the for the whole table.
+The driver code checks for these condition pragmatically before using
+this table to match devices.
+This item must come last in the list.
 .El
 .Pp
 The pseudo-name



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