OpenBSD CVS

CVS log for src/share/man/man4/uath.4


[BACK] Up to [local] / src / share / man / man4

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.39 / (download) - annotate - [select for diffs], Wed Jan 5 17:39:25 2022 UTC (2 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, HEAD
Changes since 1.38: +3 -3 lines
Diff to previous 1.38 (colored)

adjust Xr for fw_update to section 8;
ok afresh sthen deraadt

Revision 1.38 / (download) - annotate - [select for diffs], Sun Oct 24 12:32:42 2021 UTC (2 years, 7 months ago) by kn
Branch: MAIN
Changes since 1.37: +3 -3 lines
Diff to previous 1.37 (colored)

Use ifconfig(8)'s "join" command by default

Its adoption went quite well, so install "join" rather than the old "nwid"
in new hostname.if(5) files and follow this trend in our wifi manuals.

OK deraadt sthen

Revision 1.37 / (download) - annotate - [select for diffs], Fri Oct 15 08:10:45 2021 UTC (2 years, 7 months ago) by kn
Branch: MAIN
Changes since 1.36: +3 -3 lines
Diff to previous 1.36 (colored)

Teach modern "inet autoconf"

This goes in line with hostname.if(5), unwind.conf(5), ifconfig(8)
as well as our installer.

OK deraadt

Revision 1.36 / (download) - annotate - [select for diffs], Sat May 16 18:28:23 2020 UTC (4 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8
Changes since 1.35: +4 -4 lines
Diff to previous 1.35 (colored)

use a consistent notation for x[GM]Hz (at least for the wireless pages);

Revision 1.35 / (download) - annotate - [select for diffs], Fri Mar 29 17:16:35 2019 UTC (5 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.34: +4 -2 lines
Diff to previous 1.34 (colored)

document that these drivers do not support powersave; two other pages (acu and zyd)
already document this in a slightly more tangled way - i chose not to edit those texts;

help/ok stsp

Revision 1.34 / (download) - annotate - [select for diffs], Mon Jan 21 02:50:00 2019 UTC (5 years, 4 months ago) by phessler
Branch: MAIN
Changes since 1.33: +3 -4 lines
Diff to previous 1.33 (colored)

move example configurations to include nwid and nwkey on the same line

Revision 1.33 / (download) - annotate - [select for diffs], Wed Jul 12 05:44:33 2017 UTC (6 years, 10 months ago) by bentley
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.32: +3 -3 lines
Diff to previous 1.32 (colored)

Mark up firmware pathnames with Pa.

ok jmc@

Revision 1.32 / (download) - annotate - [select for diffs], Tue Aug 20 13:46:54 2013 UTC (10 years, 9 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.31: +3 -3 lines
Diff to previous 1.31 (colored)

Update Damien Bergamini's email address, as requested.

Revision 1.31 / (download) - annotate - [select for diffs], Tue Jul 16 16:05:49 2013 UTC (10 years, 10 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@

Revision 1.30 / (download) - annotate - [select for diffs], Sun Jun 2 21:52:51 2013 UTC (11 years ago) by schwarze
Branch: MAIN
Changes since 1.29: +5 -5 lines
Diff to previous 1.29 (colored)

Ted missed a few percent signs in diagnostic messages;
"just fix them" tedu@
Two of the affected messages are actually a bit different
in the source code, so fix that too.

Revision 1.29 / (download) - annotate - [select for diffs], Sun Jun 2 20:23:34 2013 UTC (11 years ago) by tedu
Branch: MAIN
Changes since 1.28: +8 -8 lines
Diff to previous 1.28 (colored)

change format strings in error messages to reasonable values more likely
to be understood by people who don't program in C.
ok everyone

Revision 1.28 / (download) - annotate - [select for diffs], Thu Feb 14 07:40:42 2013 UTC (11 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.27: +13 -24 lines
Diff to previous 1.27 (colored)

rework EXAMPLES somewhat, and remove the obsolete NONE NONE NONE dhcp
stuff; ok krw

Revision 1.27 / (download) - annotate - [select for diffs], Mon Sep 17 11:04:24 2012 UTC (11 years, 8 months ago) by sthen
Branch: MAIN
Changes since 1.26: +4 -6 lines
Diff to previous 1.26 (colored)

Update wording for device firmware to talk update fw_update(1).
Noticed by jcs, discussed with jmc, ok jmc ajacoutot dcoppa deraadt

Revision 1.26 / (download) - annotate - [select for diffs], Wed Aug 15 19:17:02 2012 UTC (11 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.25: +4 -6 lines
Diff to previous 1.25 (colored)

use Lk for links;

Revision 1.25 / (download) - annotate - [select for diffs], Sat Oct 22 20:05:54 2011 UTC (12 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.24: +6 -8 lines
Diff to previous 1.24 (colored)

sync the WEP text (with other WPA texts); based on a diff from Pablo Caballero

Revision 1.24 / (download) - annotate - [select for diffs], Sat Sep 3 22:59:08 2011 UTC (12 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored)

make -column lists pretty again;

specifically, rewrite them to permit some markup in the column headers,
and use "Ta" instead of literal tabs; mandoc does not currently match groff
100%, but a mandoc fix may be some time off, and we've gone enough releases
with poorly formatting column lists.

in some cases i have rewritten the lists as -tag, where -column made
little sense.

Revision 1.23 / (download) - annotate - [select for diffs], Fri Aug 19 19:59:51 2011 UTC (12 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.22: +3 -4 lines
Diff to previous 1.22 (colored)

as with other list types, column lists generally do not need a Pp/-compact
construct;

this also sidesteps what seems to be a problem with mandoc, in that
"-column -compact" seems to mess up the formatting. thus these pages should
now have their lists formatted nicely (i.e. correctly aligned and with indent
applied);

as a side note, the fact that headers are not properly marked up is another
issue which will be addressed separately (a mandoc fix is needed, i think).
i have fudged a few of these to mark up properly, since the workaround does
make sense for some pages.

as another side note, i haven;t fixed man7, as i need to prepare a separate
diff for kristaps and ingo.

Revision 1.22 / (download) - annotate - [select for diffs], Sat Jul 30 18:03:46 2011 UTC (12 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.21: +2 -5 lines
Diff to previous 1.21 (colored)

remove dead link; from James Hartley

Revision 1.21 / (download) - annotate - [select for diffs], Thu Jun 9 14:21:11 2011 UTC (13 years ago) by deraadt
Branch: MAIN
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored)

firmwares move to a new url, backed by many addresses

Revision 1.20 / (download) - annotate - [select for diffs], Thu Jan 6 19:47:46 2011 UTC (13 years, 5 months ago) by damien
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.19: +2 -6 lines
Diff to previous 1.19 (colored)

Remove dead links.
Atheros have reworked their website.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Apr 29 09:20:17 2010 UTC (14 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored)

crikey! all our wireless pages had the Os macro out of place;

Revision 1.18 / (download) - annotate - [select for diffs], Sun Mar 28 17:27:10 2010 UTC (14 years, 2 months ago) by jasper
Branch: MAIN
Changes since 1.17: +4 -3 lines
Diff to previous 1.17 (colored)

- tweak the way firmware links are displayed

with and ok jmc@

Revision 1.17 / (download) - annotate - [select for diffs], Tue Sep 23 13:54:08 2008 UTC (15 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 (colored)

sort the hardware list;

Revision 1.16 / (download) - annotate - [select for diffs], Tue Sep 23 11:30:29 2008 UTC (15 years, 8 months ago) by canacar
Branch: MAIN
Changes since 1.15: +3 -2 lines
Diff to previous 1.15 (colored)

Add Philips SNU6500 to the list of supported devices. Reminded by jsg@

Revision 1.15 / (download) - annotate - [select for diffs], Fri Jul 25 18:41:16 2008 UTC (15 years, 10 months ago) by damien
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

link to updated firmware packages that remove the obsolete @ignore
directive.  firmware itself does not change.

requested by brad@

Revision 1.14 / (download) - annotate - [select for diffs], Sun Jun 8 20:51:16 2008 UTC (16 years ago) by yuo
Branch: MAIN
Changes since 1.13: +4 -2 lines
Diff to previous 1.13 (colored)

add new devices

ok @jsg

Revision 1.13 / (download) - annotate - [select for diffs], Thu Apr 17 14:01:22 2008 UTC (16 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.12: +4 -125 lines
Diff to previous 1.12 (colored)

remove the CONFIGURATION section from the wireless pages:
the addition of the wpa options have shown just how unwieldy it had
become, it's already in ifconfig(8) anyway, and "ifconfig -m" will
get the relevant ones.

ok dlg jsg

Revision 1.12 / (download) - annotate - [select for diffs], Sun Jan 27 08:30:31 2008 UTC (16 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.11: +2 -11 lines
Diff to previous 1.11 (colored)

no hostap support for this device;

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jan 21 12:57:31 2008 UTC (16 years, 4 months ago) by jsg
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

Add support for SMC SMCWUSBT-G2.
Tested by Kaspo Lo <kaxpolox@yahoo.com>

Revision 1.10 / (download) - annotate - [select for diffs], Wed Aug 29 20:10:52 2007 UTC (16 years, 9 months ago) by damien
Branch: MAIN
Changes since 1.9: +2 -7 lines
Diff to previous 1.9 (colored)

remove a comment about this driver being a work in progress.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Aug 29 20:09:30 2007 UTC (16 years, 9 months ago) by damien
Branch: MAIN
Changes since 1.8: +5 -4 lines
Diff to previous 1.8 (colored)

update the DIAGNOSTICS section to reflect the new firmware load failure
message.

Revision 1.8 / (download) - annotate - [select for diffs], Thu May 31 19:19:52 2007 UTC (17 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

convert to new .Dd format;

Revision 1.7 / (download) - annotate - [select for diffs], Tue Dec 5 22:03:47 2006 UTC (17 years, 6 months ago) by damien
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

shorter url.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Dec 5 21:55:55 2006 UTC (17 years, 6 months ago) by damien
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

update url to atheros customer products database.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Nov 10 20:06:58 2006 UTC (17 years, 6 months ago) by mk
Branch: MAIN
Changes since 1.4: +4 -1 lines
Diff to previous 1.4 (colored)

Mention -nwid here too, reminded by reyk.

Having to edit all these files makes me realise how many wireless
drivers we actually have.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Sep 25 04:50:46 2006 UTC (17 years, 8 months ago) by jsg
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

PLANET WDL-U357 should also work.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Sep 18 01:42:30 2006 UTC (17 years, 8 months ago) by jsg
Branch: MAIN
Changes since 1.2: +5 -3 lines
Diff to previous 1.2 (colored)

More uath devices, also properly mark some of the UB52/AR5005UX devices
with the dual band flag.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Sep 18 00:40:57 2006 UTC (17 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

english

Revision 1.1 / (download) - annotate - [select for diffs], Sat Sep 16 13:21:23 2006 UTC (17 years, 8 months ago) by damien
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0

Initial import of uath(4), a driver for Atheros USB2.0 AR5005UG/AR5005UX
chipsets.  Based on a black-box analysis of the Windows binary driver.
Requires a firmware that is not freely redistributable (see man uath).
The driver handles both pre- and post-firmware devices.

Still a bit experimental but Tx/Rx works great in BSS mode (on i386).
No 802.11a, IBSS, or HostAP modes yet but there's more to come.

Great thanks to jsg@ for digging the USB IDs out of the Windows driver.

Committed over a D-Link DWL-G132.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.