git: dump - Make use of the new dumping
Alex Hornung
alexh at crater.dragonflybsd.org
Sun Dec 6 12:08:05 PST 2009
commit b24cd69c3515fbc52c6db05302b7f9535c367615
Author: Alex Hornung <ahornung at gmail.com>
Date: Sun Dec 6 19:52:58 2009 +0000
dump - Make use of the new dumping
* Adapt our dumping infrastructure to the new dump type.
* Update all disk/raid dump methods (except aac) to work with the new
dumps. These now don't take matters into their own hands and just write
what they are told to.
Summary of changes:
sys/bus/cam/scsi/scsi_da.c | 56 ++++---------
sys/dev/disk/nata/ata-disk.c | 77 ++++++-----------
sys/dev/disk/nata/ata-raid.c | 57 ++++---------
sys/dev/raid/aac/aac_disk.c | 4 +
sys/dev/raid/amr/amr_disk.c | 35 +-------
sys/dev/raid/ida/ida_disk.c | 39 ++-------
sys/dev/raid/twe/twe_freebsd.c | 34 +-------
sys/kern/kern_device.c | 7 ++-
sys/kern/kern_shutdown.c | 166 ++++++++++++------------------------
sys/kern/subr_disk.c | 66 ++++++++++++--
sys/platform/pc32/i386/machdep.c | 33 ++++++-
sys/platform/pc32/include/md_var.h | 7 ++-
sys/platform/pc32/include/pmap.h | 1 +
sys/platform/pc64/include/md_var.h | 7 ++
sys/platform/pc64/include/pmap.h | 1 +
sys/sys/device.h | 10 ++-
sys/sys/disk.h | 1 +
sys/sys/diskslice.h | 1 +
sys/sys/kerneldump.h | 131 ++++++++++++++++++++++++++++
sys/sys/systm.h | 2 -
20 files changed, 385 insertions(+), 350 deletions(-)
create mode 100644 sys/sys/kerneldump.h
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b24cd69c3515fbc52c6db05302b7f9535c367615
--
DragonFly BSD source repository
More information about the Commits
mailing list