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
/
arm
/
xscale
Commit message (
Expand
)
Author
Age
Files
Lines
*
Call init_param1() much earlier, so that msgbufsize is non-zero when we want
pluknet
2011-04-19
1
-2
/
+3
*
Add a real dependency on the microcode.
obrien
2011-02-25
1
-1
/
+1
*
Get myself a brain, move the call to init_param1() before the first use in
cognet
2011-02-21
1
-2
/
+3
*
Fix typos - remove duplicate "the".
brucec
2011-02-21
1
-1
/
+1
*
Call init_param1() much earlier, so that msgbufsize is non-zero when we want
cognet
2011-02-13
3
-6
/
+9
*
Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.
pluknet
2011-01-21
5
-19
/
+10
*
IXP4XX_GPIO_{,UN}LOCK() don't take args. Remove the sc here to make
imp
2010-12-23
1
-10
/
+10
*
Provide a mutex around the read/modify/write of the IXP425_GPIO_*
thompsa
2010-11-14
6
-45
/
+35
*
Add a GPIO driver for the Gateworks Cambria platform.
thompsa
2010-11-11
2
-0
/
+472
*
Fix typos.
brucec
2010-11-09
1
-2
/
+2
*
Remove line for the uncommitted Cambria gpio drive that snuck in with r214946.
thompsa
2010-11-07
1
-1
/
+0
*
Hook up the five gpio pins on the Avila board to the gpio framework. There are
thompsa
2010-11-07
3
-0
/
+384
*
Convert the PHY drivers to honor the mii_flags passed down and convert
marius
2010-10-15
1
-12
/
+9
*
bus_add_child: change type of order parameter to u_int
avg
2010-09-10
1
-1
/
+1
*
Add new tunable 'net.link.ifqmaxlen' to set default send interface
sobomax
2010-05-03
1
-1
/
+1
*
Pass the correct pointer to fled_cb().
rpaulo
2010-03-26
1
-1
/
+1
*
Fix previous commit: led_func() doesn't exist, it should be fled_cb().
rpaulo
2010-02-22
1
-1
/
+1
*
Turn on the front LED at boot time like we do with the Avila.
rpaulo
2010-02-10
1
-0
/
+2
*
Intel XScale hwpmc(4) support.
rpaulo
2009-12-23
1
-0
/
+1
*
Remove remaining bits of performance counter support.
rpaulo
2009-10-03
1
-2
/
+0
*
Remove performance counter headers. This code came from NetBSD, but our
rpaulo
2009-10-02
2
-121
/
+0
*
No need to remove the same flag multiple times.
cognet
2009-08-23
1
-2
/
+2
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-2
/
+2
*
Implement a facility for dynamic per-cpu variables.
jeff
2009-06-23
5
-0
/
+25
*
Now that we have UARTs running with fast interrupt handlers the ata
sam
2009-06-23
2
-35
/
+208
*
use consistent style
sam
2009-06-23
1
-1
/
+1
*
o add a bus space tag that forces a 2usec delay between r/w ops; this is
sam
2009-06-22
4
-11
/
+120
*
o remove hack to write UUE+RTOIE in the uart's IER; force them with hints
sam
2009-06-22
1
-21
/
+7
*
hook arm_post_filter to ACK GPIO interrupts; this fixes the interrupt
sam
2009-06-22
1
-0
/
+8
*
always define Cambria GPS+RS485 mappings as they are no longer conditional
sam
2009-06-22
1
-4
/
+0
*
map the optional GPS and RS485 uart's on the Gateworks Cambria board
sam
2009-06-22
2
-21
/
+32
*
add ixp425_set_gpio to program the gpio interrupt type
sam
2009-06-22
3
-10
/
+22
*
rewrite arm_get_next_irq to always make forward progress (should be optimized)
sam
2009-06-22
1
-8
/
+20
*
kill stray whitespace
sam
2009-06-22
1
-2
/
+2
*
move logic to ACK a GPIO to a separate function
sam
2009-06-22
1
-3
/
+9
*
swap order in ddb show gpio printf
sam
2009-06-22
1
-2
/
+2
*
make type use consistent
sam
2009-06-22
1
-1
/
+1
*
Add workaround to get IXP435 NPE-A working: reseting NPE-A after NPE-C
sam
2009-06-17
1
-28
/
+24
*
correct data/instruction memory sizes for non-ixp425 parts (these
sam
2009-06-17
1
-2
/
+8
*
remove IAL vestige for defining the max data/instruction memory size;
sam
2009-06-17
1
-9
/
+2
*
o correct default miibase for NPE-B and NPE-C; these values are
sam
2009-06-17
1
-7
/
+27
*
add ixp4xx_write_feature_bits
sam
2009-06-17
2
-0
/
+7
*
devclass_find_free_unit(xxx, 0) is identical to -1 for most
imp
2009-06-12
1
-1
/
+1
*
strict kobj signatures: number of fixes for arm architecture
avg
2009-06-11
6
-13
/
+16
*
Pass the previously returned IRQ back to arm_get_next_irq() so that
marcel
2009-06-09
4
-4
/
+4
*
maintain existing style
sam
2009-05-30
1
-2
/
+2
*
When user_frac in the polling subsystem is low it is going to busy the
attilio
2009-05-30
3
-7
/
+14
*
Delete the old USB stack. The new stack has settled in and has all the
thompsa
2009-05-27
1
-1
/
+0
*
accumulate npe statistics and expose them through dev.npe.X.stats
sam
2009-05-23
1
-2
/
+20
*
add IXP4XX_FLASH_SIZE config knob that can be used to override the default
sam
2009-03-10
1
-0
/
+4
[next]