Author: brueffer
Date: Wed Jul 18 10:56:48 2012
New Revision: 238591
URL: http://svn.freebsd.org/changeset/base/238591
Log:
MFC: r238363
- fix description of SECURITY_FREEZE_LOCK
- add missing underscores to SECURITY_DISABLE_PASSWORD
Approved by: re (hrs)
Modified:
stable/9/sys/cam/ata/ata_all.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/cam/ata/ata_all.c
==============================================================================
--- stable/9/sys/cam/ata/ata_all.c Wed Jul 18 10:51:11 2012
(r238590)
+++ stable/9/sys/cam/ata/ata_all.c Wed Jul 18 10:56:48 2012
(r238591)
@@ -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");
}
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "[email protected]"