From owner-freebsd-hardware@FreeBSD.ORG Mon May 11 10:33:53 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 820E5106566C for ; Mon, 11 May 2009 10:33:53 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.233]) by mx1.freebsd.org (Postfix) with ESMTP id 4E74F8FC0A for ; Mon, 11 May 2009 10:33:53 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id l9so1753183rvb.3 for ; Mon, 11 May 2009 03:33:53 -0700 (PDT) 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=N1+8nB3umgPSEn94rPImpcgUM1tAKjAPvmnCWA2STQk=; b=AHqdFftj+I/e9YRVh6kkLvc7c54wp8ZiO+MYIlwP1Lsoyjwlb9mLWIN0MNjkjX6AQV SljNqzDeHdihERP9Zn38Z9eNHjgK9P3f0ozJJGTrxZhd0HTzgAAfyBYm4Nml5KZtMq6u SNjrd9kHKxdh9fCddjwjEN8VLAEvqN4sKKY00= 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=AMTZJf0zluYOSZrP8R3cK0KTgDoxw/e4maNZ+S76VdDOT7kajsMpBY8vJBlK4OFY2M fKB7hKk6Qw/R2800Erq5v9tOL+Hu8Lz3GgA8mpdTLf8VSFhrqkUB1PsBG9NHEr06uP7b bFbSt8q0U7MMEDor5dVKe0AxmljHZDmGM3L0Q= Received: by 10.115.91.11 with SMTP id t11mr5591680wal.112.1242038033009; Mon, 11 May 2009 03:33:53 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ([114.111.62.249]) by mx.google.com with ESMTPS id k2sm7572486rvb.0.2009.05.11.03.33.51 (version=SSLv3 cipher=RC4-MD5); Mon, 11 May 2009 03:33:52 -0700 (PDT) Received: by michelle.cdnetworks.co.kr (sSMTP sendmail emulation); Mon, 11 May 2009 19:41:54 +0900 From: Pyun YongHyeon Date: Mon, 11 May 2009 19:41:54 +0900 To: Alexander Gumenyuk Message-ID: <20090511104154.GG65350@michelle.cdnetworks.co.kr> References: <1a1185230905090539i594abd5cp9a8751a40c5df43a@mail.gmail.com> <20090511010016.GC65350@michelle.cdnetworks.co.kr> <1a1185230905110320i4a0faf86u460fb73033c55745@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1a1185230905110320i4a0faf86u460fb73033c55745@mail.gmail.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-hardware@freebsd.org Subject: Re: System does not see network devices 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: Mon, 11 May 2009 10:33:53 -0000 On Mon, May 11, 2009 at 01:20:04PM +0300, Alexander Gumenyuk wrote: > Thanks Pyun, > > Official driver ( > http://www.marvell.com/drivers/driverDisplay.do?driverId=205) works good > with my device. Last time I tried their driver it was not stable enough to run on production box and it's performance was sub-optimal. I was able to lock up system with will so you may want to test their driver as much as you can. > It's strange why it is not included in standard installation. May be due to > need to accept license agreement? > It's only binary driver and their license looks too restrictive. > 2009/5/11 Pyun YongHyeon > > > On Sat, May 09, 2009 at 03:39:24PM +0300, Alexander Gumenyuk wrote: > > > Hello Everyone, > > > > > > Can somebody tell me which of following network devices of my laptop > > (Compaq > > > 6730s *FU573ES*) is/will be supported by FreeBSD? > > > I tried FreeBSD 7.1-Release i386 and none of them is detected by system. > > > > > > First one is Intel WiFi Link 5100, model: 512AG_MMW. > > > > > > Second one is Marvell Gigabit (don't know specific model) > > > > > > Here is pciconfig -lv info on them: > > > > > > none1@pci0:3:0:0: class=0x028000 card=0x12068086 chip=0x42328086 > > rev=0x00 > > > hdr=0x00 > > > vendor = 'Intel Corporation' > > > class = network > > > none2@pci0:69:0:0: class=0x020000 card=0x30e9103c chip=0x436c11ab > > > rev=0x00 hdr=0x00 > > > vendor = 'Marvell Semiconductor (Was: Galileo Technology Ltd)' > > > class = network > > > subclass = ethernet > > > > > > > This looks like Marvell Yukon 88E8072 Gigabit ethernet controller. > > It's not yet supported by msk(4) and needs more work to support > > Yukon Extreme and Yukon Supreme prior to adding the hardware to the > > supported list. I don't have that hardware so I'm not sure when the > > support code would be written though. > > > > > Which *drivers/boot options/kernel modules* should I use to enable them? > > > > > > > AFAIK Marvell used to release binary drivers for FreeBSD. I guess > > you can use them until msk(4) has a support code for 88E8072. > > > > > Thanks in advance. > >