kern/169763: Incorrect description of ata security freeze
Steven Hartland
steven.hartland at multiplay.co.uk
Tue Jul 10 12:40:10 UTC 2012
>Number: 169763
>Category: kern
>Synopsis: Incorrect description of ata security freeze
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Jul 10 12:40:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Steven Hartland
>Release: 8.3-RELEASE
>Organization:
Multiplay
>Environment:
FreeBSD build 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #3: Tue Jul 3 13:16:31 UTC 2012 root at build:/usr/obj/usr/src/sys/MULTIPLAY amd64
>Description:
Simple fix for incorrect description of ata security freeze option
>How-To-Repeat:
N/A
>Fix:
Apply the attached patch
Patch attached with submission follows:
--- ../src-8.3/sys/cam/ata/ata_all.c 2012-03-03 06:15:13.000000000 +0000
+++ ata_all.c 2012-07-10 12:27:27.881899885 +0000
@@ -161,7 +161,7 @@
case 0xf2: return ("SECURITY_UNLOCK");
case 0xf3: return ("SECURITY_ERASE_PREPARE");
case 0xf4: return ("SECURITY_ERASE_UNIT");
- case 0xf5: return ("SECURITY_FREE_LOCK");
+ 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");
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-bugs
mailing list