diff options
| author | Greg Lehey <grog@FreeBSD.org> | 2003-05-04 05:15:32 +0000 |
|---|---|---|
| committer | Greg Lehey <grog@FreeBSD.org> | 2003-05-04 05:15:32 +0000 |
| commit | 8ffac9562ed86c36d143a32353d24d0f1bd8fc40 (patch) | |
| tree | 39939fd9357feeefde1acc73c187d313b8bbe416 /sys/dev | |
| parent | acf0d9331bb7a2785f3c16ebe4cf6902bf1aca94 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/vinum/vinumio.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/vinum/vinumio.h b/sys/dev/vinum/vinumio.h index b180e0c97fbcc..b36dcead20460 100644 --- a/sys/dev/vinum/vinumio.h +++ b/sys/dev/vinum/vinumio.h @@ -33,7 +33,7 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $Id: vinumio.h,v 1.21 2001/05/22 07:29:23 grog Exp grog $ + * $Id: vinumio.h,v 1.22 2003/04/24 07:36:09 grog Exp $ * $FreeBSD$ */ @@ -114,8 +114,9 @@ struct vinum_rename_msg { #define VINUM_SAVECONFIG _IOW(L, 72, int) /* write config to disk */ #define VINUM_RESETCONFIG _IOC(0, L, 73, 0) /* trash config on disk */ #define VINUM_INIT _IOC(0, L, 74, 0) /* read config from disk */ +#define VINUM_READCONFIG _IOC(IOC_IN | IOC_OUT, L, 75, BUFSIZE) /* read config from disk */ #ifdef VINUMDEBUG -#define VINUM_DEBUG _IOWR(L, 75, struct debuginfo) /* call the debugger from ioctl () */ +#define VINUM_DEBUG _IOWR(L, 127, struct debuginfo) /* call the debugger from ioctl () */ #endif /* |
