..
atomic.S
autoconf.c
Create nexus in configure_first() instead of in configure(). This
2005-05-29 23:44:22 +00:00
bcopy.c
busdma_machdep.c
Sync with other platforms: add kluge to use contigmalloc when the
2007-06-08 04:46:50 +00:00
clock.c
Don't initialize the decrementer before initclocks() is called.
2007-05-27 21:05:35 +00:00
copyinout.c
Fix remaining compile error.
2006-10-18 19:56:20 +00:00
copystr.c
cpu.c
The table of known CPU models ends with an entry that has a version
2007-02-18 17:40:09 +00:00
db_disasm.c
db_hwwatch.c
Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint()
2005-09-10 03:01:25 +00:00
db_interface.c
Add kdb_cpu_sync_icache(), intended to synchronize instruction
2007-06-09 21:55:17 +00:00
db_memrw.c
db_trace.c
Simplify the pager support in DDB. Allowing different db commands to
2006-07-12 21:22:44 +00:00
elf_machdep.c
Allow FreeBSD's native ELF image activators to execute shared libraries the
2007-05-22 02:22:58 +00:00
fpu.c
fuswintr.c
gdb_machdep.c
Add skeletal support for GDB. In particular gdb_cpu_getreg() needs
2006-08-24 21:52:11 +00:00
genassym.c
Turn console printf buffering into a kernel option and only on
2006-11-30 04:17:05 +00:00
in_cksum.c
interrupt.c
Tweak how the MD code calls the fooclock() methods some. Instead of
2005-12-22 22:16:09 +00:00
intr_machdep.c
In some particular cases (like in pccard and pccbb), the real device
2007-05-31 19:25:35 +00:00
locore.S
Copy SPRG0-3 registers at boot-time and restore when calling into
2005-10-30 21:29:59 +00:00
machdep.c
Revert VMCNT_* operations introduction.
2007-05-31 22:52:15 +00:00
mem.c
o Move the prototype of mem_valid() from ofw_machdep.h to md_var.h.
2006-07-26 17:12:54 +00:00
mmu_if.m
Fix gdb issue where the i-cache was not being updated when a breakpoint
2006-12-05 04:01:52 +00:00
mmu_oea.c
Remove bogus increment of re-hashed PTEG index. This snuck in with r1.12 of
2006-12-20 01:10:21 +00:00
mp_machdep.c
Since DELAY() was moved, most <machine/clock.h> #includes have been
2006-05-16 14:37:58 +00:00
nexus.c
Add ofw bus methods to the ppc nexus driver. This will be used in future
2007-04-20 03:24:59 +00:00
ofw_machdep.c
Implement OF_decode_addr(). This makes uart(4) work as a serial
2006-12-13 06:11:22 +00:00
ofwmagic.S
openpic.c
o break newbus api: add a new argument of type driver_filter_t to
2007-02-23 12:19:07 +00:00
pic_if.m
Update openpic to support the new bus_setup_intr() syntax.
2007-03-07 11:42:14 +00:00
pmap_dispatch.c
Fix gdb issue where the i-cache was not being updated when a breakpoint
2006-12-05 04:01:52 +00:00
sc_machdep.c
setjmp.S
sigcode.S
suswintr.c
swtch.S
syncicache.c
Add kdb_cpu_sync_icache(), intended to synchronize instruction
2007-06-09 21:55:17 +00:00
sys_machdep.c
trap_subr.S
Mark the return address of the call to ast() in the generic trap
2005-12-23 13:05:27 +00:00
trap.c
Rework the PCPU_* (MD) interface:
2007-06-04 21:38:48 +00:00
uio_machdep.c
Add kdb_cpu_sync_icache(), intended to synchronize instruction
2007-06-09 21:55:17 +00:00
uma_machdep.c
vm_machdep.c
Fix the compile. Band-aid until it is worked out how to use the context
2007-06-06 06:01:56 +00:00