From owner-svn-src-head@FreeBSD.ORG Mon Aug 15 21:26:46 2011 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49BE4106567A; Mon, 15 Aug 2011 21:26:46 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id 12A808FC22; Mon, 15 Aug 2011 21:26:45 +0000 (UTC) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.5/8.14.5) with ESMTP id p7FKpo4Z008063; Mon, 15 Aug 2011 13:51:51 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.5/8.14.4/Submit) id p7FKpofc008062; Mon, 15 Aug 2011 13:51:50 -0700 (PDT) (envelope-from obrien) Date: Mon, 15 Aug 2011 13:51:50 -0700 From: "David O'Brien" To: Alexander Motin Message-ID: <20110815205150.GA8002@dragon.NUXI.org> References: <201104261701.p3QH1ngd030888@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201104261701.p3QH1ngd030888@svn.freebsd.org> X-Operating-System: FreeBSD 9.0-CURRENT X-to-the-FBI-CIA-and-NSA: HI! HOW YA DOIN? User-Agent: Mutt/1.5.20 (2009-06-14) Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r221071 - in head: . sys/amd64/conf sys/arm/conf sys/cam sys/cam/ata sys/conf sys/geom sys/i386/conf sys/mips/conf sys/modules/cam sys/pc98/conf X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2011 21:26:46 -0000 On Tue, Apr 26, 2011 at 05:01:49PM +0000, Alexander Motin wrote: > Log: > - Add shim to simplify migration to the CAM-based ATA. For each new adaX > device in /dev/ create symbolic link with adY name, trying to mimic old ATA > numbering. Imitation is not complete, but should be enough in most cases to > mount file systems without touching /etc/fstab. > - To know what behavior to mimic, restore ATA_STATIC_ID option in cases > where it was present before. > - Add some more details to UPDATING. [picking a random ata(4) CAM commit] Alexander, What are your plans on updating the ata.4 man page for 9.0-RELEASE? It still speaks of the old world order and doesn't provide help for folks trying to convert over. thanks, -- -- David (obrien@FreeBSD.org)