diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 2015-07-19 23:37:45 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2015-07-19 23:37:45 +0000 |
commit | be00e098188c0dec135fb449334593731abc0033 (patch) | |
tree | e753a32b4e0c39d0491cf9ea039c96301f3361f6 /share/man/man4/proto.4 | |
parent | 97cc6870f68b3bc545dfb78512cc0e771a93fd70 (diff) |
Check the hw.proto.attach environment variable for devices that
proto(4) should attach to instead of the normal driver.
Document the variable.
Notes
Notes:
svn path=/head/; revision=285707
Diffstat (limited to 'share/man/man4/proto.4')
-rw-r--r-- | share/man/man4/proto.4 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/share/man/man4/proto.4 b/share/man/man4/proto.4 index 376060baa163..f541836ac62f 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 |