From owner-freebsd-scsi@FreeBSD.ORG Fri Apr 12 22:30:49 2013 Return-Path: Delivered-To: freebsd-scsi@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7557854B; Fri, 12 Apr 2013 22:30:49 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4FA59D4; Fri, 12 Apr 2013 22:30:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3CMUmBW092966; Fri, 12 Apr 2013 22:30:48 GMT (envelope-from sbruno@freefall.freebsd.org) Received: (from sbruno@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3CMUmP9092965; Fri, 12 Apr 2013 22:30:48 GMT (envelope-from sbruno) Date: Fri, 12 Apr 2013 22:30:48 GMT Message-Id: <201304122230.r3CMUmP9092965@freefall.freebsd.org> To: koitsu@FreeBSD.org, sbruno@FreeBSD.org, freebsd-scsi@FreeBSD.org From: sbruno@FreeBSD.org Subject: Re: kern/127717: [ata] [patch] [request] - support write cache toggling per device X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Apr 2013 22:30:49 -0000 Synopsis: [ata] [patch] [request] - support write cache toggling per device State-Changed-From-To: open->feedback State-Changed-By: sbruno State-Changed-When: Fri Apr 12 22:29:05 UTC 2013 State-Changed-Why: Ugh, it looks like this patch should have been committed a long time ago. Turns out that atacontrol will be a dead thing soon and all of your options will need to be sent through camcontrol. CAM_ATA already supports this feature via: kern.cam.ada.0.write_cache: -1 So, this patch will most likely be rejected. http://www.freebsd.org/cgi/query-pr.cgi?pr=127717