From owner-freebsd-hackers@FreeBSD.ORG Mon Apr 4 21:52:22 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE43116A4CE for ; Mon, 4 Apr 2005 21:52:22 +0000 (GMT) Received: from ion.gank.org (ion.gank.org [69.55.238.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C02643D45 for ; Mon, 4 Apr 2005 21:52:22 +0000 (GMT) (envelope-from craig@tobuj.gank.org) Received: by ion.gank.org (mail, from userid 1001) id 3DE962BA92; Mon, 4 Apr 2005 16:52:22 -0500 (CDT) Date: Mon, 4 Apr 2005 16:52:20 -0500 From: Craig Boston To: ALeine Message-ID: <20050404215219.GA48852@nowhere> Mail-Followup-To: Craig Boston , ALeine , sos@DeepCore.dk, freebsd-hackers@FreeBSD.ORG References: <200504031619.j33GJJMJ079167@marlena.vvi.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200504031619.j33GJJMJ079167@marlena.vvi.at> User-Agent: Mutt/1.4.2.1i cc: freebsd-hackers@FreeBSD.ORG cc: sos@DeepCore.dk Subject: Re: ATA security commands, bug in atacontrol X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Apr 2005 21:52:23 -0000 On Sun, Apr 03, 2005 at 09:19:19AM -0700, ALeine wrote: > sos@DeepCore.dk wrote: > There are some people who would want to be able to issue ATA security > {set,unlock,disable} password and other commands, but have no BIOS user > interface to change any of the ATA security settings. Um, wouldn't setting the password on a system in which the BIOS offers no ATA security support render the system unbootable? The BIOS would be unable to read the boot sector without first unlocking the disk... Since compliant BIOSes have already frozen the config by the time the OS boots anyway, the only reason I can think of for atacontrol to have security support would be if you're booting from some other media, i.e. floppy, CDROM, network, USB... It might also be somewhat useful for secondary (non-boot drives). *BUT* that would probably only work on machines where the BIOS doesn't freeze all the drives on startup. Craig