summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2006-04-21 04:28:43 +0000
committerpeter <peter@FreeBSD.org>2006-04-21 04:28:43 +0000
commit3fd2125c991b07c464f53c893b51e9d74bea6859 (patch)
treef1aeae81b128d8bb45086344471389b433a2264a /sys/conf
parentdbae6322e88945f9cee9156f52dd705fd32b42de (diff)
downloadFreeBSD-src-3fd2125c991b07c464f53c893b51e9d74bea6859.zip
FreeBSD-src-3fd2125c991b07c464f53c893b51e9d74bea6859.tar.gz
Merge minidumps from amd64 where they were originally developed.
Major differences: * since there is no direct map region, there is no custom uma memory allocator to modify to include its pages in the dumps. * Various data entries are reduced from 64 bit to 32 bit to match the native size. dump_add_page() and dump_drop_page() are still present in case one wants to arrange for arbitary pages to be dumped. This is of marginal use though because libkvm+kgdb cannot address physical memory that isn't mapped into kvm.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.i3861
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 71c9db1..b51b2cd 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -272,6 +272,7 @@ i386/i386/locore.s standard no-obj
i386/i386/longrun.c optional cpu_enable_longrun
i386/i386/machdep.c standard
i386/i386/mem.c optional mem
+i386/i386/minidump_machdep.c standard
i386/i386/mp_clock.c optional smp
i386/i386/mp_machdep.c optional smp
i386/i386/mp_watchdog.c optional mp_watchdog smp
OpenPOWER on IntegriCloud