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
*
Define every architecture as either VM_PHYSSEG_DENSE or
alc
2007-05-05
1
-0
/
+5
*
Remove sa1_cache_clean_addr. It isn't needed.
kevlo
2007-05-03
3
-6
/
+0
*
Don't expose the uart_ops structure directly, but instead have
marcel
2007-04-02
6
-13
/
+19
*
Revisit the watchdogs: Resetting the error to EINVAL after failing to set the
n_hibma
2007-03-27
3
-9
/
+4
*
Don't map mini-data cache page since ARM920T doesn't have it.
kevlo
2007-03-27
1
-5
/
+0
*
Default to booting off the SD card. It is more useful, and a full
imp
2007-03-23
2
-5
/
+32
*
MFp4: A bunch of patches from myself and Tisco to improve the
imp
2007-03-23
2
-25
/
+40
*
Fix a comment
kevlo
2007-03-21
1
-1
/
+1
*
Remove __P
kevlo
2007-03-21
3
-18
/
+18
*
Map the second CS of the compact flash too. This allow us access to
jhay
2007-03-14
2
-4
/
+20
*
Map the second CS of the compact flash too. This allow us access to
jhay
2007-03-14
1
-113
/
+82
*
Push down the implementation of PCPU_LAZY_INC() into the machine-dependent
alc
2007-03-11
1
-0
/
+6
*
Wrap ixppcib_setup_intr() at 80.
piso
2007-03-06
1
-1
/
+2
*
Wrap a BUS_SETUP_INTR() line at 80.
piso
2007-03-06
1
-2
/
+2
*
o substitute INTR_FAST with FILTER in a panic message.
piso
2007-03-06
1
-3
/
+3
*
Reverse this change. malloc() with M_WAITOK never fails.
kevlo
2007-03-06
1
-2
/
+0
*
Check for malloc return value
kevlo
2007-03-05
1
-0
/
+2
*
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
[next]