summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2015-07-19 23:37:45 +0000
committermarcel <marcel@FreeBSD.org>2015-07-19 23:37:45 +0000
commitf24cee01cd23b07094788f7dfd323d0f09b268d8 (patch)
treee753a32b4e0c39d0491cf9ea039c96301f3361f6 /share
parent82aaf8f114123db180b4c2e22455306044e66b78 (diff)
downloadFreeBSD-src-f24cee01cd23b07094788f7dfd323d0f09b268d8.zip
FreeBSD-src-f24cee01cd23b07094788f7dfd323d0f09b268d8.tar.gz
Check the hw.proto.attach environment variable for devices that
proto(4) should attach to instead of the normal driver. Document the variable.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/proto.48
1 files changed, 7 insertions, 1 deletions
diff --git a/share/man/man4/proto.4 b/share/man/man4/proto.4
index 376060b..f541836 100644
--- a/share/man/man4/proto.4
+++ b/share/man/man4/proto.4
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 3, 2015
+.Dd July 19, 2015
.Dt PROTO 4
.Os
.\"
@@ -47,6 +47,12 @@ module at boot time, place the following line in
.Bd -literal -offset indent
proto_load="YES"
.Ed
+.Pp
+To have the driver attach to a device instead of its regular driver,
+mention it in the list of devices assigned to the following loader variable:
+.Bd -ragged -offset indent
+hw.proto.attach="desc[,desc]"
+.Ed
.\"
.Sh DESCRIPTION
The
OpenPOWER on IntegriCloud