Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jan 2003 14:24:13 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_module.c
Message-ID:  <200301072224.h07MODJC060511@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2003/01/07 14:24:13 PST

  Modified files:
    sys/kern             kern_module.c 
  Log:
  Move the MOD_SHUTDOWN event from shutdown_post_sync to shutdown_final,
  so that entities that want to use the post_sync hook to write stuff
  to devices and other tidy-up can do so before the device tree is
  shot down.  eg: da doing a SYNC_CACHE etc.  This should get crashdumps
  working on mpt devices again, and stops the ia64 boxes locking up
  on regular shutdown when da tries to issue the scsi commands to mpt.
  
  Obtained from:  njl, gibbs
  
  Revision  Changes    Path
  1.39      +1 -1      src/sys/kern/kern_module.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301072224.h07MODJC060511>