From owner-freebsd-amd64@FreeBSD.ORG Thu Oct 18 16:10:01 2012 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 63014714 for ; Thu, 18 Oct 2012 16:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id 492DD8FC12 for ; Thu, 18 Oct 2012 16:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9IGA1Vm083500 for ; Thu, 18 Oct 2012 16:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9IGA1Ih083499; Thu, 18 Oct 2012 16:10:01 GMT (envelope-from gnats) Date: Thu, 18 Oct 2012 16:10:01 GMT Message-Id: <201210181610.q9IGA1Ih083499@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org Cc: From: Jim Harris Subject: Re: amd64/172854: 9.0R doesn't recognize HDD on intel C602 chipset X-Mailman-Approved-At: Thu, 18 Oct 2012 16:37:31 +0000 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Jim Harris List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2012 16:10:01 -0000 The following reply was made to PR amd64/172854; it has been noted by GNATS. From: Jim Harris To: Rostyslav Sambuk-Nagornyi Cc: freebsd-gnats-submit@freebsd.org Subject: Re: amd64/172854: 9.0R doesn't recognize HDD on intel C602 chipset Date: Thu, 18 Oct 2012 09:05:24 -0700 On Thu, Oct 18, 2012 at 6:53 AM, Rostyslav Sambuk-Nagornyi wrote: > >>Number: 172854 >>Category: amd64 >>Synopsis: 9.0R doesn't recognize HDD on intel C602 chipset >>Confidential: no >>Severity: non-critical >>Priority: low >>Responsible: freebsd-amd64 >>State: open >>Quarter: >>Keywords: >>Date-Required: >>Class: sw-bug >>Submitter-Id: current-users >>Arrival-Date: Thu Oct 18 14:00:02 UTC 2012 >>Closed-Date: >>Last-Modified: >>Originator: Rostyslav Sambuk-Nagornyi >>Release: 9.0 >>Organization: > Ukrplastic >>Environment: >>Description: > When trying to install FreeBSD 9.0 Release on m/b with intel C602 "Pattsb= urg" chipset getting an error - HDD doesn't recognized in any mode. Doesn't= matter if AHCI or RAID. Upgrade from 8.3 via freebsd-update also don't wor= ks - system hangs after first reboot. >>How-To-Repeat: > Just try to run installation or upgrade >>Fix: > Rollback to 8.3 Release > >>Release-Note: >>Audit-Trail: >>Unformatted: > _______________________________________________ > freebsd-amd64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 > To unsubscribe, send any mail to "freebsd-amd64-unsubscribe@freebsd.org" Intel C60x chipsets have 2 disk controllers - the SATA controller (which most people are familiar with), and an integrated SAS controller. The isci(4) driver for the SAS controller was added to FreeBSD in January - too late for 9.0, but did make it into 8.3 and will be in 9.1. My guess is the HDD in question is attached to the SAS controller, and not the SATA controller. I know that SuperMicro systems ship with the front disk slots connected to the SAS controller. On 8.3, can you run "camcontrol devlist -v" and check whether the disk in question is on an isciX or ahcichX bus? Thanks, -Jim