diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-12-19 15:20:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-12-19 15:20:14 +0000 |
commit | 5844a156c3a421f5f6299304aed52ebe119bf0a0 (patch) | |
tree | 2043e8c2a005918705ab7743e7d29204734cc176 /share/man/man4/uyap.4 | |
parent | 161132942c7ffc3eaa5e23d828f5d9c0215fe9b8 (diff) |
filesystem firmware loading for uyap(4). this should work, i wrote it very
carefully. unfortunately, we cannot find anyone who has one of these devices
in our entire user community, thus far. commit it anyways. whoever finds
one can contact me if there is a problem.
Diffstat (limited to 'share/man/man4/uyap.4')
-rw-r--r-- | share/man/man4/uyap.4 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/share/man/man4/uyap.4 b/share/man/man4/uyap.4 index a8121576f89..9f5f339f5be 100644 --- a/share/man/man4/uyap.4 +++ b/share/man/man4/uyap.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uyap.4,v 1.4 2004/09/30 19:59:26 mickey Exp $ +.\" $OpenBSD: uyap.4,v 1.5 2004/12/19 15:20:11 deraadt Exp $ .\" $NetBSD: $ .\" .\" Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -52,6 +52,13 @@ two audio pipes (handled by .Xr uaudio 4 ) and an HID device (handled by .Xr uhid 4 ) . +.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/uyap +.El .Sh SEE ALSO .Xr intro 4 , .Xr uaudio 4 , |