From owner-freebsd-current@FreeBSD.ORG Thu Jan 29 17:03:19 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FAEB10656C5 for ; Thu, 29 Jan 2009 17:03:19 +0000 (UTC) (envelope-from barney_cordoba@yahoo.com) Received: from web63903.mail.re1.yahoo.com (web63903.mail.re1.yahoo.com [69.147.97.118]) by mx1.freebsd.org (Postfix) with SMTP id D750B8FC1C for ; Thu, 29 Jan 2009 17:03:18 +0000 (UTC) (envelope-from barney_cordoba@yahoo.com) Received: (qmail 44732 invoked by uid 60001); 29 Jan 2009 17:03:18 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Message-ID; b=GJ112Nxn4RqN2PKQ0a7LajukZvuLJuO5iesnTIjrWnb6GHIg0c7qfZ2AzLREAsLrMN0iq8WFZsYdpLqWFvZH+pIL4voEvaRCpVFJeYQcR/E73elykE1cbsxoynowgQTSs2NZaHqcmR9TfHOsllfC0JoWE/MgcsbGoYV0R3YrGP0=; X-YMail-OSG: XuP5b.EVM1k8TSb5n8P5Qc26UnRsrDVM0CLnxXBRxYnKD4Co3nC4.zZZ5cyFURHjps.bBvnIdZQQszlCvqA2dQpCgQC5MTr6Gl9IkpAQY9I6zNtMb8ZAfZ7CrGapGbiwRrVBKHWVkH6FgPReo7Psi086s.p89LNveyF73xai_m42__rqrv3r.YIC4_A8 Received: from [98.242.222.229] by web63903.mail.re1.yahoo.com via HTTP; Thu, 29 Jan 2009 09:03:18 PST X-Mailer: YahooMailWebService/0.7.260.1 Date: Thu, 29 Jan 2009 09:03:18 -0800 (PST) From: Barney Cordoba To: "Andrey V. Elsukov" In-Reply-To: <49813CB1.8020405@yandex.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <234885.44369.qm@web63903.mail.re1.yahoo.com> Cc: current@freebsd.org Subject: Re: SATA drive device moving on 8.0 current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: barney_cordoba@yahoo.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jan 2009 17:03:20 -0000 --- On Thu, 1/29/09, Andrey V. Elsukov wrote: > From: Andrey V. Elsukov > Subject: Re: SATA drive device moving on 8.0 current > To: barney_cordoba@yahoo.com > Cc: current@freebsd.org > Date: Thursday, January 29, 2009, 12:20 AM > Barney Cordoba wrote: > > I booted 8.0-current on a machine that was running 7 > and the SATA drive > > came up as ad4 instead of ad8 (as it is detected in > 7). This is the case > > was loading GENERIC. > > > > This is going to present a serious problem doing field > upgrades as its expected that fstab will be the same. What > is the reason for the change and > > is there any way to make it compatible with device > detection in 7? > > Probably your system now have (or lost) support for some of > your ATA/SATA controller. Theres only 1 controller with 4 ports, so it was probably something that was fixed. We were never quite sure why it started at different indexes on different machines with similar architecture. Barney