Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 2003 00:09:33 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 23259 for review
Message-ID:  <200301060809.h0689XXt030754@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=23259

Change 23259 by peter@peter_itanic2 on 2003/01/06 00:09:07

	This gets pluto1.freebsd.org to reboot without locking up.
	It is amazing how the mpt driver finds it hard to issue
	a sync cache command to the driver after it has been reset
	by the device_shutdown method.

Affected files ...

.. //depot/projects/ia64/sys/cam/scsi/scsi_da.c#25 edit

Differences ...

==== //depot/projects/ia64/sys/cam/scsi/scsi_da.c#25 (text+ko) ====

@@ -927,7 +927,7 @@
 
 		/* Register our shutdown event handler */
 		if ((EVENTHANDLER_REGISTER(shutdown_post_sync, dashutdown, 
-					   NULL, SHUTDOWN_PRI_DEFAULT)) == NULL)
+					   NULL, SHUTDOWN_PRI_FIRST)) == NULL)
 		    printf("dainit: shutdown event registration failed!\n");
 	}
 }

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




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