From owner-svn-src-head@freebsd.org Sat Nov 7 05:08:05 2015 Return-Path: Delivered-To: svn-src-head@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 F1FE7A28B02; Sat, 7 Nov 2015 05:08:04 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qk0-x22e.google.com (mail-qk0-x22e.google.com [IPv6:2607:f8b0:400d:c09::22e]) (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 A76241933; Sat, 7 Nov 2015 05:08:04 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by qkas77 with SMTP id s77so49360998qka.0; Fri, 06 Nov 2015 21:08:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=AgPe+VvxtfLPpz5QcTLNahXHIj+bsLtPagtHAnEYMt8=; b=mp2l6FFMlCGqQlLnqwq+Mg4f3ZPNd/igrW2/Oh8BtgoX7caNfhO4WkGDa8JuhLSru1 K+7Ft2u3hKWY5rC0sQj3+jCZI9EAbDsXZmtQc4W6uW9hQnqVJohceYnSRBf0VLMUSZYY cgw6Kzp3oGQOMxA8Lho0yoz8u0yeKTZTh9Vld4kziGOlyIXuynRGfFHyDFNbJpZDbKcf KMz3kh8SwQfy4/NAuqgo3rEBlN2oJIUkEUxIQQIJyI5JqrhOGO3e5xKPz8cPWrmWdoLG lKzeFEppIKc5kFhHbUO2GIuunqnU1LwgaCOX8NEHEppqy/InVIq+xaGf8JBch+LDTjYk gN1w== MIME-Version: 1.0 X-Received: by 10.55.23.170 with SMTP id 42mr17015875qkx.42.1446872883865; Fri, 06 Nov 2015 21:08:03 -0800 (PST) Received: by 10.140.88.209 with HTTP; Fri, 6 Nov 2015 21:08:03 -0800 (PST) In-Reply-To: <201511070446.tA74kYTt097054@repo.freebsd.org> References: <201511070446.tA74kYTt097054@repo.freebsd.org> Date: Fri, 6 Nov 2015 21:08:03 -0800 Message-ID: Subject: Re: svn commit: r290482 - head/sys/arm64/conf From: NGie Cooper To: Ed Maste Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 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, 07 Nov 2015 05:08:05 -0000 On Fri, Nov 6, 2015 at 8:46 PM, Ed Maste wrote: > Author: emaste > Date: Sat Nov 7 04:46:34 2015 > New Revision: 290482 > URL: https://svnweb.freebsd.org/changeset/base/290482 > > Log: > arm64: add igb(4) to GENERIC > > We have em(4) in GENERIC already and so also supporting the related > igb(4) makes sense. Seems a bit odd that igb couldn't be enabled across the board...