index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
mips
/
atheros
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix missing path conversion from the previous commit to shuffle mdio around.
adrian
2015-12-27
1
-1
/
+1
*
[qca953x] remove unneeded initialisation.
adrian
2015-12-15
1
-1
/
+1
*
[ar71xx] always count interrupts, spurious or otherwise.
adrian
2015-12-15
1
-4
/
+2
*
[arge] add a comment about needing mdio busses in order to use the interface.
adrian
2015-12-15
1
-0
/
+5
*
Add QCA9533 to the list of SoCs that require IRQ's be ACKed.
adrian
2015-11-16
1
-0
/
+2
*
Add initial support for the QCA953x ("Honeybee") from Qualcomm Atheros.
adrian
2015-11-16
9
-0
/
+683
*
Remove this; it's also in sys/conf/files.mips.
adrian
2015-11-03
1
-2
/
+0
*
arge_mdio: fix barriers; correctly check MII indicator register.
adrian
2015-10-30
1
-21
/
+29
*
arge: fix barrier macro.
adrian
2015-10-30
1
-1
/
+1
*
arge: attempt to close a transmit race by only enabling the descriptor at the...
adrian
2015-10-30
1
-1
/
+22
*
arge: just use 1U since it's a 32 bit unsigned destination value.
adrian
2015-10-30
1
-1
/
+1
*
arge: do an explicit flush between updating the TX ring and starting transmit.
adrian
2015-10-30
1
-0
/
+3
*
arge_mdio: add explicit read barriers for MDIO_READs.
adrian
2015-10-30
1
-2
/
+7
*
arge: ensure there's enough space in the TX ring before attempting to
adrian
2015-10-30
1
-1
/
+1
*
arge: do a read-after-write on all arge register writes, not just MDIO writes.
adrian
2015-10-30
1
-4
/
+2
*
Oops - use the wrong array offset.
adrian
2015-10-28
1
-1
/
+1
*
Add some debugging code (under ARGE_DEBUG) that counts each interrupt source.
adrian
2015-10-28
2
-0
/
+37
*
arge(4): flip this on for AR9344 SoCs.
adrian
2015-10-24
1
-0
/
+3
*
arge: use 1-byte TX and RX alignment for AR9330/AR9331.
adrian
2015-10-22
1
-0
/
+2
*
arge: Remove the debugging printf that snuck in.
adrian
2015-10-21
1
-5
/
+0
*
arge: don't do the rx fixup copy and just offset the mbuf by 2 bytes
adrian
2015-10-21
1
-2
/
+29
*
if_arge: fix up TX workaround; add TX/RX requirements for busdma; add stats
adrian
2015-10-18
2
-22
/
+119
*
Remove more unused variables leading to compile time errors.
bz
2015-09-17
2
-2
/
+0
*
Remove unused variable leading to compile errors.
bz
2015-09-17
1
-1
/
+0
*
Add domain support to PCI bus allocation
zbb
2015-09-16
3
-3
/
+3
*
Populate hw.model with the CPU model information.
adrian
2015-07-14
1
-0
/
+4
*
Reshuffle all of the DDR flush operations into a single switch/mux,
adrian
2015-07-04
13
-115
/
+152
*
Oops - fix typo.
adrian
2015-07-03
1
-2
/
+2
*
Enable setting the QCA955x GPIO output mux configuration.
adrian
2015-07-03
1
-4
/
+2
*
Add register defines for the QCA955x DDR flush and GPIO control.
adrian
2015-07-03
1
-0
/
+11
*
Add initial support for the QCA955x PCIe host controller.
adrian
2015-05-19
2
-0
/
+607
*
Add support for the uart classes to set their default register shift value.
andrew
2015-04-11
1
-1
/
+2
*
Begin moving support for board MAC addresses over to being explicitly defined.
adrian
2015-03-28
4
-49
/
+214
*
Add GPIO function mux configuration for AR934x SoCs.
adrian
2015-03-21
1
-0
/
+59
*
add QCA955x PCIe configuration registers.
adrian
2015-03-21
1
-0
/
+10
*
Note that the AR724x PCIe registers are actually from the PCI_CTRL
adrian
2015-03-21
1
-1
/
+1
*
Use ar71xx_mac_addr_random_init() instead of a hand-rolled random
adrian
2015-03-15
1
-9
/
+2
*
Start fleshing out some MAC address helper functions.
adrian
2015-03-15
3
-0
/
+146
*
Modify the if_arge code to use a /fixed/ media mode when it's configured.
adrian
2015-03-08
1
-6
/
+38
*
Add ethernet MAC DDR flush hookups for QCA955x.
adrian
2015-03-04
1
-4
/
+5
*
Add DDR flush registers for QCA955x.
adrian
2015-03-04
1
-0
/
+7
*
[QCA955x] make the USB EHCI interrupts shareable.
adrian
2015-03-02
1
-1
/
+1
*
Add initial QCA955x support to if_arge.c.
adrian
2015-03-02
1
-1
/
+21
*
Add a MII mode for SGMII.
adrian
2015-03-02
1
-0
/
+1
*
Add very initial QCA955x awareness to the GPIO code.
adrian
2015-03-01
1
-3
/
+11
*
Flesh out some more QCA955x ethernet PLL setup.
adrian
2015-03-01
1
-28
/
+10
*
Add Ethernet PLL values for the QCA955x.
adrian
2015-03-01
1
-0
/
+5
*
Make QCA955X_GMAC_REG_ETH_CFG defined like most other registers like this.
adrian
2015-03-01
1
-1
/
+1
*
Add QCA955x support to the EHCI setup path.
adrian
2015-03-01
1
-0
/
+4
*
The linux driver code for the MDIO bus does a read-after-write
sbruno
2015-02-02
1
-2
/
+14
[next]