Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/dev/raidframe/raidframeio.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/raidframe/raidframeio.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- src/sys/dev/raidframe/raidframeio.h 2008/04/28 20:23:56 1.4 +++ src/sys/dev/raidframe/raidframeio.h 2009/01/18 16:37:19 1.5 @@ -1,4 +1,4 @@ -/* $NetBSD: raidframeio.h,v 1.4 2008/04/28 20:23:56 martin Exp $ */ +/* $NetBSD: raidframeio.h,v 1.5 2009/01/18 16:37:19 christos Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. * All rights reserved. @@ -69,7 +69,7 @@ #include "raidframevar.h" -#define RAIDFRAME_CONFIGURE _IOW ('r', 1, void *) /* configure the driver */ +/* 1 was RAIDFRAME_CONFIGURE */ #define RAIDFRAME_SHUTDOWN _IO ('r', 2) /* shutdown the driver */ #define RAIDFRAME_TUR _IOW ('r', 3, dev_t) /* debug only: test unit * ready */ @@ -99,7 +99,7 @@ #define RAIDFRAME_STOP_ATRACE _IO ('r', 13) /* stop tracing accesses */ #define RAIDFRAME_GET_SIZE _IOR ('r', 14, int) /* get size (# sectors) * in raid device */ -#define RAIDFRAME_GET_INFO _IOWR('r', 15, RF_DeviceConfig_t *) /* get configuration */ +/* 15 was RAIDFRAME_GET_INFO */ #define RAIDFRAME_RESET_ACCTOTALS _IO ('r', 16) /* reset AccTotals for * device */ #define RAIDFRAME_GET_ACCTOTALS _IOR ('r', 17, RF_AccTotals_t) /* retrieve AccTotals @@ -124,5 +124,7 @@ #define RAIDFRAME_CHECK_RECON_STATUS_EXT _IOWR('r', 32, RF_ProgressInfo_t *) #define RAIDFRAME_CHECK_PARITYREWRITE_STATUS_EXT _IOWR ('r', 33, RF_ProgressInfo_t *) #define RAIDFRAME_CHECK_COPYBACK_STATUS_EXT _IOWR ('r', 34, RF_ProgressInfo_t *) +#define RAIDFRAME_CONFIGURE _IOW ('r', 35, void *) /* configure the driver */ +#define RAIDFRAME_GET_INFO _IOWR('r', 36, RF_DeviceConfig_t *) /* get configuration */ #endif /* !_RF_RAIDFRAMEIO_H_ */