DragonFly BSD
DragonFly commits List (threaded) for 2009-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: dump - Make use of the new dumping


From: Alex Hornung <alexh@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 6 Dec 2009 12:06:51 -0800 (PST)

commit b24cd69c3515fbc52c6db05302b7f9535c367615
Author: Alex Hornung <ahornung@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]