From owner-freebsd-ppc@freebsd.org Wed Jan 20 12:05:03 2021 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 674A04F3A5B for ; Wed, 20 Jan 2021 12:05:03 +0000 (UTC) (envelope-from luporl@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DLPNH2TjLz4d2N; Wed, 20 Jan 2021 12:05:03 +0000 (UTC) (envelope-from luporl@freebsd.org) Received: from mail-io1-f53.google.com (mail-io1-f53.google.com [209.85.166.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: luporl/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 432C65EA2; Wed, 20 Jan 2021 12:05:03 +0000 (UTC) (envelope-from luporl@freebsd.org) Received: by mail-io1-f53.google.com with SMTP id e22so22625227iog.6; Wed, 20 Jan 2021 04:05:03 -0800 (PST) X-Gm-Message-State: AOAM533ygpGi9m2iGc0QcEU88xowzLQJhKKhs9KRQ9O7Ds4i4Lo5HowK MY3H0sB9c5EKVIxpds9kqwI4HWxJzgZpHDRePlY= X-Google-Smtp-Source: ABdhPJynTstZROuo5bU2Ept69q/lKG8nNY1xA3tpJ2XjkwHDdDFtt81MZxzS77QAlhmCPJlry88w9h0utnDioFs+4O8= X-Received: by 2002:a92:6510:: with SMTP id z16mr1884482ilb.208.1611144302664; Wed, 20 Jan 2021 04:05:02 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: luporl Date: Wed, 20 Jan 2021 09:04:51 -0300 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: SAS Raid controllers To: =?UTF-8?Q?Alfredo_Dal=27Ava_J=C3=BAnior?= Cc: Chris , FreeBSD PowerPC ML Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2021 12:05:03 -0000 On PowerPC64, the onboard Talos II SAS controller works fine too, using FreeBSD 13 aacraid driver: aacraid0: mem 0x80000000-0x800fffff,0x80180000-0x801803ff irq 1038328 at device 0.0 numa-domain 0 on pci5 ... aacraid0: SmartIOC 8i, aacraid driver 3.2.10-1 - Leandro On Wed, Jan 20, 2021 at 1:07 AM Alfredo Dal'Ava J=C3=BAnior wrote: > Well, I can tell you about the drivers that currently **don't** work on > powerpc64 on release 12 but may be supported on 13 since patches are bein= g > reviewed[1][2] > The drivers are mrsas and mpr. > > The list of hardware supported by both drivers according to the man pages > are: > > mrsas: > [ Thunderbolt 6Gb/s MR controller ] > LSI MegaRAID SAS 9265 > LSI MegaRAID SAS 9266 > LSI MegaRAID SAS 9267 > LSI MegaRAID SAS 9270 > LSI MegaRAID SAS 9271 > LSI MegaRAID SAS 9272 > LSI MegaRAID SAS 9285 > LSI MegaRAID SAS 9286 > DELL PERC H810 > DELL PERC H710/P > > [ Invader/Fury 12Gb/s MR controller ] > LSI MegaRAID SAS 9380 > LSI MegaRAID SAS 9361 > LSI MegaRAID SAS 9341 > DELL PERC H830 > DELL PERC H730/P > DELL PERC H330 > > mpr: > > LSI SAS 3004 (4 Port SAS) > LSI SAS 3008 (8 Port SAS) > LSI SAS 3108 (8 Port SAS) > > []'s > Alfredo > > [1]=E2=9A=99 D25785 Fix mpr driver endianness (freebsd.org) > > [2]=E2=9A=99 D26531 mrsas: Add big-endian support (freebsd.org) > > > > > On Wed, Jan 20, 2021 at 12:06 AM Chris wrote: > > > On 2021-01-19 18:57, Jeanie wrote: > > > Hi, > > > > > > Is anyone using SAS drives? If so, what controller card are you using= ? > > I can't speak for PPC _specifically_ but I'm using: > > mps0: port 0xde00-0xdeff mem > > 0xfcdf0000-0xfcdfffff,0xfcd80000-0xfcdbffff irq 19 at device 0.0 on pci= 2 > > IOW mps(4) driver > > > > Flashed for pass-through (pass) on FreeBSD 11/12/13 (Amd64). > > > > HTH > > > > --Chris > > > > > > Sincerely, > > > Jeanie > > _______________________________________________ > > freebsd-ppc@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-ppc > > To unsubscribe, send any mail to "freebsd-ppc-unsubscribe@freebsd.org" > > > _______________________________________________ > freebsd-ppc@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ppc > To unsubscribe, send any mail to "freebsd-ppc-unsubscribe@freebsd.org" >