From owner-freebsd-questions@FreeBSD.ORG Tue Feb 6 15:41:22 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 85EB816A402 for ; Tue, 6 Feb 2007 15:41:22 +0000 (UTC) (envelope-from cs@schug.net) Received: from schug.net (s0.schug.net [194.97.148.170]) by mx1.freebsd.org (Postfix) with ESMTP id 4863E13C49D for ; Tue, 6 Feb 2007 15:41:22 +0000 (UTC) (envelope-from cs@schug.net) Received: by schug.net (Postfix, from userid 10000) id 5402BC59E8; Tue, 6 Feb 2007 16:41:18 +0100 (CET) Date: Tue, 6 Feb 2007 16:41:18 +0100 From: Christoph Schug To: Ewald Jenisch Message-ID: <20070206154118.GE14851@voodoo.schug.net> References: <20070205142743.GA4339@aurora.oekb.co.at> <20070205161034.GB24367@voodoo.schug.net> <20070206083339.GA1936@aurora.oekb.co.at> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070206083339.GA1936@aurora.oekb.co.at> Organization: SpaceNet AG User-Agent: Mutt/1.5.13 OpenPKG/2-STABLE (2006-08-11) Cc: questions@freebsd.org Subject: Re: HP C-class Blade / Broadcom ethernet / SerDes controllers not supported X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2007 15:41:22 -0000 On Tue, Feb 06, 2007, Ewald Jenisch wrote: > > Maybe you can give it a try and check whether a current FreeBSD 7 works > > right and report back the result to the list. > > Thanks much for the info. Sure enough I'd like to try FreeBSD 7 but > I'm running into kinda chicken-and-egg-problem here: With the box in > question cut off the net (because the NIC isn't working) I wonder how > I can get the FreeBSD 7 sources onto that box? Why not just get the latest ISO of FreeBSD 7? See [1]. > Besides that - how/where should I fetch the FreeBSD 7 sources from? Hmm, the only way I can think of is fetching the sources in a working maching, make a tarball of it, burn it on CD and untar the sources in the blade. > what cvsup-file should I use? > > Would changing "*default release=cvs tag=RELENG_6" to something like > "*default release=cvs tag=RELENG_7" be enough? Actually tag would be "*default release=cvs tag=.", see [2] for details. But shouldn't matter if you go the ISO^H^H^Heasy ;) way. [1] ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/200702/ [2] http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvs-tags.html Cheers, -cs