From owner-freebsd-current@FreeBSD.ORG Wed Feb 22 01:55:40 2012 Return-Path: Delivered-To: current@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1205) id ACA21106567B; Wed, 22 Feb 2012 01:55:40 +0000 (UTC) Date: Wed, 22 Feb 2012 01:55:40 +0000 From: Navdeep Parhar To: Scott Long Message-ID: <20120222015540.GA19137@hub.freebsd.org> Mail-Followup-To: Scott Long , Alexander Leidinger , marius@freebsd.org, gallatin@freebsd.org, current@freebsd.org References: <20120221155656.Horde.kkqxT5jmRSRPQ7C4wSPK1kA@webmail.leidinger.net> <20120221175111.GA41049@hub.freebsd.org> <47CCC607-7D0E-4077-9EA8-4BE20DF4F112@samsco.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47CCC607-7D0E-4077-9EA8-4BE20DF4F112@samsco.org> User-Agent: Mutt/1.4.2.1i Cc: Alexander Leidinger , marius@freebsd.org, gallatin@freebsd.org, current@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: Wed, 22 Feb 2012 01:55:40 -0000 On Tue, Feb 21, 2012 at 05:44:01PM -0700, Scott Long wrote: > > On Feb 21, 2012, at 10:51 AM, Navdeep Parhar wrote: > > > On Tue, Feb 21, 2012 at 03:56:56PM +0100, 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)? > > > > No specific reason for these two: > > > >> - if_cxgb > >> - if_cxgbe > > > > But I do prefer to load them as modules (and as late as possible -- > > after sysctl.conf has been processed and any nmbclusters, nmbjumboXX > > settings have taken affect). > > > > Other than root over NFS, is there any reason to have NIC drivers in > > GENERIC? > > > > GENERIC is the kernel profile that's used during installation, and the > installer (at one point in time) supported installing over NFS and FTP. If the installer itself can come up without the NIC driver it should be able to load any NIC driver KLD it wants and then reach the "install media" (NFS, FTP, etc.) over the network. Or is it that the installer's root fs didn't have any KLDs back then? Navdeep > GENERIC was also a good smoke test to see if FreeBSD would run on a newly > purchased machine, since it included most drivers. > > Scott > >