From owner-freebsd-stable@FreeBSD.ORG Tue Apr 12 21:34:09 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A58CC16A4CE for ; Tue, 12 Apr 2005 21:34:09 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2030143D62 for ; Tue, 12 Apr 2005 21:34:09 +0000 (GMT) (envelope-from rosti.bsd@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so2006169wri for ; Tue, 12 Apr 2005 14:34:08 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=W4bhNK9w1rp6f/ER0l9oDLWZLBuv9DDFJzzVt3xCYC5p+Qos/aRY0YGIqwqIGIni62NpA8vqsBU+b4xaZ/Ajam07lfejE3oJCd/fmGWbvA/FJPsiAtXDRWtAqbMAcL1THwnsoTOhVz8WNcn/5Ot0uIQaJGHxdFqI9lsvoBbfOgg= Received: by 10.54.39.34 with SMTP id m34mr1483151wrm; Tue, 12 Apr 2005 14:34:07 -0700 (PDT) Received: by 10.54.56.4 with HTTP; Tue, 12 Apr 2005 14:34:07 -0700 (PDT) Message-ID: <59e2ee81050412143459b7c679@mail.gmail.com> Date: Tue, 12 Apr 2005 23:34:07 +0200 From: Rostislav Krasny To: freebsd-stable@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: strange atacontrol output in 5.4-RC1 and 5.4-RC2 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Rostislav Krasny List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2005 21:34:09 -0000 Hi, I have two i386 computers with close configuration of ATA disks: mercury# atacontrol list ATA channel 0: Master: ad0 ATA/ATAPI revision 4 Slave: no device present ATA channel 1: Master: ad2 ATA/ATAPI revision 3 Slave: acd0 ATA/ATAPI revision 0 vega# atacontrol list ATA channel 0: Master: ad0 ATA/ATAPI revision 4 Slave: no device present ATA channel 1: Master: ad2 ATA/ATAPI revision 0 Slave: ad3 ATA/ATAPI revision 2 Mercury is Intel SE440BX-2 motherboard based computer with FreeBSD 5.4-RC2. Vega is Intel 430TX chipset based computer with FreeBSD 5.4-RC1. When I run ' atacontrol cap 0 0' I get the same last part of the output: Feature Support Enable Value Vendor write cache yes yes read ahead yes yes dma queued no no 0/0x00 SMART yes yes microcode download no no security no yes power management yes yes advanced power management no no 0/0x00 automatic acoustic management no no 0/0x00 0/0x00 How could the security feature be not supported and enabled at the same time?