Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jul 2012 16:31:47 +0200
From:      Bosko Radivojevic <bosko.radivojevic@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   FreeBSD 9.0 & LSI MegaRAID SATA problem
Message-ID:  <CALKKQN=VxL6BzT%2Ba8carbgL_DQK82a91La523E8fo_UuOvNXnA@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi all!

I have a problem installing FreeBSD 9.0 on Fujitsu Primergy RX200 S5
server with LSI MegaRAID SATA controller (two SATA HDDs in RAID1
array). When booted from a CD, FreeBSD doesn't recognize RAID Array,
it recognizes HDDs only (ad4 & ad6). On the same server, FreeBSD 8.3
installation recognizes RAID Array (ar0).

pciconf -vl on FreeBSD 9.0:
ahci0@pci0:0:31:2:     class=0x010400 card=0x11501734 chip=0x3a258086
rev=0x00 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '82801JIR (ICH10R) SATA RAID Controller'
    class      = mass storage
    subclass = RAID

pciconf -vl on FreeBSD 8.3:
atapci0@pci0:0:31:2:    class=0x010400 card=0x11501734 chip=0x3a258086
rev=0x00 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'SATA RAID Controller'
    class      = mass storage
    subclass   = RAID

dmesg output on FreeBSD 8.3:
# dmesg|grep ar0
ar0: writing of DDF metadata is NOT supported yet
ar0: 952720MB <DDF RAID1> status: READY
ar0: disk0 READY (master) using ad4 at ata2-master
ar0: disk1 READY (mirror) using ad6 at ata3-master

As far as I understand (while I don't have that much FreeBSD
experience), amr is the appropriate driver for this controller. Tried
to load it manually (kldload /boot/kernel/amr.ko) but it seems the
driver is already present in kernel.

What am I missing here?

Thanks!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CALKKQN=VxL6BzT%2Ba8carbgL_DQK82a91La523E8fo_UuOvNXnA>