From owner-freebsd-questions@FreeBSD.ORG Thu May 19 18:49:23 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85056106566C for ; Thu, 19 May 2011 18:49:23 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout026.mac.com (asmtpout026.mac.com [17.148.16.101]) by mx1.freebsd.org (Postfix) with ESMTP id 6BC678FC1C for ; Thu, 19 May 2011 18:49:23 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from cswiger1.apple.com ([17.209.4.71]) by asmtp026.mac.com (Oracle Communications Messaging Exchange Server 7u4-20.01 64bit (built Nov 21 2010)) with ESMTPSA id <0LLG00H40ETU4890@asmtp026.mac.com> for questions@freebsd.org; Thu, 19 May 2011 10:49:07 -0700 (PDT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.4.6813,1.0.148,0.0.0000 definitions=2011-05-19_02:2011-05-19, 2011-05-19, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=6.0.2-1012030000 definitions=main-1105190137 From: Chuck Swiger In-reply-to: <4dd4c55b.y99nUfzO1JLxPrYI%perryh@pluto.rain.com> Date: Thu, 19 May 2011 10:49:06 -0700 Message-id: <8333A2FC-7F31-45FB-AD56-951FA349737F@mac.com> References: <4DD37DDA.1090107@locolomo.org> <4dd4c55b.y99nUfzO1JLxPrYI%perryh@pluto.rain.com> To: perryh@pluto.rain.com, Erik Norgaard X-Mailer: Apple Mail (2.1084) Cc: "questions@FreeBSD.org Questions" Subject: Re: FreeBSD compatible mini-itx board 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: Thu, 19 May 2011 18:49:23 -0000 Hi-- [ Perry gave a good answer to the last question; I'll try to hit some of the earlier ones. :-) ] On May 19, 2011, at 12:23 AM, perryh@pluto.rain.com wrote: > Erik N?rgaard wrote: >> Mobile Intel 945GSE Express Chipset >> Intel 82945GSE Express Chipset Graphics/Memory Controller Hub >> Intel 82801GBM I/O Controller Hub (ICH7-M) >> Intel GMA950 >> RealTek 8111DL Gigabit Ethernet Controller >> >> Does FBSD support this? FreeBSD ought to support the 945G chipset and the ICH7 hub; also the RealTek NIC, but the latter isn't the highest quality NIC around. >> Also: The Intel manual mentions: "Support for DDR2 533 MHz SO-DIMMs (DDR2 800 MHz and DDR2 667 MHz validated to run at 533 MHz only)" >> >> Will faster RAM result in a less stable system? It indicates that they put faster RAM into the box, but ran it at a speed of 533MHz, which is slower than the memory is capable of running. In some cases, doing this lets you run the RAM at lower voltage or with tighter timing settings of CL/tRCD/tTP/etc. >> ... what is Serial Presence Detect RAM? > > SPD refers to an I2C device mounted on (most) DIMMS, which provides > the BIOS with the DIMM's size and speed properties. Yes. In particular, newer memory uses the SPD to provide multiple timing profiles, which can be used for EPP and XMP for indicating that the RAM has higher performance timings available. http://en.wikipedia.org/wiki/Serial_Presence_Detect Regards, -- -Chuck