summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-07writing to RT2860_TX_PIN_CFG requires some extra steps on RT3572Damien Bergamini
2010-02-07fix my 1.44->1.45 commitDamien Bergamini
2010-02-07HT is not enable so skip this.Damien Bergamini
2010-02-07we're in 2010.Damien Bergamini
no binary change.
2010-02-07add 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-07set default value for BBP R106Damien Bergamini
2010-02-07set tx mixer gain for RT3071Damien Bergamini
2010-02-07change RF init sequence for RT3572Damien Bergamini
2010-02-07cleanup run_rt3070_set_chanDamien Bergamini
2010-02-07add a function to set the channel on RT3572.Damien Bergamini
2010-02-07when calibrating filter, use better target values for >=RT3071Damien Bergamini
2010-02-07read vendor RF settings for >=RT3572 and tx mixer gains for >=RT3070Damien Bergamini
check if we have a hardware RF switch and if we must patch the DAC issue too.
2010-02-07add a new function to set the AGC since the code is a bit differentDamien Bergamini
for RT3572. fix the initial AGC value for >=RT3070 while i'm here.
2010-02-07use new mcu command to select the antenna on RT2020Damien Bergamini
requires the new firmware
2010-02-07split 32-bit mac_rev into 16-bit mac_ver and mac_rev to avoidDamien Bergamini
annoying shifts and masks.
2010-02-07add rf init values for rt3572Damien Bergamini
add settings for 5GHz channels (rt3572 only)
2010-02-07update firmware for rt2870 and >=rt3071Damien Bergamini
required for future changes
2010-02-07add channels 167, 169, 171, 173 for dual-band devicesDamien Bergamini
2010-02-07build isoOtto Moerbeek
2010-02-06Use the array.h code for the causes list.Nicholas Marriott
2010-02-06Support attaching a client read-only with a new -r flag to the attach-sessionNicholas Marriott
command.
2010-02-06no bsd.bin here as wellOtto Moerbeek
2010-02-06add (currently failing) test for double -> long longOtto Moerbeek
(I'm using long long for this test to work on 32-bit archs).
2010-02-06Change nested check to compare server socket path rather than just assumingNicholas Marriott
that if $TMUX is set it is nested. From Micah Cowan.
2010-02-06Clean up $TMUX parsing, from Micah Cowan, tweaked by me.Nicholas Marriott
2010-02-06Rectangle copy support, from Robin Lee Powell.Nicholas Marriott
2010-02-06Instead 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-06when receiving the first message of an rsn group key handshakejoshua 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-06Remove newly generated sum file(s) if it did not exist before and trapAntoine Jacoutot
is called. While here, change shebang to /bin/ksh to reflect reality and bump copyright year. "checkbashisms says yes. :-)" && ok sthen@
2010-02-06Simplify 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-05Force MACHINE_CPU when building cross-toolchain or cross-building. This allowsMiod Vallat
loongson cross-tools to be configured correctly.
2010-02-05tweak cdboot slightly upwards so all files can fitTodd T. Fries
2010-02-05Now 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-05add some USB hardware verified to work; ok miod@Otto Moerbeek
2010-02-05add uaudio; ok miod@Otto Moerbeek
2010-02-05Blind support for SM501 model. This should give the Gdium Liberty a working,Miod Vallat
accelerated console. No regression on Lemote Yeelong.
2010-02-05regenMiod Vallat
2010-02-05Add SiliconMotion Voyager GX, reportedly found in Gdium Liberty.Miod Vallat
2010-02-05Add 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-05Blind support for the EMTEC Gdium Liberty netbook. Per-platform configurationMiod 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-05Compute and pass resource extents to the MI pci code when attaching pci@bonito.Miod Vallat
2010-02-05When setting up memory regions on Loongson 2F-based machines, make sure weMiod 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-05When faking the glxpcib(4) BARs, do not mask the low 12 bits, but only asMiod 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-05regenJasper Lievisse Adriaanse
2010-02-05- fix doublesJasper Lievisse Adriaanse
2010-02-05Use correct format specifiers for 'show bcstats'.Joel Sing
ok beck@ krw@
2010-02-05Header_lines always has the same value as y_procs; so zap the former;Otto Moerbeek
from Mark Lumsden.
2010-02-05regenJasper Lievisse Adriaanse
2010-02-05- add few new devices found in dmesglogJasper Lievisse Adriaanse
2010-02-05- mention boot.elfJasper Lievisse Adriaanse
ok kettenis@ (some time ago)