From owner-freebsd-hardware@freebsd.org Sat Sep 8 18:07:58 2018 Return-Path: Delivered-To: freebsd-hardware@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9CA8FF9C79 for ; Sat, 8 Sep 2018 18:07:58 +0000 (UTC) (envelope-from josh@endries.org) Received: from mail-oi0-x233.google.com (mail-oi0-x233.google.com [IPv6:2607:f8b0:4003:c06::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6524673277 for ; Sat, 8 Sep 2018 18:07:58 +0000 (UTC) (envelope-from josh@endries.org) Received: by mail-oi0-x233.google.com with SMTP id r69-v6so33060835oie.3 for ; Sat, 08 Sep 2018 11:07:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=endries.org; s=google; h=mime-version:from:date:message-id:subject:to; bh=IvmHI0sozWg3mb9GLJ44/D1WdRyxGA1R6mlEpc2lluQ=; b=FcoP4+bZnGgYR43sejWuEaGYa1yJLjSScOeWgqiM6evd8v2tQzJSWgdTDJWG2DUqPL mv0jeP0qV2HGma8yiUsb80RNL2QhpUOYzsBoHoig/2hvgM0SvS3AFac84oiwoa1LgkB5 VEirxUx6hrBE/z44ACVzwqrL4HGY0gxbLRUDY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=IvmHI0sozWg3mb9GLJ44/D1WdRyxGA1R6mlEpc2lluQ=; b=KA3F7q6aE29MaHt5nM+pY5KOvNnaX2DvFYeggAzVCkQpEp8ez7ivz5nz2Sp+Xx5kYE PFfAh8JprkNVZ5y1s4rn4ekqFmFhsshnMaCjBsDwuQL3VOj56UOYKNIcs2lyYpTiLQUr 62pkyWJKtMSSR2lqpPwhNe7+RvKSgDVy3k340qTnsjdyXaJp3ULQmoy/HBCrnuWlFdQg g4POfTkMgrMMbHpwSMkjhAmW3FA5PHL4sy0PSmnG52mK0H/vY6wXP04IYbZiI1srEvBR K4f6j9l7cUyGzYi/OA68EAmRNP3ZJx0l1g5qurqnvTkS14ddutTnWjN5Hbov+qy+MUim bvSQ== X-Gm-Message-State: APzg51CxY0A6GYv1nevBirhdgMZ0JZ9n5aGP3yVKqVyTJMaRsuqEf8wo MkmyaZkJMQ5L1gFirN7vaCFn4pWaR5YdrZZ6OpdWzyWpAuc= X-Google-Smtp-Source: ANB0VdZ9FAYmwbDZCSOEQcLjZ5T4wu1pUo1APeoGXrHuUdkTSU0x3f9EWNf5IwlwcfgYf9WdFoAJBjV4sJwONq60oWM= X-Received: by 2002:aca:a93:: with SMTP id k19-v6mr14949666oiy.83.1536430077014; Sat, 08 Sep 2018 11:07:57 -0700 (PDT) MIME-Version: 1.0 From: Josh Endries Date: Sat, 8 Sep 2018 14:07:46 -0400 Message-ID: Subject: Problem with FreeBSD 11.2 and LSI 9341-8i To: freebsd-hardware@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2018 18:07:59 -0000 I just got an LSI 9341-8i card and I'm having some trouble getting it to work in a new install of 11.2-RELEASE. I'm trying to replace an old 9.x FreeNAS box with a new machine. I have one drive connected for testing. I haven't set anything up, it's just JBOD (which is what I want anyway). The BIOS seems to see the drive and controller, and in FreeBSD when I boot I see this: AVAGO MegaRAID SAS FreeBSD mrsas driver version: 06.712.04.00-fbsd mfi0: port 0xd000-0xd0ff mem 0xfe720000-0xfe72ffff,0xfe600000-0xfe6fffff irq 19 at device 0.0 on pci2 mfi0: Using MSI mfi0: Megaraid SAS driver Ver 4.23 mfi0: FW MaxCmds = 240, limiting to 128 mfi0: MaxCmd = 240, Drv MaxCmd = 128, MaxSgl = 70, state = 0xbf3c00f0 mfi0: Init command Failed 0x3 mfi0: TB Init has failed with error 3 device_attach: mfi0 attach returned 3 I haven't found anything on Google. I read on the mfi man page (I think) that I should enable mrsas for these cards, so I added hwmfi.mrsas_enable="1" to /boot/device.hints, but that didn't help. I have nothing related in /dev, no disk or even a controller node, so I can't update the firmware or do anything else... I'm not sure what else to try. For now I'm going to try 10.x instead and see if that works, though I would of course rather use the latest version. Josh