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 'machine mips' from DEFAULTS. Put the proper 'machine mips
imp
2010-11-13
1
-0
/
+9
*
Converted the remainder of the NIC drivers to use the mii_attach()
marius
2010-10-15
1
-4
/
+5
*
- Fix values of CS1_EN and CS2_EN flags
gonzo
2010-09-29
2
-7
/
+6
*
AR71XX_GPIO_* defines were introduced by adrian@ a while ago,
gonzo
2010-09-29
1
-15
/
+0
*
Add AR71XX GPIO bus driver.
gonzo
2010-09-28
4
-0
/
+530
*
Make a note of which platforms the mac strings come from.
thompsa
2010-09-17
1
-0
/
+4
*
Use getenv to find the mac address since it could be in the bootloader
thompsa
2010-09-17
1
-12
/
+14
*
bus_add_child: change type of order parameter to u_int
avg
2010-09-10
1
-2
/
+2
*
Migrate if_arge to use the PLL cpuops.
adrian
2010-08-19
2
-30
/
+10
*
Implement PLL generalisation in preparation for use in if_arge.
adrian
2010-08-19
3
-3
/
+96
*
add the PLL set functions to cpuops
adrian
2010-08-19
1
-0
/
+10
*
Fix mistaken indenting.
adrian
2010-08-19
1
-5
/
+5
*
Add some initial AR724X chipset support.
adrian
2010-08-19
6
-0
/
+228
*
Add initial Atheros AR91XX support.
adrian
2010-08-19
5
-0
/
+236
*
Add missing licence.
adrian
2010-08-19
1
-0
/
+26
*
style(9) pick from imp@ .
adrian
2010-08-19
1
-3
/
+2
*
Remove now unused 'reg'.
adrian
2010-08-19
1
-1
/
+0
*
Initialise the USB system using cpuops rather than the AR71XX specific method.
adrian
2010-08-19
1
-16
/
+1
*
Migrate the CPU reset path to use the new cpuops.
adrian
2010-08-19
1
-3
/
+1
*
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
[next]