diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2009-05-15 15:53:56 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2009-05-15 15:53:56 +0000 |
commit | 9bfdec64034f5cb89d8b8e42997c788cc1659f71 (patch) | |
tree | 4043814c05cf88a52a2a48ed6b548d38f258284e /share/man/man4/run.4 | |
parent | 34d16a161566d08b60215b9a9acda85bd0e10499 (diff) |
update run(4) microcode.
split it into two separate files while i'm at it since there are
actually two different firmwares (one for RT2870/RT3070 and one
for >=RT3071).
Diffstat (limited to 'share/man/man4/run.4')
-rw-r--r-- | share/man/man4/run.4 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man4/run.4 b/share/man/man4/run.4 index 703629e49c2..f96e17fde14 100644 --- a/share/man/man4/run.4 +++ b/share/man/man4/run.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: run.4,v 1.14 2009/05/15 15:44:29 damien Exp $ +.\" $OpenBSD: run.4,v 1.15 2009/05/15 15:53:55 damien Exp $ .\" .\" Copyright (c) 2008 Damien Bergamini <damien.bergamini@free.fr> .\" @@ -78,11 +78,12 @@ driver can be configured at runtime with or on boot with .Xr hostname.if 5 . .Sh FILES -The driver needs at least version 1.0 of the following firmware file, -which is loaded when an interface is brought up: +The driver needs the following firmware files, +which are loaded when an interface is brought up: .Pp .Bl -tag -width Ds -offset indent -compact .It /etc/firmware/run-rt2870 +.It /etc/firmware/run-rt3071 .El .Sh HARDWARE The following adapters should work: |