diff options
author | 2006-10-04 00:23:20 +0000 | |
---|---|---|
committer | 2006-10-04 00:23:20 +0000 | |
commit | 71c829b413bee097d5933ae57a3462829d4c2988 (patch) | |
tree | 350e226d3e89b81b3a4393a7d75270b0b04ec488 | |
parent | Use loadfirmware(9) to get /etc/firmware/bnx instead of hard-coding a (diff) | |
download | wireguard-openbsd-71c829b413bee097d5933ae57a3462829d4c2988.tar.xz wireguard-openbsd-71c829b413bee097d5933ae57a3462829d4c2988.zip |
document /etc/firmware/bnx
-rw-r--r-- | share/man/man4/bnx.4 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/share/man/man4/bnx.4 b/share/man/man4/bnx.4 index 1d63bc069f5..e342f78b914 100644 --- a/share/man/man4/bnx.4 +++ b/share/man/man4/bnx.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bnx.4,v 1.9 2006/08/30 22:56:05 jmc Exp $ +.\" $OpenBSD: bnx.4,v 1.10 2006/10/04 00:23:20 deraadt Exp $ .\" .\"Copyright (c) 2006 Broadcom Corporation .\" David Christensen <davidch@broadcom.com>. All rights reserved. @@ -131,6 +131,13 @@ Force half duplex operation. .Pp For more information on configuring this device, see .Xr ifconfig 8 . +.Sh FILES +The adapter needs a firmware file, which is loaded on demand by the +driver when the device is attached: +.Pp +.Bl -tag -width Ds -offset indent -compact +.It Pa /etc/firmware/bnx +.El .Sh SEE ALSO .Xr arp 4 , .Xr brgphy 4 , |