From owner-svn-src-head@freebsd.org Sat May 26 04:27:44 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 BB111EFD924; Sat, 26 May 2018 04:27:44 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: from mail-io0-x231.google.com (mail-io0-x231.google.com [IPv6:2607:f8b0:4001:c06::231]) (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 36BC081A80; Sat, 26 May 2018 04:27:44 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: by mail-io0-x231.google.com with SMTP id y2-v6so3273099iob.11; Fri, 25 May 2018 21:27:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=qGEsRCmgbOnUQYdcHN5K2lIq8QiN7rnxIxPAv8oDt6Y=; b=PcarMnVm+zh9iGK4277IIn2YMo2xDq7hjFXHCbR55U24hxJKefQbZsNwfAD4YytdlK za5xy/L35B/9IiyRKb2GJdgozAS1ksVJsb5vSGUJfCQP2s+FlYFibBK/CrCUX4OcbAzO qVZmsSnzrutlknzeZJofXwxszYy91bpw/ZvPVy655p2SioJA1V1Hl4sYtqMh4yboUlAx kT/ZsvBP7HYRhojZu+ycrPi7LZUyDeSKDcKlgsBIyRbRsXctawi1Geb0Qbmph+N3dWoG osHk5CsMn+YVXqm7nUX+5NizNsZLocAgwjpuJ8MgXlwx5OLwMYCRSv3mhIdYEZU6DuSC mv0w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=qGEsRCmgbOnUQYdcHN5K2lIq8QiN7rnxIxPAv8oDt6Y=; b=NKPy6yVKYPxZPSL4ZOyHMtkL6Z5IybBb3UTiljEBplV0jSo5rWaPIzXJ+4fXnbKfvd 55Vjvwc2QR2oH5+GPezVej4De3ExPbgUkF50XASWZ7ftT8i6p2Aaq07+ey4/I1bKajIg j2XiN1IfcCQgcts//C+9oznFdUKyvMCJnCF2myBoMxSNY+ciJbPoYgVH9M7/iFAkn6Aj Jjig5kRtm89VQltUTmIXNyDsf5YmdSgSDrwKc+CWuUYYY+rUbnBA8VbtZSeIaOoNIvVB yhVJxOzAcWfecZ+V2Eu4h9pq1MBZdusK1dmmPRYwDHDC+Kao2EzocQmwOSt/mjn6S5ei BFpA== X-Gm-Message-State: ALKqPwcSKYyU2yuZDV1hkTll/Wv7caO+y/oRYWdTNi0t6jZMDdWK/5Cs qo3ub+5e0StkIDt5xPKWJfha48nuYNGvtyq++iqAqg== X-Google-Smtp-Source: ADUXVKIqiIQt+xsQWUsP/yLMDBnBQeHjRF0/BnOjGDcgFKjEULHoDiiaXTt0AnU8dj+LCL4rcFXUU3cDW/XiiIbsNbE= X-Received: by 2002:a6b:3b43:: with SMTP id i64-v6mr4434529ioa.133.1527308863511; Fri, 25 May 2018 21:27:43 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a02:85ca:0:0:0:0:0 with HTTP; Fri, 25 May 2018 21:27:43 -0700 (PDT) In-Reply-To: <3bedf170-4f51-9b49-8f52-fc6d0dd4e342@pix.net> References: <201805232218.w4NMIxMA067892@slippy.cwsent.com> <18a87d6d-14af-ef9d-80ff-403039e36692@cs.duke.edu> <3bedf170-4f51-9b49-8f52-fc6d0dd4e342@pix.net> From: Matthew Macy Date: Fri, 25 May 2018 21:27:43 -0700 Message-ID: Subject: Re: Deorbiting i386 To: Kurt Lidl Cc: Andrew Gallatin , Pedro Giffuni , Cy Schubert , Brooks Davis , Eugene Grosbein , Stefan Esser , "rgrimes@freebsd.org" , Mark Linimon , Gleb Smirnoff , Sean Bruno , "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-Mailman-Approved-At: Sat, 26 May 2018 11:00:07 +0000 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: Sat, 26 May 2018 04:27:44 -0000 On Fri, May 25, 2018 at 9:24 PM, Kurt Lidl wrote: > On 5/24/18 3:22 PM, Matthew Macy wrote: >> >> i386 is definitely on the wane, but so long as it's used by more than >> a handful of people it will be supported. All you need to know about >> sparc64 vitality is that HEAD didn't boot for 3 months until last week. > > > I stopped testing HEAD on sparc64 when the introduction if the iflib'd > igb driver made booting on a sparc64 equipped with a dual-port igb > PCI card stop working. So we should have added an Ultra II off of ebay to our test matrix? -M