From owner-freebsd-hardware@FreeBSD.ORG Sun Nov 29 21:47:00 2009 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6388D106566B for ; Sun, 29 Nov 2009 21:47:00 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.26]) by mx1.freebsd.org (Postfix) with ESMTP id 187FB8FC1A for ; Sun, 29 Nov 2009 21:46:59 +0000 (UTC) Received: by qw-out-2122.google.com with SMTP id 9so709460qwb.7 for ; Sun, 29 Nov 2009 13:46:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=vN7Fx1pJ60hkiIfXztWoTE+kDZQmn1vdbKLua8N399I=; b=j+8kE6ETOr+QXz9rlrreoUWFD7hLnCA+n1y8fGjJusekyBVujGe6oD+xwx4ltj4OgJ +ARe8h6hZtUQrqQnq62hEVgGpirCI9QGG3aO41bSWMsRv1FrBM1vZkhu3CMyaCc3wUO6 wJ3DNNECgfjgXtWJTMhoigxSPlyJX45eYxm1o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=UqcbLMQqyDMWuEPAUeyi3/1CEGI+lcXgERcaTpf6PdXCXpsNow5+whT+6YULljIfPd argrZugzvuT10cwdp9VcnMsAi00HAgGrxUpju6p7Q6wCjoqHLJkvoPtHJqqY/TnTZ3zg jvkfcNFL+lIqTw7m0AI+M0a8v6roibokxkepk= Received: by 10.224.50.11 with SMTP id x11mr1715838qaf.248.1259531219476; Sun, 29 Nov 2009 13:46:59 -0800 (PST) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id 2sm9741934qwi.37.2009.11.29.13.46.57 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 29 Nov 2009 13:46:58 -0800 (PST) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Sun, 29 Nov 2009 13:46:32 -0800 From: Pyun YongHyeon Date: Sun, 29 Nov 2009 13:46:32 -0800 To: Oliver Lehmann Message-ID: <20091129214632.GC1128@michelle.cdnetworks.com> References: <20091129110432.204016c2.lehmann@ans-netz.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091129110432.204016c2.lehmann@ans-netz.de> User-Agent: Mutt/1.4.2.3i Cc: freebsd-hardware@freebsd.org Subject: Re: Hardware Support for new MB X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Nov 2009 21:47:00 -0000 On Sun, Nov 29, 2009 at 11:04:32AM +0100, Oliver Lehmann wrote: > Hi, > > I'd like to upgrade my Athlon64 3500+ system to a new intel i7 1366 > system. I tend between aa MSI and an ASRock board: > > http://www.msi.com/index.php?func=proddesc&maincat_no=1&cat2_no=170&prod_no=1796 > http://www.asrock.com/mb/overview.asp?Model=X58%20Extreme&s=1366 > > I wonder if FreeBSD supports > > Audio: > - ALC690 (ASRock) > - ALC88S / ALC889 (MSI) > > LAN: > - RTL 8111DL (ASRock) > - RTL 8111C (MSI) > > SATA > - ICH10R Southbridge > > I guess since the ICH10R also can do AHCI this is at least supported by > the new (and old) ahci driver. > But what about sound and LAN? RTL8111C I was able to found in if_re.c but > RTL8111DL? Unfortunally I was not able to find the device IDs of this I'm not sure but generally I could make it work if you can give me the output value of Tx config register. Normally the value is printed by re(4) even if re(4) does not recognize the controller. > devices to look them up in the FreeBSD drivers - not even in the Windows > drivers :( > RealTek tends to use the same PCI device id for a family so knowing the PCI device id does not help.