From owner-freebsd-hackers@freebsd.org Tue Jul 17 17:10:35 2018 Return-Path: Delivered-To: freebsd-hackers@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 D9BD310470B6 for ; Tue, 17 Jul 2018 17:10:35 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-io0-f178.google.com (mail-io0-f178.google.com [209.85.223.178]) (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 6EC3D7108A for ; Tue, 17 Jul 2018 17:10:35 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-io0-f178.google.com with SMTP id z19-v6so1628458ioh.4 for ; Tue, 17 Jul 2018 10:10:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=b4NXE++2jEDIvwVqvFFasiSKBrozUe+66TSMRTim+ro=; b=spclXjGwrE7QlRcNfdYRvCbRfBmfI6+VPt5m5Z0SSGXeQUWDlCxDnuEsEoKyLxlouT QYaYCTog/czrLi8ko2qkn/WHutUUMOZ7BJwqCKWhL2mMtFlJJLSVSR9RD87jKTD1jPPX Ga3iUubnzpuSoVKH+AQEi/1/vZ6AGX2rVC2g7hd4wgQfnpai1/EeY8aRIZXvgwdNB/xS 4mk+zS8UR2WMPx2JnQL1HULwN2MKec5kX+RSdpE1/etnCpqLFV56O0tPyevvI9lRrYx8 G7wc7TFMy8sKRG1xgJA+nsN2GbtBR3xdvv7CIjwNaLsO+NEd/VvKM64iaFgG7VTjuXMO ZyAg== X-Gm-Message-State: AOUpUlEFeIY+526hmU/D58kBh3O+c/t1FQdnvPz/yAzY+Cix3W5cA8ac zdhhIo+gGCwEtGftZHm4pgPwjN7n X-Google-Smtp-Source: AAOMgpcNJ6p5EC5Chn5ulPnQeB01vjdrehGrba1xloYXA3fPDM/wlNfP6zBz9HllQQ2f62QaFosNHg== X-Received: by 2002:a6b:ac03:: with SMTP id v3-v6mr2175303ioe.71.1531847061473; Tue, 17 Jul 2018 10:04:21 -0700 (PDT) Received: from mail-it0-f49.google.com (mail-it0-f49.google.com. [209.85.214.49]) by smtp.gmail.com with ESMTPSA id f8-v6sm782725ioe.46.2018.07.17.10.04.21 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Jul 2018 10:04:21 -0700 (PDT) Received: by mail-it0-f49.google.com with SMTP id d191-v6so15129249ite.1 for ; Tue, 17 Jul 2018 10:04:21 -0700 (PDT) X-Received: by 2002:a24:b34f:: with SMTP id z15-v6mr2339390iti.53.1531847061229; Tue, 17 Jul 2018 10:04:21 -0700 (PDT) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 2002:a02:7e0a:0:0:0:0:0 with HTTP; Tue, 17 Jul 2018 10:04:20 -0700 (PDT) In-Reply-To: References: From: Conrad Meyer Date: Tue, 17 Jul 2018 10:04:20 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Mailing list for NVMe driver topics? To: Sebastian Huber Cc: FreeBSD Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jul 2018 17:10:36 -0000 On Tue, Jul 17, 2018 at 5:14 AM, Sebastian Huber wrote: > Hello, > > what is the right mailing list for NVMe driver topics? Probably freebsd-scsi@freebsd.org. Best, Conrad