diff options
author | mjacob <mjacob@FreeBSD.org> | 2002-02-18 00:00:34 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 2002-02-18 00:00:34 +0000 |
commit | e4ecbf2c51e25b15585a4d7af9e7ce6f8a56a299 (patch) | |
tree | ddea077bfbe94688db63926550e711f058ff28d1 /sys/dev/isp/isp_ioctl.h | |
parent | cdc3c37e6597d9fd5fca412b23c5292c3c45b903 (diff) | |
download | FreeBSD-src-e4ecbf2c51e25b15585a4d7af9e7ce6f8a56a299.zip FreeBSD-src-e4ecbf2c51e25b15585a4d7af9e7ce6f8a56a299.tar.gz |
More for f/w crash dumps (bug fixing and adding ioctl entry points
and hints to enable for specific units)
MFC after: 1 week
Diffstat (limited to 'sys/dev/isp/isp_ioctl.h')
-rw-r--r-- | sys/dev/isp/isp_ioctl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/isp_ioctl.h b/sys/dev/isp/isp_ioctl.h index d3af96f..c048080 100644 --- a/sys/dev/isp/isp_ioctl.h +++ b/sys/dev/isp/isp_ioctl.h @@ -105,5 +105,5 @@ typedef struct { /* * Get F/W crash dump */ -#define ISP_GET_FW_CRASH_DUMP _IOR(ISP_IOC, 10, void *) +#define ISP_GET_FW_CRASH_DUMP _IO(ISP_IOC, 10) #define ISP_FORCE_CRASH_DUMP _IO(ISP_IOC, 11) |