diff options
| author | Søren Schmidt <sos@FreeBSD.org> | 2005-08-05 13:05:45 +0000 |
|---|---|---|
| committer | Søren Schmidt <sos@FreeBSD.org> | 2005-08-05 13:05:45 +0000 |
| commit | 06de1cd37115ff02eebac0ca8558e669932315e2 (patch) | |
| tree | c0174cee4da766f8c9732f642175041098b9997f /sys | |
| parent | a3ae5e4edec66c6fbcc8f20c2425258c51682178 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/ata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/ata.h b/sys/sys/ata.h index 6ac187b2eea6b..3e9d2002123cd 100644 --- a/sys/sys/ata.h +++ b/sys/sys/ata.h @@ -400,7 +400,7 @@ struct ata_ioc_raid_config { /* ATA RAID ioctl calls */ #define IOCATARAIDCREATE _IOW('a', 200, struct ata_ioc_raid_config) #define IOCATARAIDDELETE _IOW('a', 201, int) -#define IOCATARAIDSTATUS _IOR('a', 202, struct ata_ioc_raid_config) +#define IOCATARAIDSTATUS _IOWR('a', 202, struct ata_ioc_raid_config) #define IOCATARAIDADDSPARE _IOW('a', 203, struct ata_ioc_raid_config) #define IOCATARAIDREBUILD _IOW('a', 204, int) |
