summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/raidframeio.h
diff options
context:
space:
mode:
authoroster <oster@NetBSD.org>2021-08-02 20:31:14 +0000
committeroster <oster@NetBSD.org>2021-08-02 20:31:14 +0000
commit0b3bf07437c9d4bff049b3b1cf83ad9eee706401 (patch)
tree73bae560f4be8ed01290dfb406fd1f550dbe9f3d /sys/dev/raidframe/raidframeio.h
parente155ef1756f8dcae911cc08e157d3b7e19e95400 (diff)
Support on-demand re-scanning all devices to look for
autoconfig RAID sets. raidctl now supports looking for autoconfig RAID sets with a new '-L' flag.
Diffstat (limited to 'sys/dev/raidframe/raidframeio.h')
-rw-r--r--sys/dev/raidframe/raidframeio.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/raidframe/raidframeio.h b/sys/dev/raidframe/raidframeio.h
index 72539e2e06f..c5a257e0150 100644
--- a/sys/dev/raidframe/raidframeio.h
+++ b/sys/dev/raidframe/raidframeio.h
@@ -1,4 +1,4 @@
-/* $NetBSD: raidframeio.h,v 1.9 2018/01/20 01:32:45 mrg Exp $ */
+/* $NetBSD: raidframeio.h,v 1.10 2021/08/02 20:31:14 oster Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -133,5 +133,6 @@
#define RAIDFRAME_SET_LAST_UNIT _IOW('r', 41, int)
#define RAIDFRAME_GET_INFO _IOWR('r', 42, RF_DeviceConfig_t *) /* get configuration */
#define RAIDFRAME_CONFIGURE _IOW ('r', 43, void *) /* configure the driver */
-
+#define RAIDFRAME_RESCAN _IO ('r', 44)
#endif /* !_RF_RAIDFRAMEIO_H_ */
+