| Summary: | 9.0R doesn't recognize HDD on intel C602 chipset | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Rostyslav Sambuk-Nagornyi <diversant2> |
| Component: | amd64 | Assignee: | Mark Linimon <linimon> |
| Status: | Closed Overcome By Events | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Rostyslav Sambuk-Nagornyi
2012-10-18 15:00:02 UTC
On Thu, Oct 18, 2012 at 6:53 AM, Rostyslav Sambuk-Nagornyi <diversant2@mail.ru> 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 State Changed From-To: open->feedback Dear submitter, I believe this was fixed in 9.1 (in RELENG_9 from January), could you please test a RC (currently RC2) and see if that fixes your problem? You can also use RELENG_9_1 or releng/9.1 if you are using source builds. Responsible Changed From-To: freebsd-amd64->delphij Take. On Thu, Oct 18, 2012 at 9:05 AM, Jim Harris <jimharris@freebsd.org> wrote: > On Thu, Oct 18, 2012 at 6:53 AM, Rostyslav Sambuk-Nagornyi > <diversant2@mail.ru> 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 "Patts= burg" 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 wo= rks - 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 John Baldwin also pointed out that the Patsburg SATA controller RAID mode device ID was not in 9.0 either. I assume this missing PCI ID isn't the issue since you said your problem on 9.0 occurred in both AHCI and RAID mode. But if you do move the HDD to the SATA controller and use 9.0, you will need to put the SATA controller in AHCI mode. Thanks, -Jim =C4=EE=E1=F0=EE=E3=EE =E4=ED=FF Jim, You was right - disks are connected to SAS. There is no possibility to reconnect them to SATA connectors because there are 4 HDD and only 2 SATA connectors onboard. mail# camcontrol devlist -v scbus0 on isci0 bus 0: <ATA Hitachi HUA72201 A3EA> at scbus0 target 0 lun 0 (da0,pass0) <ATA Hitachi HUA72201 A3EA> at scbus0 target 1 lun 0 (da1,pass1) <ATA Hitachi HUA72302 A800> at scbus0 target 2 lun 0 (da2,pass2) <ATA Hitachi HUA72302 A800> at scbus0 target 3 lun 0 (da3,pass3) <> at scbus0 target -1 lun -1 () scbus-1 on xpt0 bus 0: <> at scbus-1 target -1 lun -1 (xpt0) So will stay on 8.3 and waiting for 9.1 Release... Thank You. Thursday, October 18, 2012, 7:05:24 PM, you wrote: > On Thu, Oct 18, 2012 at 6:53 AM, Rostyslav Sambuk-Nagornyi > <diversant2@mail.ru> 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 "Patts= burg" 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 wo= rks - 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 --=20 =C7 =EF=EE=E2=E0=E3=EE=FE, Rostyslav mailto:diversant2@mail.ru State Changed From-To: feedback->open Feedback received. Responsible Changed From-To: delphij->jimharris Reassign to Jim, this looks like a regression (?) as it worked for 8.3-R but not on 9.1-RC (the code is slightly different as the latter have some improvements over it). For bugs matching the following criteria: Status: In Progress Changed: (is less than) 2014-06-01 Reset to default assignee and clear in-progress tags. Mail being skipped Unfortunately this PR was never addressed before these versions of FreeBSD went out of support. Sorry. If this is still a problem, please open a new PR. Thanks. |