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 _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"