diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-11-22 04:32:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-11-22 04:32:15 +0000 |
commit | 80d28cd33f972b177d9a6a361466c012db202961 (patch) | |
tree | 01e2446864fbdfe339faf2bbb9aaf1eb5b51a807 /share/man/man4 | |
parent | e4ade566a6d4c7245cdfb8b3a7a9c9e10c4bad80 (diff) |
neo(4) and ti(4) now do firmware loading
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/neo.4 | 9 | ||||
-rw-r--r-- | share/man/man4/ti.4 | 10 |
2 files changed, 17 insertions, 2 deletions
diff --git a/share/man/man4/neo.4 b/share/man/man4/neo.4 index 030cf66c6a1..2634f941ee8 100644 --- a/share/man/man4/neo.4 +++ b/share/man/man4/neo.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: neo.4,v 1.9 2004/09/30 19:59:25 mickey Exp $ +.\" $OpenBSD: neo.4,v 1.10 2004/11/22 04:32:14 deraadt Exp $ .\" .\" Copyright (c) 1998 Constantine Paul Sapuntzakis .\" All rights reserved @@ -43,6 +43,13 @@ The .Nm 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 . +.Pp +.Bl -tag -width Ds -offset indent -compact +.It Pa /etc/firmware/neo-coefficients +.El .Sh SEE ALSO .Xr ac97 4 , .Xr audio 4 , diff --git a/share/man/man4/ti.4 b/share/man/man4/ti.4 index 037f092212c..ec064946eb9 100644 --- a/share/man/man4/ti.4 +++ b/share/man/man4/ti.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ti.4,v 1.22 2004/09/30 19:59:25 mickey Exp $ +.\" $OpenBSD: ti.4,v 1.23 2004/11/22 04:32:14 deraadt Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -185,6 +185,14 @@ 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 , |