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
*
Update bus_setup_intr().
piso
2007-03-01
1
-2
/
+2
*
Use tsleep() rather than msleep() with a NULL mtx.
jhb
2007-02-27
1
-1
/
+1
*
Correct return code (int) for at91_rtc_intr() prototype.
piso
2007-02-27
1
-1
/
+1
*
Remove unused header file <machine/katelib.h>
kevlo
2007-02-26
3
-4
/
+0
*
Define FLASHADDR and LOADERRAMADDR for the Avila, so that we can boot a
cognet
2007-02-26
1
-0
/
+2
*
Erm we can't change the value of arm_memcpy if we're running from flash.
cognet
2007-02-26
2
-5
/
+23
*
Update for the new prototype of bus_setup_intr().
cognet
2007-02-25
2
-4
/
+4
*
Fix attach of at91_pio() after bus_setup_intr() modification.
piso
2007-02-25
1
-1
/
+1
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
21
-64
/
+68
*
Add two new options, FLASHADDR, which defines the address the flash is
cognet
2007-02-19
1
-0
/
+2
*
Teach the kernel and the ELF trampoline how to boot from onboard flash.
cognet
2007-02-19
2
-37
/
+82
*
There's no such thing as a GENERIC kernel on arm.
cognet
2007-02-19
3
-3
/
+3
*
Cleanup and document the implementation of firmware(9) based on
luigi
2007-02-15
1
-1
/
+1
*
Add KTR tracing
kevlo
2007-02-14
1
-0
/
+4
*
style(9) cleanup.
kevlo
2007-02-14
2
-9
/
+6
*
In sendsig:
kevlo
2007-02-14
1
-24
/
+46
*
Make sure the address is valid before mapping it.
cognet
2007-02-13
1
-0
/
+13
*
Fix typo: MacPPC -> ARM
kevlo
2007-02-13
1
-1
/
+1
*
Use uma_set_align().
cognet
2007-02-11
1
-13
/
+17
*
Fix small altq related copy and paste error.
mlaier
2007-02-10
2
-2
/
+2
*
Add sanity check to make sure that the MAC address isn't all 0's. Bad
imp
2007-02-08
1
-19
/
+24
*
Evolve the ctlreq interface added to geom_gpt into a generic
marcel
2007-02-07
1
-1
/
+1
*
at91_twi depends on the iicbus module to satisfy its symbols when
imp
2007-02-06
1
-0
/
+1
*
<sys/sx.h> is unneeded.
kevlo
2007-02-05
1
-1
/
+0
*
ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again.
kevlo
2007-02-03
2
-2
/
+0
*
Remove a bogus i = 0
kevlo
2007-02-02
1
-1
/
+1
*
Use our own timer that piggybacks on npe_tick() callout instead of
kevlo
2007-01-30
1
-13
/
+16
*
Fix comments.
kevlo
2007-01-26
1
-2
/
+2
*
- Add a uart_rxready() and corresponding device-specific implementations
marius
2007-01-18
2
-13
/
+10
*
Create bus dma tags for both the PCI bus and the IXP425 root bus. Set the
cognet
2007-01-17
4
-4
/
+31
*
- Add bounce pages for arm, largely based on the i386 implementation.
cognet
2007-01-17
5
-33
/
+632
*
Hints are handled differently on -current
ticso
2007-01-05
1
-1
/
+1
*
MFp4: Use the next possible value for hz instead of defaulting to 128
ticso
2007-01-05
1
-3
/
+6
*
MFp4: Add missing atomic functions
ticso
2007-01-05
1
-34
/
+64
*
MFp4: add BWCT kernel configuration
ticso
2007-01-05
2
-0
/
+125
*
MFp4: Make at91_rtc optional to allow other RTC choices
ticso
2007-01-05
1
-1
/
+1
*
MFp4: Read access require PDC to be setup first otherwise we might get
ticso
2007-01-05
1
-3
/
+5
*
MFp4: BWCT boards are using an 16MHz xtal
ticso
2007-01-05
1
-1
/
+1
*
MFp4: Add VLAN_MTU support
ticso
2007-01-05
1
-1
/
+19
*
MFp4: fix a race in transmit buffer handling
ticso
2007-01-05
1
-1
/
+1
*
MFp4: Fix bit name for SPI SR register
imp
2007-01-01
1
-1
/
+1
*
MFp4: Remove watchdog timeout that appears to be unused.
imp
2007-01-01
1
-14
/
+0
*
Merge from FreeBSD-tsf-6 by way of p4:
imp
2007-01-01
1
-2
/
+2
*
Align the interfaces for the various watchdogs and make the interface
n_hibma
2006-12-15
2
-13
/
+22
*
Handle a missing NPE firmware file better; if it's missing print a
sam
2006-12-07
1
-3
/
+12
*
Unbreak build for Skyeye: do not attempt to do any DMA, as Skyeye doesn't
cognet
2006-12-07
1
-1
/
+10
*
Threading cleanup.. part 2 of several.
julian
2006-12-06
5
-20
/
+0
*
Do not forget to call pmap_free_l2_bucket() in pmap_remove_pages().
cognet
2006-12-04
1
-0
/
+1
*
Provide stream operations.
cognet
2006-12-02
1
-0
/
+36
*
We can have no PV entry here if the previous mapping was unmanaged, and the new
cognet
2006-12-01
1
-1
/
+2
[next]