From owner-svn-src-head@freebsd.org Wed May 30 21:18:20 2018 Return-Path: Delivered-To: svn-src-head@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 D4DB1EFF83D; Wed, 30 May 2018 21:18:19 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-lf0-f44.google.com (mail-lf0-f44.google.com [209.85.215.44]) (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 56E637AB6F; Wed, 30 May 2018 21:18:19 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: by mail-lf0-f44.google.com with SMTP id r2-v6so6481805lff.4; Wed, 30 May 2018 14:18:19 -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:references:in-reply-to:from:date :message-id:subject:to:cc; bh=+zsp0dCm3ZnHGBbCE4Q/vyjInH0MdvmecXFo76gr3ok=; b=DUa6g4CMCMY8etlKjkSC1X7XqUPNC7miFPDyclYvyJ9xe5RZiRsCniplWPDnapf34u 48/j1S6QbIoViJQFq2Z7+v/mpghSV9SABGqT2Pe8vU9ipchewIrjuHm3E/KOO1rzYtCy D+s2/q6U6hToPy1cO+i3keTpthIGq85UCMTOwLVzURHCPnThH8/72zsEdB09JhX1IHRD FwO2imWvmfNbcopbPYGN3UqnPsAVgUQGysdQn+PGaNnept/+lv71z+hQMcGRf7zeyIG8 KnO3wln/FqMM9FQ99pbljeBIn1CGzSjPxARhZJ57nnPqDDUFLDiNGlJ7/Yk8nhh1DVOM lwpw== X-Gm-Message-State: ALKqPwd688s1oYtpA6BHe3ro/u+zCK1b9SwPLL/jWPw/TtYsOXcaslQG ygKgoOHbK8SLQn6whefjKkpQtNhLQzIqfEIKVAk= X-Google-Smtp-Source: ADUXVKJFh4RMkHDnvDZX4Jsjw2+8+L8wLjWJi3la1tCFlUoibK4RDQLWTboNSF1v38bNpJffhW4O032d/gA2CBhePMQ= X-Received: by 2002:a2e:42d2:: with SMTP id h79-v6mr3443832ljf.26.1527715097441; Wed, 30 May 2018 14:18:17 -0700 (PDT) MIME-Version: 1.0 References: <201805300241.w4U2fmvB033942@repo.freebsd.org> <25bd4319-6d7f-e668-88e4-4c3adbc1e8e9@freebsd.org> <264b6c9f-efa3-13e8-1d41-0cdc8631ec82@freebsd.org> In-Reply-To: From: Justin Hibbits Date: Wed, 30 May 2018 16:18:08 -0500 Message-ID: Subject: Re: svn commit: r334365 - head/sys/dev/pci To: Peter Grehan Cc: Nathan Whitehorn , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2018 21:18:20 -0000 On Wed, May 30, 2018, 15:55 Peter Grehan wrote: > >> If bhyve has its own attachment id, it is trivial > >> to add a special case on it quickly, too. > > > > vendor_id -- 0x1275 > > Actually, this can also be AMD. A better check would be if the system > is running virtualized. > I'm thinking more of a root complex driver. If there is something characterized for bhyve, we can just make a driver that had the override. > later, > > Peter. > - Justin >