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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo.
cognet
2009-06-24
1
-1
/
+1
*
Fix typo.
cognet
2009-06-24
1
-1
/
+1
*
Introduce ata(4) support for Marvell integrated SATA controllers (found on
raj
2009-06-24
9
-0
/
+958
*
Implement a facility for dynamic per-cpu variables.
jeff
2009-06-23
9
-1
/
+41
*
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
*
kill left over cruft
sam
2009-06-22
1
-2
/
+0
*
enable optional GPS+RS485 uarts
sam
2009-06-22
1
-0
/
+14
*
o add a bus space tag that forces a 2usec delay between r/w ops; this is
sam
2009-06-22
4
-11
/
+120
*
fix typo
sam
2009-06-22
1
-1
/
+1
*
o remove hack to write UUE+RTOIE in the uart's IER; force them with hints
sam
2009-06-22
3
-21
/
+10
*
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
*
Disable write-back until I figure out what's wrong with it on the i81342.
cognet
2009-06-21
1
-7
/
+1
*
Track the kernel mapping of a physical page by a new entry in vm_page
thompsa
2009-06-18
2
-41
/
+163
*
enable npe-a now that it works
sam
2009-06-17
1
-5
/
+5
*
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
*
Move the memory layout definitions and logic from mvreg.h to mvwin.h
marcel
2009-06-12
9
-245
/
+287
*
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
10
-19
/
+22
*
Eliminate devclass_find_free_unit call here, since -1 gives the same
imp
2009-06-10
1
-1
/
+1
*
Pass the previously returned IRQ back to arm_get_next_irq() so that
marcel
2009-06-09
9
-10
/
+10
*
Disable interrupts to allow booting on firmware (e.g. U-Boot) that
marcel
2009-06-09
1
-0
/
+5
*
Invalidate cache in pmap_remove_all() on ARM.
raj
2009-06-08
1
-0
/
+12
*
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
*
Place hostnames and similar information fully under the prison system.
jamie
2009-05-29
1
-1
/
+0
*
Delete the old USB stack. The new stack has settled in and has all the
thompsa
2009-05-27
3
-239
/
+6
*
accumulate npe statistics and expose them through dev.npe.X.stats
sam
2009-05-23
1
-2
/
+20
*
Add cpu_flush_dcache() for use after non-DMA based I/O so that a
marcel
2009-05-18
1
-0
/
+12
*
Fix name for driver to assign to the SPI device.
imp
2009-05-15
1
-1
/
+1
*
- Set MAC address in ateinit, so it can be changed later.
stas
2009-05-13
1
-8
/
+7
*
- Style(9) and consistency nitpicking.
stas
2009-05-13
1
-72
/
+88
*
- Make SPI bus bridge be non-arch dependent by using more generic
gonzo
2009-05-13
1
-1
/
+1
*
- Resurrect the debug printf message I accidentally dropped
stas
2009-05-12
1
-1
/
+4
*
- Eliminate extra register reads by using a variable to store
stas
2009-05-12
1
-16
/
+28
*
- Implement detach path.
stas
2009-05-12
1
-82
/
+143
*
- Fix build with INVARIANTS enabled.
stas
2009-05-10
1
-2
/
+2
*
- Fix multicast operation that I broke in previous commit.
stas
2009-05-10
1
-16
/
+44
[next]