From owner-freebsd-current@FreeBSD.ORG Fri Jun 12 05:59:24 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16B581065670 for ; Fri, 12 Jun 2009 05:59:24 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from cmail.optima.ua (cmail.optima.ua [195.248.191.121]) by mx1.freebsd.org (Postfix) with ESMTP id 8B5CD8FC16 for ; Fri, 12 Jun 2009 05:59:23 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from [77.52.85.196] (account mav@alkar.net HELO mavbook.mavhome.dp.ua) by cmail.optima.ua (CommuniGate Pro SMTP 5.2.9) with ESMTPSA id 245525295; Fri, 12 Jun 2009 08:59:18 +0300 Message-ID: <4A31E86F.9070000@FreeBSD.org> Date: Fri, 12 Jun 2009 08:32:31 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.21 (X11/20090405) MIME-Version: 1.0 To: Gavin Atkinson References: <4A2F5F73.7010809@gmail.com> <1244728939.97707.20.camel@buffy.york.ac.uk> In-Reply-To: <1244728939.97707.20.camel@buffy.york.ac.uk> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: Seri Geri , freebsd-current@FreeBSD.org Subject: Re: Acer TM6292 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2009 05:59:24 -0000 Gavin Atkinson wrote: > On Wed, 2009-06-10 at 09:23 +0200, Seri Geri wrote: >> - I have installed FreeBSD, PC-BSD and DesktopBSD, i386 and x64, release >> and snapsot too on it. Everything is working fine, except the network >> adapters (not even the Broadcom Gbit, but the WiFi too). >> >> Would you mind please, where can I find something to make them to work ? > > For your network adaptors, if you can show the output of the command > "pciconf -l | grep 'class=0x02'" we can figure out what type of network > adapters you have, and how likely it is that FreeBSD can support them. There must be bge + iwn in 6292. But there is a problem with PCIe bridges resource allocation making them not working. It is known problem without correctly implemented fixes now. jhb@ have touched it on last BSDCan. One of my patches hacks that resources dirty for this specific model. -- Alexander Motin