| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
NICs which have bluetooth coexistence enabled.
The WB225 NIC has the common antenna switch configuration set to 0x0 which
disables all external switch bit setting. This obviously won't work when
doing coexistence.
This value is a magic value from the windows .inf files. It _looks_ right
but I haven't yet verified it - unfortunately my AR9285+AR3012 BT combo
has an earlier BT device which doesn't actually _have_ firmware on it.
So I have to fix ath3kfw to handle loading in firmware into the newer
NICs before I can finish testing this.
This may not hold true for CUS198, which is another custom AR9485 board.
|
|
|
|
| |
dump code that is worth having around.
|
| |
|
|
|
|
|
|
|
|
|
| |
The bluetooth setup code actually does a channel lookup during setup,
even though we haven't yet programmed in a channel. Sigh.
Tested:
* WB225 (AR9485) + bluetooth
|
|
|
|
| |
This is true for the AR9485 and AR933x SoC.
|
|
|
|
|
| |
This is needed by the slow antenna diversity logic for the AR9485/AR9462
as it's only engaged if the TX diveristy is set to VARIABLE.
|
| |
|
|
|
|
|
| |
Now, why this hasn't tripped _any_ tinderbox builds yet, I dunno.
It's been like this for a while.
|
|\ |
|
| | |
|
| |
| |
| |
| | |
the supported bits board specific.
|
| | |
|
| |
| |
| |
| | |
bring it back uncommented our, or rewrite it.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
options OCTEON_VENDOR_GEFES to enable support for these boards, to
match changes that GE publishes to the Octeon Simple Executive. Since
board types overlap with other boards, it is unlikely that we will
properly boot on other Octeon boards with OCTEON_VENDOR_GEFES enabled.
Tested extensively on the WANIC 6354, but I retained support for all
the other models. Some features need changes in the base kernel, and
those are in progress.
|
| |
| |
| |
| |
| |
| | |
the Linux tree that they always include this chip in their FDT, so
make support for the ds1337 opt-out rather than opt-in. Now my boards
boot with the correct time.
|
| |
| |
| |
| | |
Fix for _INI regression introduced in version 20130328.
|
| |
| |
| |
| |
| | |
__cvmx_mgmt_port_num_ports() mostly to avoid exporting a function
starting with __.
|
| |
| |
| |
| |
| | |
ichan, but OS_MARK was not using it. It only uses it when
AH_DEBUG_ALQ is also defined.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The QCA9565 is a 1x1 2.4GHz 11n chip with integrated on-chip bluetooth.
The AR9300 HAL already has support for this chip; it just wasn't
included in the probe/attach path.
Tested:
* This commit brought to you over a QCA9565 wifi connection from
FreeBSD.
* .. ie, basic STA, pings, no iperf or antenna diversity checking just yet.
|
| |
| |
| |
| |
| | |
Submitted by: swildner@DragonFlyBSD.org
Reviewed by: alfred, jmallett
|
| | |
|
| | |
|
| |
| |
| |
| | |
FreeBSD.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
work in FreeBSD.
This is still heavily a work in progress but I'd rather it start
shipping in -HEAD sooner rather than later.
This doesn't (yet) link it into the build system either for a static
kernel or as a module; that will come later (after many, many make universe
tests.)
|
| |
| |
| |
| |
| |
| | |
directory.
Only copy the ar9300 HAL, we don't want to grab everything.
|
|\ \
| |/ |
|
| |
| |
| |
| | |
isn't included with forced _KERNEL define.
|
|\ \
| |/ |
|
| |
| |
| |
| |
| | |
Tested by: Eugene M. Zheganin <emz norma.perm.ru>
Sponsored by: Nginx, Inc
|
|\ \
| |/ |
|
| |
| |
| |
| | |
Reported by: pjd
|
| | |
|
| |
| |
| |
| | |
configuration on the physical ports of the Ubiquiti EdgeRouter Lite.
|
| | |
|
|\ \
| |/ |
|
| | |
|
| |
| |
| |
| |
| | |
Note that USB does not currently work, and the flash is connected via USB, so
local storage is not working.
|
| | |
|
| |
| |
| |
| |
| |
| | |
Executive code where similar invariant knobs exist.
o) Make the Simple Executive's warning function print "WARNING: " on the same
line as the warning it is displaying, rather than on a separate line.
|
| |
| |
| |
| |
| | |
code. Also remove an unnecessary CVMX_ENABLE_DEBUG_PRINTS conditional around
what is already a cvmx_dprintf.
|
| |
| |
| |
| |
| |
| |
| | |
reducing the number of runtime checks done by the SDK code.
o) Group board/CPU information at early startup by subject matter, so that e.g.
CPU information is adjacent to CPU information and board information is
adjacent to board information.
|
|\ \
| |/ |
|
| |
| |
| |
| |
| | |
consistency reasons, and to ensure that CRC addition is disabled on output.
With this, transmit seems to be working properly on the ATCA-7220.
|
| |
| |
| |
| | |
FCS is stripped by the underlying hardware before it reaches the Octeon.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
versions of clang 3.2, about comparing enum uni_cause values against
integer constants which fall outside the enum range. No functional
change.
MFC after: 3 days
|
| |
| |
| |
| |
| |
| |
| | |
port connected to the Broadcom switch does not seem operable, but it's unclear
if that's simply due to a lack of configuration information for the switch.
The switch does not seem to present any identifying information via MDIO,
and is a BCM56512.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
address passed from the bootloader, rather than using a hard-coded value.
Make FreeBSD announce itself on the LED display similar to other kernels.
Remove uses of the previous LED routines, which were under-used and only used
in drivers for what seem like debugging purposes, despite those drivers being
widely-tested.
Remove several inlines for accessing memory that duplicate other functions
which are now used instead, as they are now entirely unused.
|
| | |
|