From owner-svn-src-head@freebsd.org Fri Feb 19 23:08:14 2016 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 252A1AAE71D; Fri, 19 Feb 2016 23:08:14 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebi.us (glebi.us [96.95.210.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cell.glebi.us", Issuer "cell.glebi.us" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 129C01009; Fri, 19 Feb 2016 23:08:13 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebi.us (localhost [127.0.0.1]) by cell.glebi.us (8.15.2/8.15.2) with ESMTPS id u1JN8C9o014672 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 19 Feb 2016 15:08:12 -0800 (PST) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebi.us (8.15.2/8.15.2/Submit) id u1JN8CtD014671; Fri, 19 Feb 2016 15:08:12 -0800 (PST) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebi.us: glebius set sender to glebius@FreeBSD.org using -f Date: Fri, 19 Feb 2016 15:08:12 -0800 From: Gleb Smirnoff To: Eric Joyner Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r295828 - head/sys/dev/ixl Message-ID: <20160219230812.GS1945@FreeBSD.org> References: <201602192233.u1JMXpUp063415@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201602192233.u1JMXpUp063415@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) 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: Fri, 19 Feb 2016 23:08:14 -0000 On Fri, Feb 19, 2016 at 10:33:51PM +0000, Eric Joyner wrote: E> Author: erj E> Date: Fri Feb 19 22:33:50 2016 E> New Revision: 295828 E> URL: https://svnweb.freebsd.org/changeset/base/295828 E> E> Log: E> ixl(4): Remove unsupported device IDs. E> E> There is no official support for 20G SKUs on FreeBSD, and the KX_A E> device ID was never used. Did the driver attach but failed to work before? -- Totus tuus, Glebius.