From owner-freebsd-stable@FreeBSD.ORG Wed Jan 23 16:25:59 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2E1216A41B for ; Wed, 23 Jan 2008 16:25:59 +0000 (UTC) (envelope-from khera@kcilink.com) Received: from yertle.kcilink.com (thingy.kcilink.com [74.92.149.59]) by mx1.freebsd.org (Postfix) with ESMTP id 907D213C4E5 for ; Wed, 23 Jan 2008 16:25:59 +0000 (UTC) (envelope-from khera@kcilink.com) Received: from host-121.int.kcilink.com (host-121.int.kcilink.com [192.168.7.121]) by yertle.kcilink.com (Postfix) with ESMTP id 8FA91C943A; Wed, 23 Jan 2008 11:25:58 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=kcilink.com; s=kci0709; t=1201105558; bh=vIdF8PLdfIExMgbmfSM8WdPVfgMWkqseKhnYkZW K0qY=; h=Cc:Message-Id:From:To:In-Reply-To:Content-Type: Content-Transfer-Encoding:Mime-Version:Subject:Date:References: X-Mailer; b=PVY5pkhfK1SwQIqk89zQnjH5AC0sKVIOSE/qbpO0g9SDv/LXMFxOXz ZBxSTbFrt7A0+P3PDw1u+7mN+iqbVM/rNlcnLVf7+KxFvAXbj+wECxSXqgS7Frnz0Gx Z+Xrxf2Hvo50cSUSGA+6fGp18R3/IIMLnp5ftxWkLtBxWixGfI= Message-Id: <7F4D1F22-92F4-4F44-BC14-D51C880D7A0C@kcilink.com> From: Vivek Khera To: navneet Upadhyay In-Reply-To: <1563a4fd0801222130x1374589bv96184b442682dd6@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v915) Date: Wed, 23 Jan 2008 11:25:58 -0500 References: <1563a4fd0801222130x1374589bv96184b442682dd6@mail.gmail.com> X-Mailer: Apple Mail (2.915) Cc: freebsd-stable@freebsd.org Subject: Re: Latest Stable FreeBSD release and is it supported on dell 2950 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 16:25:59 -0000 On Jan 23, 2008, at 12:30 AM, navneet Upadhyay wrote: > Hi , > I have following questions. > > 1. Which is the latest release of FreeBSD. > > > 2. When was it released? > > 3. What is the patch level? > > 4.What is the stability See http://www.freebsd.org/ for above. Short answer: 6.3 released last week. > > > 5. Which compiler to use: cc or gcc and which version . cc == gcc on freebsd. Unless your app requires a specific gcc version, just use the one the system installs for you. > > > 6. Which platform/machine which BSD supports. Is Dell 2950 ok I've only ever had one compatibility issue with a Dell, and that was easily fixed by teaching the bge ethernet driver the name of the chipset used on that particular box. I have a PE1900 here we just got and it runs 7.0-RC1 quite nicely. In general, unless you're running some obscure devices, FreeBSD works just fine with most systems.