Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Dec 2015 22:52:28 GMT
From:      def@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r294718 - soc2013/def/crashdump-head/sys/sys
Message-ID:  <201512012252.tB1MqSoU014657@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: def
Date: Tue Dec  1 22:52:28 2015
New Revision: 294718
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=294718

Log:
  Use unused I/O control number for the new DIOCSKERNELDUMP I/O control.

Modified:
  soc2013/def/crashdump-head/sys/sys/disk.h

Modified: soc2013/def/crashdump-head/sys/sys/disk.h
==============================================================================
--- soc2013/def/crashdump-head/sys/sys/disk.h	Tue Dec  1 22:44:52 2015	(r294717)
+++ soc2013/def/crashdump-head/sys/sys/disk.h	Tue Dec  1 22:52:28 2015	(r294718)
@@ -144,7 +144,7 @@
 	uint32_t	 kda_encryptedkeysize;
 	uint8_t		*kda_encryptedkey;
 };
-#define	DIOCSKERNELDUMP _IOW('d', 132, struct diocskerneldump_arg)
+#define	DIOCSKERNELDUMP _IOW('d', 143, struct diocskerneldump_arg)
 	/*
 	 * Enable/Disable the device for kernel core dumps.
 	 */



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