From owner-freebsd-scsi@freebsd.org Mon Jan 1 07:14:19 2018 Return-Path: Delivered-To: freebsd-scsi@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1AA22EB24BF for ; Mon, 1 Jan 2018 07:14:19 +0000 (UTC) (envelope-from binliu.lqbn@gmail.com) Received: from mail-it0-x22d.google.com (mail-it0-x22d.google.com [IPv6:2607:f8b0:4001:c0b::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D801127BB for ; Mon, 1 Jan 2018 07:14:18 +0000 (UTC) (envelope-from binliu.lqbn@gmail.com) Received: by mail-it0-x22d.google.com with SMTP id o130so8673557itg.0 for ; Sun, 31 Dec 2017 23:14:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=p1Q1+KK4IuPxbXz9j7t6xz+T+ExKqUckvxw1gRU/49M=; b=RTaBqbGcVx2ByXcOfj00y1s6dMflNN6xTgMNO92qq98I3tlrgZsHmGB8skeAQPDXMj OtLBiwLyhn7ZFiIhYQ3DutI5sHlL4h90nCyCRIOO3t6vFiCf8OrWVNJz/stWMcWgxXbc taLXiaTbtic3umAxVHw/sRgFJJst4dk/w1opxerfUkFuRyegb251TNdz7beUyGSvYB33 NaTW5lV3Nle4z6xyRmRv+Au1dutJX2jp/NykFAVrQ7oDdQc41pjwvVKAsPvvMG3UkBNn dkUYcTnUJIf7I89qDWYZ4k4S3YRL9AaIlKPLK+UZJ1g0KMl1r1s4cBwNEbfxp3InwrkC NtzQ== 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=p1Q1+KK4IuPxbXz9j7t6xz+T+ExKqUckvxw1gRU/49M=; b=VChqhlCBJCfWXeI1xjPUfNc0XxEcUf1abvlhPTt7Fx9cDbJajbCVo2GdtBi/MSgg94 WVutJVdiZJe4h9I4E/JLwvQrWrlR7GAQfaboEz+Z2VSuCapUfiBbGUOTM9SRD4f7DqWO 2FeSbTF9/JHofLikWUXhKEBzSBFp9TjjOn374oOtzGz3EpJ0aafAwcndlDVgP+XmOYJr B+O97OANmgKcb9e2CJPpdUKc6T8k9X06ElPSCLBpfpSAo2SalovAJbonNglxIn+vNdys Fr07+HpgQtcjgYsgdTIp3kc0n0gYSHwzKNp/h15YPFO4nfR7eD41OWABEZDf9bjZFIsD hzFA== X-Gm-Message-State: AKGB3mLD76EWER2hLDIuu8nEwM9hVko2plVNXGjlEy6qbXrYnz0xQ5yD GK+d7ROZjDaQqyWeT0vNtPc5GeReJrK13V9A4VZV/ZJ3 X-Google-Smtp-Source: ACJfBovTs6PBeoAY7H92mHFrVKHbcp+gDuE1Q+KhG9ByMsaA7ORPnU5Hmuy1bUAET2SdrwlzYKa0JiUj2GTFfeq8hO4= X-Received: by 10.36.162.65 with SMTP id o1mr55245633iti.85.1514790857846; Sun, 31 Dec 2017 23:14:17 -0800 (PST) MIME-Version: 1.0 Received: by 10.2.140.131 with HTTP; Sun, 31 Dec 2017 23:13:57 -0800 (PST) From: Bin LIU Date: Mon, 1 Jan 2018 15:13:57 +0800 Message-ID: Subject: Driver support for Dell PERC H740p adapter To: freebsd-scsi@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Jan 2018 07:14:19 -0000 Hi, I'm not sure if there is any plan to support PERC H740 adapter, which is widely deployed with Dell 14G server family. # pciconf -lv none245@pci0:175:0:0: class=0x010400 card=0x1fcb1028 chip=0x00161000 rev=0x01 hdr=0x00 vendor = 'LSI Logic / Symbios Logic' device = 'MegaRAID Tri-Mode SAS3508' class = mass storage subclass = RAID https://pci-ids.ucw.cz/read/PC/1000/0016 As far as I know, mpr(4) does not support this device yet. Thanks for any suggestion and news.