Module Name: src
Committed By: mlelstv
Date: Tue Nov 4 07:41:38 UTC 2014
Modified Files:
src/sys/sys: dkio.h
Log Message:
Add ioctl to autodiscover wedges.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/sys/dkio.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/dkio.h
diff -u src/sys/sys/dkio.h:1.19 src/sys/sys/dkio.h:1.20
--- src/sys/sys/dkio.h:1.19 Fri Jul 25 08:34:48 2014
+++ src/sys/sys/dkio.h Tue Nov 4 07:41:37 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: dkio.h,v 1.19 2014/07/25 08:34:48 dholland Exp $ */
+/* $NetBSD: dkio.h,v 1.20 2014/11/04 07:41:37 mlelstv Exp $ */
/*
* Copyright (c) 1987, 1988, 1993
@@ -112,4 +112,7 @@
/* 129 was DIOCGDISCARDPARAMS during 6.99 */
/* 130 was DIOCDISCARD during 6.99 */
+ /* trigger wedge auto discover */
+#define DIOCMWEDGES _IOR('d', 131, int) /* make wedges */
+
#endif /* _SYS_DKIO_H_ */