HardenedBSD/sys/amd64/amd64
Poul-Henning Kamp 4be2eb8c49 I got tired of seeing all the cdevsw[major(foo)] all over the place.
Made a new (inline) function devsw(dev_t dev) and substituted it.

Changed to the BDEV variant to this format as well: bdevsw(dev_t dev)

DEVFS will eventually benefit from this change too.
1999-05-08 06:40:31 +00:00
..
amd64_mem.c Add a hook that can be called to initialise a slave processor's memory 1999-04-30 22:09:45 +00:00
amd64-gdbstub.c Generalize to allow any serial port to be used as the GDB port. 1999-05-07 06:50:41 +00:00
apic_vector.S Enable vmspace sharing on SMP. Major changes are, 1999-04-28 01:04:33 +00:00
autoconf.c I got tired of seeing all the cdevsw[major(foo)] all over the place. 1999-05-08 06:40:31 +00:00
bios.c
busdma_machdep.c
cpu_switch.S Fixed profiling of elf kernels. Made high resolution profiling compile 1999-05-06 09:44:57 +00:00
db_disasm.c
db_interface.c Enable vmspace sharing on SMP. Major changes are, 1999-04-28 01:04:33 +00:00
db_trace.c Enable vmspace sharing on SMP. Major changes are, 1999-04-28 01:04:33 +00:00
elf_machdep.c
exception.s Fixed profiling of elf kernels. Made high resolution profiling compile 1999-05-06 09:44:57 +00:00
exception.S Fixed profiling of elf kernels. Made high resolution profiling compile 1999-05-06 09:44:57 +00:00
fpu.c I'm not sure why the #ifdef SMP became #if 1 (this overrode the npx probe 1999-05-06 12:47:21 +00:00
genassym.c Enable vmspace sharing on SMP. Major changes are, 1999-04-28 01:04:33 +00:00
identcpu.c Add sysctl descriptions to many SYSCTL_XXXs 1999-05-03 23:57:32 +00:00
initcpu.c
legacy.c
locore.s Enable vmspace sharing on SMP. Major changes are, 1999-04-28 01:04:33 +00:00
locore.S Enable vmspace sharing on SMP. Major changes are, 1999-04-28 01:04:33 +00:00
machdep.c Initialize dblfault_tss.tss_fs to the per-cpu private data segment selector. 1999-05-06 00:54:54 +00:00
mem.c Don't deref a NULL mem_range_softc.mr_op pointer on non-MTRR systems when 1999-05-03 09:47:53 +00:00
mp_machdep.c Add a hook that can be called to initialise a slave processor's memory 1999-04-30 22:09:45 +00:00
mpboot.S Enable vmspace sharing on SMP. Major changes are, 1999-04-28 01:04:33 +00:00
mptable.c Add a hook that can be called to initialise a slave processor's memory 1999-04-30 22:09:45 +00:00
nexus.c
pmap.c Enable vmspace sharing on SMP. Major changes are, 1999-04-28 01:04:33 +00:00
prof_machdep.c Fixed profiling of elf kernels. Made high resolution profiling compile 1999-05-06 09:44:57 +00:00
support.s Enable vmspace sharing on SMP. Major changes are, 1999-04-28 01:04:33 +00:00
support.S Enable vmspace sharing on SMP. Major changes are, 1999-04-28 01:04:33 +00:00
swtch.s Fixed profiling of elf kernels. Made high resolution profiling compile 1999-05-06 09:44:57 +00:00
sys_machdep.c Enable vmspace sharing on SMP. Major changes are, 1999-04-28 01:04:33 +00:00
trap.c Add sufficient braces to keep egcs happy about potentially ambiguous 1999-05-06 18:13:11 +00:00
tsc.c
vm_machdep.c