diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-11-22 22:49:23 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-11-22 22:49:23 +0000 |
commit | 333d314f75951dc1a046a9ad0cdebf66d2f82a0d (patch) | |
tree | 0c3a8ae4f79ce2fa99e567fe8c1959c1747ab041 /share | |
parent | c80a150065d8ea3a8bcf41b1fab26f4a35b84742 (diff) |
standardise FILES;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/atu.4 | 6 | ||||
-rw-r--r-- | share/man/man4/kue.4 | 16 | ||||
-rw-r--r-- | share/man/man4/neo.4 | 6 | ||||
-rw-r--r-- | share/man/man4/ti.4 | 19 |
4 files changed, 24 insertions, 23 deletions
diff --git a/share/man/man4/atu.4 b/share/man/man4/atu.4 index 61d71cfd986..adc819de7b0 100644 --- a/share/man/man4/atu.4 +++ b/share/man/man4/atu.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: atu.4,v 1.6 2004/11/17 22:31:32 jmc Exp $ +.\" $OpenBSD: atu.4,v 1.7 2004/11/22 22:49:22 jmc Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -86,8 +86,8 @@ driver: .It Tn AcerP AWL-300 .El .Sh FILES -The driver needs a couple of firmware files which are loaded on -demand when the device is attached. +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 diff --git a/share/man/man4/kue.4 b/share/man/man4/kue.4 index e51db17cfc1..54a26de2c3a 100644 --- a/share/man/man4/kue.4 +++ b/share/man/man4/kue.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kue.4,v 1.11 2004/11/22 18:49:03 deraadt Exp $ +.\" $OpenBSD: kue.4,v 1.12 2004/11/22 22:49:22 jmc Exp $ .\" $NetBSD: kue.4,v 1.5 2000/03/20 01:34:22 augustss Exp $ .\" .\" Copyright (c) 1997, 1998, 1999, 2000 @@ -86,6 +86,13 @@ modes to select. .Pp For more information on configuring this device, see .Xr ifconfig 8 . +.Sh FILES +The driver need a firmware file, +which is loaded on demand when the device is attached: +.Pp +.Bl -tag -width Ds -offset indent -compact +.It Pa /etc/firmware/kue +.El .Sh DIAGNOSTICS .Bl -diag .It "kue%d: watchdog timeout" @@ -95,13 +102,6 @@ before a timeout expired. .It "kue%d: no memory for rx list" The driver failed to allocate an mbuf for the receiver ring. .El -.Sh FILES -The driver need to load a firmware files which is loaded on -demand when the device is attached. -.Pp -.Bl -tag -width Ds -offset indent -compact -.It Pa /etc/firmware/kue -.El .Sh SEE ALSO .Xr arp 4 , .Xr intro 4 , diff --git a/share/man/man4/neo.4 b/share/man/man4/neo.4 index 2634f941ee8..566b9d767fb 100644 --- a/share/man/man4/neo.4 +++ b/share/man/man4/neo.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: neo.4,v 1.10 2004/11/22 04:32:14 deraadt Exp $ +.\" $OpenBSD: neo.4,v 1.11 2004/11/22 22:49:22 jmc Exp $ .\" .\" Copyright (c) 1998 Constantine Paul Sapuntzakis .\" All rights reserved @@ -44,8 +44,8 @@ The driver provides support for NeoMagic MagicMedia 256AV and 256ZX audio chips found in many laptops, and perhaps on some PCI cards. .Sh FILES -The driver needs coefficient files which is loaded on demand using -.Xr loadfirmware 9 Ns . +The driver needs a firmware file, +which is loaded on demand when the device is attached: .Pp .Bl -tag -width Ds -offset indent -compact .It Pa /etc/firmware/neo-coefficients diff --git a/share/man/man4/ti.4 b/share/man/man4/ti.4 index ec064946eb9..215cc439fa8 100644 --- a/share/man/man4/ti.4 +++ b/share/man/man4/ti.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ti.4,v 1.23 2004/11/22 04:32:14 deraadt Exp $ +.\" $OpenBSD: ti.4,v 1.24 2004/11/22 22:49:22 jmc Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -151,6 +151,15 @@ Force half duplex operation .Pp For more information on configuring this device, see .Xr ifconfig 8 . +.Sh FILES +Two firmware files are neccessary, for Tigon 1 and Tigon 2 devices. +These are loaded on demand +when the device is attached: +.Pp +.Bl -tag -width Ds -offset indent -compact +.It Pa /etc/firmware/tigon1 +.It Pa /etc/firmware/tigon2 +.El .Sh DIAGNOSTICS .Bl -diag .It "ti%d: couldn't map memory" @@ -185,14 +194,6 @@ and has firmware only for those devices. The device has stopped responding to the network, or there is a problem with the network connection (cable). .El -.Sh FILES -Two firmware files are neccessary, for Tigon 1 and Tigon 2 devices. -These are loaded on demand. -.Pp -.Bl -tag -width Ds -offset indent -compact -.It Pa /etc/firmware/tigon1 -.It Pa /etc/firmware/tigon2 -.El .Sh SEE ALSO .Xr arp 4 , .Xr ifmedia 4 , |