Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

scsi: ata: enhance the definition of SET MAX feature field value

There are two other values for SET MAX feature field according to ata
protocol. So definite them.

Signed-off-by: Xiang Chen <chenxiang66@hisilicon.com>
Signed-off-by: John Garry <john.garry@huawei.com>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

chenxiang and committed by
Martin K. Petersen
d5c15c2c dc2db1dc

+2
+2
include/linux/ata.h
··· 448 448 ATA_SET_MAX_LOCK = 0x02, 449 449 ATA_SET_MAX_UNLOCK = 0x03, 450 450 ATA_SET_MAX_FREEZE_LOCK = 0x04, 451 + ATA_SET_MAX_PASSWD_DMA = 0x05, 452 + ATA_SET_MAX_UNLOCK_DMA = 0x06, 451 453 452 454 /* feature values for DEVICE CONFIGURATION OVERLAY */ 453 455 ATA_DCO_RESTORE = 0xC0,