Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-07 | writing to RT2860_TX_PIN_CFG requires some extra steps on RT3572 | Damien Bergamini | |
2010-02-07 | fix my 1.44->1.45 commit | Damien Bergamini | |
2010-02-07 | HT is not enable so skip this. | Damien Bergamini | |
2010-02-07 | we're in 2010. | Damien Bergamini | |
no binary change. | |||
2010-02-07 | add two more ids for RT3572 and one more id for RT2770. | Damien Bergamini | |
save BBP R25 and R26 values on RT3572 at init. | |||
2010-02-07 | set default value for BBP R106 | Damien Bergamini | |
2010-02-07 | set tx mixer gain for RT3071 | Damien Bergamini | |
2010-02-07 | change RF init sequence for RT3572 | Damien Bergamini | |
2010-02-07 | cleanup run_rt3070_set_chan | Damien Bergamini | |
2010-02-07 | add a function to set the channel on RT3572. | Damien Bergamini | |
2010-02-07 | when calibrating filter, use better target values for >=RT3071 | Damien Bergamini | |
2010-02-07 | read vendor RF settings for >=RT3572 and tx mixer gains for >=RT3070 | Damien Bergamini | |
check if we have a hardware RF switch and if we must patch the DAC issue too. | |||
2010-02-07 | add a new function to set the AGC since the code is a bit different | Damien Bergamini | |
for RT3572. fix the initial AGC value for >=RT3070 while i'm here. | |||
2010-02-07 | use new mcu command to select the antenna on RT2020 | Damien Bergamini | |
requires the new firmware | |||
2010-02-07 | split 32-bit mac_rev into 16-bit mac_ver and mac_rev to avoid | Damien Bergamini | |
annoying shifts and masks. | |||
2010-02-07 | add rf init values for rt3572 | Damien Bergamini | |
add settings for 5GHz channels (rt3572 only) | |||
2010-02-07 | update firmware for rt2870 and >=rt3071 | Damien Bergamini | |
required for future changes | |||
2010-02-07 | add channels 167, 169, 171, 173 for dual-band devices | Damien Bergamini | |
2010-02-07 | build iso | Otto Moerbeek | |
2010-02-06 | Use the array.h code for the causes list. | Nicholas Marriott | |
2010-02-06 | Support attaching a client read-only with a new -r flag to the attach-session | Nicholas Marriott | |
command. | |||
2010-02-06 | no bsd.bin here as well | Otto Moerbeek | |
2010-02-06 | add (currently failing) test for double -> long long | Otto Moerbeek | |
(I'm using long long for this test to work on 32-bit archs). | |||
2010-02-06 | Change nested check to compare server socket path rather than just assuming | Nicholas Marriott | |
that if $TMUX is set it is nested. From Micah Cowan. | |||
2010-02-06 | Clean up $TMUX parsing, from Micah Cowan, tweaked by me. | Nicholas Marriott | |
2010-02-06 | Rectangle copy support, from Robin Lee Powell. | Nicholas Marriott | |
2010-02-06 | Instead of bailing out on the first configuration file error, carry on, | Nicholas Marriott | |
collecting all the errors, then start with the active window in more mode displaying them. | |||
2010-02-06 | when receiving the first message of an rsn group key handshake | joshua stein | |
packet, copy the key out of it properly. fixes the problem where only broadcast packets like ipv6 router advertisements were failing decryption and processing, only after a rekey. ok damien@ | |||
2010-02-06 | Remove newly generated sum file(s) if it did not exist before and trap | Antoine Jacoutot | |
is called. While here, change shebang to /bin/ksh to reflect reality and bump copyright year. "checkbashisms says yes. :-)" && ok sthen@ | |||
2010-02-06 | Simplify LDAP URL handling (currently unused): | Bret Lambert | |
instead of strdup()'ing multiple values from an already strdup'ed buffer (none of which were checked for NULL upon return, which is also fixed in this), just use a buffer attached to the aldap_url struct. Add an aldap_search_url() function, which is a wrapper around aldap_parse_url and aldap_search. Finally, since the URL bits are unused, wrap them in #if 0 for now. ok pyr@, whose heart was a little broken by the #if 0 (temporary, I swear!) | |||
2010-02-05 | Force MACHINE_CPU when building cross-toolchain or cross-building. This allows | Miod Vallat | |
loongson cross-tools to be configured correctly. | |||
2010-02-05 | tweak cdboot slightly upwards so all files can fit | Todd T. Fries | |
2010-02-05 | Now that the BTB errata are out of the way, enable the CS5536 timecounter again, | Miod Vallat | |
albeit at a lower quality level than on x86, so that the cpu counter-timer gets preferred by default. | |||
2010-02-05 | add some USB hardware verified to work; ok miod@ | Otto Moerbeek | |
2010-02-05 | add uaudio; ok miod@ | Otto Moerbeek | |
2010-02-05 | Blind support for SM501 model. This should give the Gdium Liberty a working, | Miod Vallat | |
accelerated console. No regression on Lemote Yeelong. | |||
2010-02-05 | regen | Miod Vallat | |
2010-02-05 | Add SiliconMotion Voyager GX, reportedly found in Gdium Liberty. | Miod Vallat | |
2010-02-05 | Add a set of functions to access PCI configuration space before bonito(4) | Miod Vallat | |
attaches, and use it to walk the PCI bus to figure out where the onboard frame buffer device lies, if any; and get the frame buffer memory address from reading the proper PCI BAR instead of hardcoding it; this should allow the Gdium Liberty to configure its console correctly. | |||
2010-02-05 | Blind support for the EMTEC Gdium Liberty netbook. Per-platform configuration | Miod Vallat | |
is moved to specific files, and a pointer to the key configuration structure is now kept in struct sys_config. bonito(4) interrupt handling is split, to allow PCI+Legacy interrupt systems (Lemote Yeelong) and PCI-only Legacy-free systems (Gdium) to coexist peacefully. | |||
2010-02-05 | Compute and pass resource extents to the MI pci code when attaching pci@bonito. | Miod Vallat | |
2010-02-05 | When setting up memory regions on Loongson 2F-based machines, make sure we | Miod Vallat | |
reprogram the existing windows to our needs, in case the PCI->DDR window does not span the whole memory size. While there, introduce a function to reprogram a window for code clarity. | |||
2010-02-05 | When faking the glxpcib(4) BARs, do not mask the low 12 bits, but only as | Miod Vallat | |
many bits as necessary to match the alignment requirements. This prevents all the I/O BARs to end up using the same address. | |||
2010-02-05 | regen | Jasper Lievisse Adriaanse | |
2010-02-05 | - fix doubles | Jasper Lievisse Adriaanse | |
2010-02-05 | Use correct format specifiers for 'show bcstats'. | Joel Sing | |
ok beck@ krw@ | |||
2010-02-05 | Header_lines always has the same value as y_procs; so zap the former; | Otto Moerbeek | |
from Mark Lumsden. | |||
2010-02-05 | regen | Jasper Lievisse Adriaanse | |
2010-02-05 | - add few new devices found in dmesglog | Jasper Lievisse Adriaanse | |
2010-02-05 | - mention boot.elf | Jasper Lievisse Adriaanse | |
ok kettenis@ (some time ago) |