Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jul 2012 12:32:05 GMT
From:      Steven Hartland <steven.hartland@multiplay.co.uk>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/169763: Incorrect description of ata security freeze
Message-ID:  <201207101232.q6ACW54Q028554@red.freebsd.org>
Resent-Message-ID: <201207101240.q6ACeA3k009177@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207101232.q6ACW54Q028554>