summaryrefslogtreecommitdiffstats
path: root/share/man/man4/run.4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add some additional run(4)/urtwn(4) devices found in FreeBSDjsg2013-09-301-2/+7
|
* Update Damien Bergamini's email address, as requested.millert2013-08-201-3/+3
|
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-3/+3
|
* change format strings in error messages to reasonable values more likelytedu2013-06-021-5/+5
| | | | | to be understood by people who don't program in C. ok everyone
* Edimax EW-7711USn works; from Dawejmc2013-05-151-2/+3
|
* a small cheap adapter, keebox w150nutedu2013-03-101-2/+3
|
* rework EXAMPLES somewhat, and remove the obsolete NONE NONE NONE dhcpjmc2013-02-141-21/+14
| | | | stuff; ok krw
* Use .Lk for HTTP hyperlinks, not .Pa.schwarze2012-08-121-3/+3
| | | | | | | | Most of the patch from Arto Jonsson <ajonsson at kapsi dot fi>. jmc@ agrees in principle that .Lk is the right macro to use. While here, update a few broken links, and add missing markup at a few places.
* add a bunch of run devices found in the linux driverjsg2012-03-241-2/+14
|
* add the Buffalo WLI-UC-GNHP.damien2011-01-101-2/+3
| | | | from Jordi Beltran Creix.
* be more precise about the modeljasper2011-01-061-2/+2
|
* add another RT3070 that works.jasper2011-01-061-2/+3
|
* s/NWD2705/NWD2205/damien2010-11-101-3/+3
|
* the ZyXEL NWD2705 is a run(4) RT3070damien2010-11-091-2/+3
|
* The Buffalo WLI-UC-GNM is a Ralink RT3070V.damien2010-11-061-1/+2
|
* list a newly supported devicederaadt2010-11-061-2/+3
|
* - switch from wpapsk to wpakeyjmc2010-11-011-13/+5
| | | | | | | - remove the "return device to default settings" example, which theo says is rubbish ok deraadt
* - previous addition should have been version 2jmc2010-04-291-3/+3
| | | | - stick .Os in the correct place
* syncjasper2010-04-291-2/+3
|
* mention RT3052damien2010-02-081-4/+4
|
* +ASUS USB-N13; from Brad Tilleyjmc2009-11-231-2/+3
|
* s/Draft-N/n/damien2009-10-261-3/+3
| | | | remove 'b' if 'g' is supported since 'g' => 'b'.
* the `W' in WEP apparently stands for wired, not wireless;jmc2009-09-021-3/+3
| | | | from Scott Radvan
* +Linksys WUSB54GC v3jmc2009-07-301-2/+3
| | | | ok damien
* Edimax EW-7711UTn works ;)jmc2009-07-171-2/+3
|
* The D-Link DWA-130 has multiple revisions (of course!)jsg2009-05-231-3/+3
| | | | | | | only mark rev B1 as supported. rev A1 is some marvell chip, rev C1 is Realtek RTL8192U. found out the hard way by drahn@
* Hercules HWNU-300 is a run(4).damien2009-05-191-2/+3
|
* update run(4) microcode.damien2009-05-151-3/+4
| | | | | | 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).
* Add the "Mvix Nubbin MS-811N" adapter to the list ofdamien2009-05-151-2/+3
| | | | | | | | | run(4) devices. The Mvix Nubbin MS-811N is the new world's smallest USB 802.11n adapter. It beats the Planex GW-USMicroN by a few millimeters (30.0*14.0*7.0 vs 33.5*16.0*8.0).
* we support hardware encryption/decryption of group addressed frames toodamien2009-05-121-3/+3
| | | | so fix a sentence that was copied from iwn(4).
* forgot one shit.damien2009-05-111-1/+2
|
* attach to more shits.damien2009-05-111-2/+5
|
* Add a bunch more run devices.jsg2009-03-281-2/+23
|
* Match on EW-7717Un, EW-7718Unjsg2009-03-271-1/+3
|
* some more devices which should workjsg2009-03-271-1/+4
|
* Match on ASUS USB-N11jsg2009-03-271-1/+2
|
* D-Link DWA-140 is one of the D-Link ids already in the driver.jsg2009-03-271-2/+3
|
* add more run(4) USB ids, clarify some.damien2009-03-141-2/+16
| | | | | | | from FUKAUMI Naoki. add a HARDWARE section to the run(4) man page to start listing known run(4) devices while i'm at it.
* use `` instead of $(), since the former works for both csh and ksh; asjmc2009-02-161-3/+3
| | | | pointed out by claudio
* the RT3070 MAC/BBP can be coupled with an RT3020 (1T1R), RT3021 (1T2R) ordamien2009-01-051-2/+3
| | | | RT3022 (2T2R) single-band radio transceiver.
* it is better when strings passed to .Nd macros are unique.sobrado2009-01-051-3/+3
| | | | | | problem found by deraadt@, fix suggested by kettenis@ on icb. ok damien@, jmc@
* run(4), a driver for Ralink RT2700U/RT2800U/RT3000U USB 802.11agn devices.damien2009-01-031-0/+160
the driver supports legacy 802.11abg modes only (no 802.11n yet.) WPA works, with hardware encryption/decryption. committed over an RT2800U (RT2870+RT2820). enabled on i386 and amd64 GENERIC only for now. thanks to Paul Lin at Ralink for letting us ship the firmware under an appropriate license. "man page looks ok" jmc@ "you should commit it" jsg@, ok deraadt@