From owner-freebsd-current@FreeBSD.ORG Wed Sep 17 10:27:40 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6D24106566B for ; Wed, 17 Sep 2008 10:27:40 +0000 (UTC) (envelope-from hpcharles@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.freebsd.org (Postfix) with ESMTP id 800E38FC2A for ; Wed, 17 Sep 2008 10:27:40 +0000 (UTC) (envelope-from hpcharles@gmail.com) Received: by py-out-1112.google.com with SMTP id p76so2352620pyb.10 for ; Wed, 17 Sep 2008 03:27:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=iFnUX4d/HY4CDzT+gtylV+VbAnv3F+JjjYm6x+GNdY8=; b=NskkDglgJ8SDHoRq62KJwghFc8Frp7746RPNaEl2xB8+6Z5F0X652adPtl3SijQcoY zOUMn9WewRo/5GLJD/E+3UGEhiLxEvQh5TKqb2MhwS1z1/Z0a91ZCaLrfrkKdXDDbavM tYZZrdupzgSPqpwtOQSnMn6Q1kzZDAcs0LzDk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:references; b=B0pVufVqgQEaqr6XJWpefScCkGL7kNg2NC3/aKHHMx751gqsMXm8NzJzWzDpNn4+Mf wukFMUBE/kv4cW8Y55MnlJDxKiZyWh8bdjm+NyAv3+C/2L5lac1n4I6L0vopwP+gU7gG yo7D8cZ9Cvym/NDRaWryio2I1410wyYeCm0OI= Received: by 10.142.77.11 with SMTP id z11mr770489wfa.337.1221645647954; Wed, 17 Sep 2008 03:00:47 -0700 (PDT) Received: by 10.142.203.16 with HTTP; Wed, 17 Sep 2008 03:00:47 -0700 (PDT) Message-ID: <4734a3ed0809170300y33ee44e0u684a5820a0f392ab@mail.gmail.com> Date: Wed, 17 Sep 2008 12:00:47 +0200 From: "Henri-Pierre Charles" To: "Stanislav Sedov" In-Reply-To: <20080627163107.deccdd55.stas@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080627163107.deccdd55.stas@FreeBSD.org> Cc: current@freebsd.org Subject: Re: Attansic L2 driver test request X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hpcharles@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2008 10:27:40 -0000 Hello, I just discover your messages, I tried to use FreeBSD on my eeepc. 7.0-release has to be patched for ath0 8.0-CURRENT-200809 work out of the box On Fri, Jun 27, 2008 at 2:31 PM, Stanislav Sedov wrote: > For last weeks I was working on implementing an Attansic L2 > driver for FreeBSD that can be found on some of Asus motherboards > and Asus EeePC. I'm not sure if discrete adapters are available. > For the moment, I've implemented all the basic stuff, and the > drivers seems to perform stable enough. > http://www.SpringDaemons.com/stas/if_ae-1214569185.tar.bz2 I've tried your driver, but I'm not a specialist of device debug. So far I've tried : -- wget http://www.springdaemons.com/stas/if_ae-1214569185.tar.bz2 tar xvfz if_ae-1214569185.tar.bz2 cd if_ae make sudo kldload `pwd`/if_ae.ko ifconfig ae0 -- Just after the last command the ae0 interface show up and give ae0: flags=8802 metric 0 mtu 1500 options=8 ether 00:1e:8c:bc:9f:7a media: Ethernet autoselect (100baseTX ) status: active /var/log/message contain : Sep 17 09:55:55 eeebsd kernel: ae0: mem 0xfbfc0000-0xfbffffff irq 17 at device 0.0 on pci3 Sep 17 09:55:55 eeebsd kernel: ae0: pci device revision: 0xa0 Sep 17 09:55:55 eeebsd kernel: ae0: chip id: 0x3 Sep 17 09:55:55 eeebsd kernel: miibus0: on ae0 Sep 17 09:55:55 eeebsd kernel: ukphy0: PHY 0 on miibus0 Sep 17 09:55:55 eeebsd kernel: ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto Sep 17 09:55:55 eeebsd kernel: ae0: Ethernet address: 00:1e:8c:bc:9f:7a Sep 17 09:55:55 eeebsd kernel: ae0: [FILTER] Sep 17 09:55:56 eeebsd kernel: ae0: link state changed to DOWN Sep 17 09:56:37 eeebsd kernel: ae0: link state changed to UP But all test to use it freeze the system : ifconfig ae0 up of dhclient ae0. Tested on 8.0-CURRENT-200809 Can I test anythink else ? Thanks for your work ! -- HPC