freebsd-dev/sys/amd64/amd64
Poul-Henning Kamp 7ac40f5f59 Gigacommit to improve device-driver source compatibility between
branches:

Initialize struct cdevsw using C99 sparse initializtion and remove
all initializations to default values.

This patch is automatically generated and has been tested by compiling
LINT with all the fields in struct cdevsw in reverse order on alpha,
sparc64 and i386.

Approved by:    re(scottl)
2003-03-03 12:15:54 +00:00
..
amd64_mem.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
amd64-gdbstub.c Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDB 2003-02-16 19:22:21 +00:00
apic_vector.S Split statclock into statclock and profclock, and made the method for driving 2003-02-03 17:53:15 +00:00
atomic.c Introduce atomic_cmpset_int() and atomic_cmpset_long() from SMPng a 2000-09-06 11:21:14 +00:00
autoconf.c Only dump the BIOS geometry table from bootinfo on PC98, we don't use 2002-12-14 16:11:28 +00:00
bios.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
busdma_machdep.c Correctly set BUS_SPACE_MAXSIZE in all the busdma backends. 2003-02-26 02:16:06 +00:00
cpu_switch.S Now that TPR isn't bogusly raised at boot, there is no need to clear 2003-01-23 01:01:35 +00:00
critical.c Split statclock into statclock and profclock, and made the method for driving 2003-02-03 17:53:15 +00:00
db_disasm.c Fixed some style bugs in the removal of __P(()). The main ones were 2002-03-23 14:27:06 +00:00
db_interface.c unsigned -> pt_entry_t. 2003-02-22 23:41:27 +00:00
db_trace.c Add code to ddb to allow backtracing an arbitrary thread. 2002-12-28 01:23:07 +00:00
dump_machdep.c Reformat last change 2002-12-16 23:25:12 +00:00
elf_machdep.c Resolve relative relocations in klds before trying to parse the module's 2003-01-21 02:42:44 +00:00
exception.s Move a bunch of flags from the KSE to the thread. 2003-02-17 09:55:10 +00:00
exception.S Move a bunch of flags from the KSE to the thread. 2003-02-17 09:55:10 +00:00
fpu.c Move a bunch of flags from the KSE to the thread. 2003-02-17 09:55:10 +00:00
genassym.c Previous commit missed a 1 that should be NGPTD, and an NPDEPG that should 2003-02-23 22:12:08 +00:00
identcpu.c Expand some #ifdef's to fix I386_CPU compile. 2003-02-27 20:38:48 +00:00
in_cksum.c In in_cksumdata, len must be a signed type. 2001-10-05 18:58:22 +00:00
initcpu.c - Move enable_sse()'s prototype to machine/md_var.h. 2003-01-22 18:18:45 +00:00
legacy.c - Give legacy an identify routine that always adds 'legacy0' at an order 2002-09-30 18:47:11 +00:00
locore.s Previous commit missed a 1 that should be NGPTD, and an NPDEPG that should 2003-02-23 22:12:08 +00:00
locore.S Previous commit missed a 1 that should be NGPTD, and an NPDEPG that should 2003-02-23 22:12:08 +00:00
machdep.c Fix fumble in rev 1.525. pmap_kenter()'s second argument is a physical 2003-02-20 05:35:52 +00:00
mem.c Gigacommit to improve device-driver source compatibility between 2003-03-03 12:15:54 +00:00
mp_machdep.c The mpbiosreason variable does not used for pc98. 2003-02-24 14:36:03 +00:00
mpboot.S Remove the leading underscore from all symbols defined in x86 asm 2001-02-25 06:29:04 +00:00
mptable.c The mpbiosreason variable does not used for pc98. 2003-02-24 14:36:03 +00:00
nexus.c - Give legacy an identify routine that always adds 'legacy0' at an order 2002-09-30 18:47:11 +00:00
pmap.c Change the process flags P_KSES to be P_THREADED. 2003-02-27 02:05:19 +00:00
prof_machdep.c Quick fix for high resolution kernel profiling on i386's. Use 2002-07-13 22:28:34 +00:00
support.s Create inlines for ltr(sel), lldt(sel), lidt(addr) rather than 2002-09-22 04:45:21 +00:00
support.S Create inlines for ltr(sel), lldt(sel), lidt(addr) rather than 2002-09-22 04:45:21 +00:00
swtch.s Now that TPR isn't bogusly raised at boot, there is no need to clear 2003-01-23 01:01:35 +00:00
sys_machdep.c Change the process flags P_KSES to be P_THREADED. 2003-02-27 02:05:19 +00:00
trap.c Change the process flags P_KSES to be P_THREADED. 2003-02-27 02:05:19 +00:00
tsc.c This file has no longer any content from the original Berkeley file so 2003-02-05 11:11:39 +00:00
vm_machdep.c - Added macros NPGPTD, NBPTD, and NPDEPTD, for dealing with the size of the 2003-02-23 21:20:00 +00:00