From owner-freebsd-current@FreeBSD.ORG Tue Feb 21 16:13:16 2012 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EB33106566B; Tue, 21 Feb 2012 16:13:16 +0000 (UTC) (envelope-from gallatin@cs.duke.edu) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.freebsd.org (Postfix) with ESMTP id 44CCD8FC0A; Tue, 21 Feb 2012 16:13:16 +0000 (UTC) Received: from [192.168.200.2] (c-24-125-204-77.hsd1.va.comcast.net [24.125.204.77]) (authenticated bits=0) by duke.cs.duke.edu (8.14.5/8.14.5) with ESMTP id q1LGDEsr009604 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 21 Feb 2012 11:13:15 -0500 (EST) X-DKIM: Sendmail DKIM Filter v2.8.3 duke.cs.duke.edu q1LGDEsr009604 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cs.duke.edu; s=mail; t=1329840795; bh=UKWani4iC8EP5az99i8G7bDpggokTnNVG3A9+IuSUM0=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=2RRo2Rr1+AzAxR8XWDLX/zCgoIHLQsxj+1U0XtcOicvyf721xk0n5QsN4gX/2bZig tKTaoRGT0GnyhKdUrhB+fKPEP6vPDXtkDcbFj8rUVAdBjsPOnR9eKf3eb3/VGUphLx PpaR4tSyU4PmCgs5Jq3AZV5DFkBbdW43xpeEQpuDL83HDTY2eueu4xOR+efx22B1H0 yXJ6eNO88TWer3swfPvqZq/cCrAV7KRFq4kKanZCbKttKx61aYZ3HEqFZchsBmb+AF XO1COi6ZBDcGScBvO6J859Lou9CYhuTa2t7yT/UH5Xon0ZX69GuvYysli1+Ud6HY4A qCmdtJHrfRmIg== Message-ID: <4F43C29A.1090703@cs.duke.edu> Date: Tue, 21 Feb 2012 11:13:14 -0500 From: Andrew Gallatin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111229 Thunderbird/9.0 MIME-Version: 1.0 To: Alexander Leidinger References: <20120221155656.Horde.kkqxT5jmRSRPQ7C4wSPK1kA@webmail.leidinger.net> In-Reply-To: <20120221155656.Horde.kkqxT5jmRSRPQ7C4wSPK1kA@webmail.leidinger.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: marius@FreeBSD.org, current@FreeBSD.org, np@FreeBSD.org Subject: Re: NICs not in GENERIC X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2012 16:13:16 -0000 On 02/21/12 09:56, Alexander Leidinger wrote: > Hi, > > is there a specific reason that the following NICs are not (or shall not > be) in GENERIC (at least on i386)? <....> > - if_mxge <....> Speaking for mxge, it requires the better part of 1MB worth of firmware files, and it is a rather uncommon device. I never added it to GENERIC because I was trying to avoid bloating the kernel. It works just fine as a module. Drew