Allow the array number to be read back on atacontrol create

This commit is contained in:
Søren Schmidt 2005-08-05 15:08:17 +00:00
parent 9c4b72390d
commit 90a9f33332
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=148737

View file

@ -398,7 +398,7 @@ struct ata_ioc_raid_config {
};
/* ATA RAID ioctl calls */
#define IOCATARAIDCREATE _IOW('a', 200, struct ata_ioc_raid_config)
#define IOCATARAIDCREATE _IOWR('a', 200, struct ata_ioc_raid_config)
#define IOCATARAIDDELETE _IOW('a', 201, int)
#define IOCATARAIDSTATUS _IOWR('a', 202, struct ata_ioc_raid_config)
#define IOCATARAIDADDSPARE _IOW('a', 203, struct ata_ioc_raid_config)