mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-31 16:57:10 +00:00
- fix description of SECURITY_FREEZE_LOCK (1)
- add missing underscores to SECURITY_DISABLE_PASSWORD PR: 169763 (1) Submitted by: Steven Hartland <steven.hartland@multiplay.co.uk> Reviewed by: mav MFC after: 1 week
This commit is contained in:
parent
89b4ba9934
commit
f4bd5f21f0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=238363
@ -171,8 +171,8 @@ ata_op_string(struct ata_cmd *cmd)
|
||||
case 0xf2: return ("SECURITY_UNLOCK");
|
||||
case 0xf3: return ("SECURITY_ERASE_PREPARE");
|
||||
case 0xf4: return ("SECURITY_ERASE_UNIT");
|
||||
case 0xf5: return ("SECURITY_FREE_LOCK");
|
||||
case 0xf6: return ("SECURITY DISABLE PASSWORD");
|
||||
case 0xf5: return ("SECURITY_FREEZE_LOCK");
|
||||
case 0xf6: return ("SECURITY_DISABLE_PASSWORD");
|
||||
case 0xf8: return ("READ_NATIVE_MAX_ADDRESS");
|
||||
case 0xf9: return ("SET_MAX_ADDRESS");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user