freebsd-dev/sys/amd64/amd64
Marius Strobl 4b7ec27007 - There's no need to overwrite the default device method with the default
one. Interestingly, these are actually the default for quite some time
  (bus_generic_driver_added(9) since r52045 and bus_generic_print_child(9)
  since r52045) but even recently added device drivers do this unnecessarily.
  Discussed with: jhb, marcel
- While at it, use DEVMETHOD_END.
  Discussed with: jhb
- Also while at it, use __FBSDID.
2011-11-22 21:28:20 +00:00
..
amd64_mem.c
apic_vector.S
atomic.c
atpic_vector.S
autoconf.c
bios.c
bpf_jit_machdep.c
bpf_jit_machdep.h
cpu_switch.S
db_disasm.c
db_interface.c
db_trace.c
elf_machdep.c
exception.S Microoptimize the return path for the fast syscalls on amd64. Arrange 2011-09-15 09:53:04 +00:00
fpu.c
gdb_machdep.c
genassym.c Perform amd64-specific microoptimizations for native syscall entry 2011-09-11 16:08:10 +00:00
identcpu.c
in_cksum.c
initcpu.c
intr_machdep.c
io.c
legacy.c - There's no need to overwrite the default device method with the default 2011-11-22 21:28:20 +00:00
locore.S
machdep.c Weaken the part of assertions added in the r227394. Only check that the 2011-11-11 04:10:36 +00:00
mem.c
minidump_machdep.c Make NKPT a kernel option on amd64 so that it can be set to a non-default 2011-08-26 17:08:22 +00:00
mp_machdep.c Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. 2011-11-07 15:43:11 +00:00
mp_watchdog.c
mpboot.S
pmap.c Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. 2011-11-07 15:43:11 +00:00
prof_machdep.c
sigtramp.S
stack_machdep.c
support.S
sys_machdep.c Trace attempts to call restricted MD syscalls. 2011-10-18 07:39:27 +00:00
trap.c Attempt to improve formatting and content of several comments for 2011-11-09 18:25:50 +00:00
uio_machdep.c
uma_machdep.c Eliminate vestiges of page coloring in VM_ALLOC_NOOBJ calls to 2011-10-27 16:39:17 +00:00
vm_machdep.c