aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2019-05-23 15:53:41 +0000
committerWarner Losh <imp@FreeBSD.org>2019-05-23 15:53:41 +0000
commitad018aa4da6f23a67e58b43d3b65a0b4f05f776e (patch)
tree2f1856853c752474a5073d96970f2cad2f17cec4
parent06cd525fe3222d93fae9925a7d85b182d6c2ecbf (diff)
Notes
-rw-r--r--share/man/man9/MODULE_PNP_INFO.910
1 files changed, 9 insertions, 1 deletions
diff --git a/share/man/man9/MODULE_PNP_INFO.9 b/share/man/man9/MODULE_PNP_INFO.9
index 53b897e0d250..843135bede4b 100644
--- a/share/man/man9/MODULE_PNP_INFO.9
+++ b/share/man/man9/MODULE_PNP_INFO.9
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 5, 2018
+.Dd May 23, 2019
.Dt MODULE_PNP_INFO 9
.Os
.Sh NAME
@@ -196,6 +196,14 @@ MODULE_PNP_INFO("U16:device;D:#;T:vendor=0x1234", pci, my_driver,
.Ed
.El
.\"
+.Sh BUGS
+The
+.Nm
+macro must follow
+.Dv DRIVER_MODULE
+invocations due to limitations in the
+.Dv linker.hints
+file format.
.Sh SEE ALSO
.Xr devmatch 8 ,
.Xr DRIVER_MODULE 9 ,