dump - Make use of the new dumping
authorAlex Hornung <ahornung@gmail.com>
Sun, 6 Dec 2009 19:52:58 +0000 (19:52 +0000)
committerAlex Hornung <ahornung@gmail.com>
Sun, 6 Dec 2009 20:06:50 +0000 (20:06 +0000)
commitb24cd69c3515fbc52c6db05302b7f9535c367615
tree0086d7aadd0101b2293f64a4572208de6a9f2b55
parentbe66ad118c8d757a140a55c8309a4a772b041432
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.
20 files changed:
sys/bus/cam/scsi/scsi_da.c
sys/dev/disk/nata/ata-disk.c
sys/dev/disk/nata/ata-raid.c
sys/dev/raid/aac/aac_disk.c
sys/dev/raid/amr/amr_disk.c
sys/dev/raid/ida/ida_disk.c
sys/dev/raid/twe/twe_freebsd.c
sys/kern/kern_device.c
sys/kern/kern_shutdown.c
sys/kern/subr_disk.c
sys/platform/pc32/i386/machdep.c
sys/platform/pc32/include/md_var.h
sys/platform/pc32/include/pmap.h
sys/platform/pc64/include/md_var.h
sys/platform/pc64/include/pmap.h
sys/sys/device.h
sys/sys/disk.h
sys/sys/diskslice.h
sys/sys/kerneldump.h [new file with mode: 0644]
sys/sys/systm.h