From owner-freebsd-current@FreeBSD.ORG Mon Jun 6 20:48:39 2005 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 869C416A41C for ; Mon, 6 Jun 2005 20:48:39 +0000 (GMT) (envelope-from sos@DeepCore.dk) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0C8743D48 for ; Mon, 6 Jun 2005 20:48:38 +0000 (GMT) (envelope-from sos@DeepCore.dk) Received: from [194.192.25.136] (mac.deepcore.dk [194.192.25.136]) by spider.deepcore.dk (8.13.3/8.13.3) with ESMTP id j56KlVao071455; Mon, 6 Jun 2005 22:47:31 +0200 (CEST) (envelope-from sos@DeepCore.dk) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v730) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: quoted-printable From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= Date: Mon, 6 Jun 2005 22:48:36 +0200 To: "Daniel Eriksson" X-Mailer: Apple Mail (2.730) X-mail-scanned: by DeepCore Virus & Spam killer v1.12 Cc: freebsd-current@FreeBSD.org Subject: Re: 'atacontrol cap' not working under recent CURRENT? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jun 2005 20:48:39 -0000 On 06/06/2005, at 22:29, Daniel Eriksson wrote: > > I cannot seem to get 'atacontrol cap' to work on an up-to-date 6-=20 > CURRENT > system. > > The manpage says it only takes one parameter ("device"), but no =20 > matter what > I pass it fails. This used to work many moons ago, but I haven't =20 > tested it > in the last 6 months or so. It still does, however due to GEOM's intervention it wont work on a =20 device thats already open as RW. I just committed a workaround for =20 that. With the workaround "atacontrol cap ad0" works again even if =20 ad0 is in use. - S=F8ren