diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-01-06 01:02:14 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-01-06 01:02:14 +0000 |
commit | c575f5a2130bf9d4b244ae5ab5420318dad910c1 (patch) | |
tree | 44abff9c7c7d9a0f96d086c8d6cde7e510d2f9ae /share/man | |
parent | 3391ddf55fd3d98616d9ca3afe2a99e7be299755 (diff) |
firmware license files are not loaded on demand;
ok deraadt@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/atu.4 | 3 | ||||
-rw-r--r-- | share/man/man4/fxp.4 | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/share/man/man4/atu.4 b/share/man/man4/atu.4 index 7ccb5bf79f4..bc11ef3e7e3 100644 --- a/share/man/man4/atu.4 +++ b/share/man/man4/atu.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: atu.4,v 1.8 2004/11/23 12:37:36 naddy Exp $ +.\" $OpenBSD: atu.4,v 1.9 2005/01/06 01:02:13 jmc Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -90,7 +90,6 @@ The driver needs some firmware files, which are loaded on demand when the device is attached: .Pp .Bl -tag -width Ds -offset indent -compact -.It Pa /etc/firmware/atu-license .It Pa /etc/firmware/atu-intersil-int .It Pa /etc/firmware/atu-intersil-ext .It Pa /etc/firmware/atu-rfmd-int diff --git a/share/man/man4/fxp.4 b/share/man/man4/fxp.4 index 17e742d5ed2..81e20377519 100644 --- a/share/man/man4/fxp.4 +++ b/share/man/man4/fxp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fxp.4,v 1.31 2004/12/22 14:44:41 jmc Exp $ +.\" $OpenBSD: fxp.4,v 1.32 2005/01/06 01:02:13 jmc Exp $ .\" .\" Copyright (c) 1997 David E. O'Brien .\" @@ -116,7 +116,6 @@ interface is brought up: .It Pa /etc/firmware/fxp-d101s .It Pa /etc/firmware/fxp-d102 .It Pa /etc/firmware/fxp-d102c -.It Pa /etc/firmware/fxp-license .El .Pp If a file is missing, the driver attempts to operate anyway. |