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
...
*
Remove the now-unused DDR flush register value.
adrian
2010-08-19
1
-1
/
+0
*
Make the PCI initialisation path use the new cpuops rather than directly
adrian
2010-08-19
1
-8
/
+4
*
Make if_arge use the new cpuops rather than hard coding the DDR flush registers.
adrian
2010-08-19
1
-22
/
+8
*
Preparation work for supporting the AR91xx and AR724x.
adrian
2010-08-19
10
-32
/
+417
*
Add a DDR flush function, inspired by both Linux and if_arge.c.
adrian
2010-08-18
1
-0
/
+10
*
Add a further register definition for USB device initialisation.
adrian
2010-08-18
1
-0
/
+2
*
Bring over the first cut of the Atheros-specific SoC operations.
adrian
2010-08-18
1
-0
/
+108
*
Import initial AR91XX and AR724X CPU register definitions.
adrian
2010-08-18
2
-0
/
+164
*
- Add interrupts counter for PCI devices
gonzo
2010-08-05
1
-2
/
+12
*
Add TX-path aligned/unaligned stats for if_arge.
adrian
2010-07-08
2
-1
/
+15
*
Address PR kern/148307 - fix if_ath TX mbuf alignment/size constraint checks
adrian
2010-07-08
1
-1
/
+23
*
Introduce a sysctl block for if_arge and, for now, a blank debug sysctl
adrian
2010-07-08
2
-0
/
+19
*
Fix the CS line definitions. These bits are for the CS2/CS1 lines
adrian
2010-07-07
1
-4
/
+4
*
Comment about the shared pins I know about.
adrian
2010-06-24
1
-0
/
+2
*
AR71XX GPIO register definitions.
adrian
2010-06-23
1
-0
/
+21
*
Extend the AR71XX watchdog debugging and data.
adrian
2010-06-19
1
-1
/
+38
*
Add new tunable 'net.link.ifqmaxlen' to set default send interface
sobomax
2010-05-03
1
-2
/
+2
*
- Fix mutex type for miibus_mtx: it's not spinlock, it's def lock
gonzo
2010-04-08
1
-1
/
+1
*
Define DMA_RX_STATUS_OVERFLOW with correct value.
kan
2010-02-19
1
-3
/
+3
*
- Increase timeouts to 100 milliseconds, 1 millisecond is definitely not
gonzo
2010-01-28
1
-3
/
+3
*
- Call post-boot fixup function in order to get proper static
gonzo
2010-01-25
1
-6
/
+11
*
Update from old DDB convetion to initialize debugger to new KDB way.
imp
2010-01-23
1
-1
/
+3
*
- Add driver for PCF2123, SPI real time clock/calendar
gonzo
2010-01-22
3
-0
/
+272
*
- Remove unnecessary register writes in activate_device
gonzo
2010-01-21
2
-18
/
+31
*
Rename mips_pcpu_init to mips_pcpu0_init since it applies only to the
imp
2010-01-09
1
-1
/
+1
*
Centralize initialization of pcpu, and set curthread early...
imp
2010-01-08
1
-0
/
+3
*
- Add intr counters for APB interrupts
gonzo
2009-11-18
2
-2
/
+12
*
- Handle multiphy MAC case: create interface with
gonzo
2009-11-12
2
-83
/
+205
*
- include register definitions for respective controllers
gonzo
2009-11-12
2
-0
/
+2
*
- Access to all 5 PHYs goes through registers in MAC0 memory
gonzo
2009-11-08
3
-9
/
+39
*
- Fix: Wrong register is used for initial value reading
gonzo
2009-11-06
1
-1
/
+1
*
- Fix initialization of PLL registers (different shifts for
gonzo
2009-11-06
2
-8
/
+13
*
- Replace dumb cut'n'paste call with not to self (XXX)
gonzo
2009-11-05
1
-2
/
+4
*
- style(9): replace whitespaces with tabs
gonzo
2009-11-04
1
-23
/
+23
*
- Remove noisy "Implement me" stubs
gonzo
2009-11-04
2
-5
/
+21
*
With this commit our friend RMI will now compile. I have
rrs
2009-10-30
2
-0
/
+7
*
- Fix build with DEVICE_POLLING enabled
gonzo
2009-10-30
1
-5
/
+12
*
Parse and save the command line passed in from RedBoot (exec -c "xxx") and also
thompsa
2009-10-28
1
-2
/
+44
*
Does 4 things:
rrs
2009-10-15
1
-0
/
+1
*
- Fix CPU divisor mask
gonzo
2009-10-11
1
-1
/
+1
*
- Remove flags accidently brought by dumb cut'n'paste coding
gonzo
2009-09-03
1
-6
/
+1
*
- Fix phy address calculation
gonzo
2009-09-03
1
-3
/
+3
*
- Make USB part of AR71XX kernel buildable again
gonzo
2009-07-30
2
-6
/
+17
*
- Add AR71XX watchdog timer driver
gonzo
2009-07-09
2
-0
/
+119
*
- Move CPU/AHB frequency calculations to functions to
gonzo
2009-07-09
4
-38
/
+53
*
- Fix PCI routing code
gonzo
2009-07-08
2
-1
/
+8
*
- Fix off-by-one bug in arge_fixup_rx. If mbuf is located
gonzo
2009-07-08
1
-12
/
+12
*
- Flush PCI register write before delay
gonzo
2009-06-19
1
-2
/
+2
*
- Take into account only unmasked bits in interrupt status register
gonzo
2009-06-16
1
-2
/
+12
*
- Fix functions prototypes to make compiler happy
gonzo
2009-06-12
2
-6
/
+8
[prev]
[next]