diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-12-19 16:06:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-12-19 16:06:24 +0000 |
commit | f4fe7b45fb7287f3698144eb4febed5b35e82ae5 (patch) | |
tree | 5233891532c990cb1d6cecb55f483199881a0ec9 /share/man/man4/clcs.4 | |
parent | 841a14b61ad978b554ba5d007ebea2e72aef8886 (diff) |
filesystem firmware loading written over the pacific 2 weeks ago, tested
by mickey
Diffstat (limited to 'share/man/man4/clcs.4')
-rw-r--r-- | share/man/man4/clcs.4 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/share/man/man4/clcs.4 b/share/man/man4/clcs.4 index 0ea58f79cd6..7188fbb8b4c 100644 --- a/share/man/man4/clcs.4 +++ b/share/man/man4/clcs.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: clcs.4,v 1.4 2004/09/30 19:59:24 mickey Exp $ +.\" $OpenBSD: clcs.4,v 1.5 2004/12/19 16:06:21 deraadt Exp $ .\" $NetBSD: clcs.4,v 1.1 1999/12/11 23:10:15 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -49,6 +49,13 @@ The .Nm driver provides support for the Cirrus Logic CS4280 chip, as well as for CS461x. +.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/cs4280 +.El .Sh SEE ALSO .Xr ac97 4 , .Xr audio 4 , |