From owner-freebsd-current@FreeBSD.ORG Mon Dec 1 22:02:16 2008 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 8EB0E106564A for ; Mon, 1 Dec 2008 22:02:16 +0000 (UTC) (envelope-from subbsd@gmail.com) Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.184]) by mx1.freebsd.org (Postfix) with ESMTP id 1BEA18FC0C for ; Mon, 1 Dec 2008 22:02:15 +0000 (UTC) (envelope-from subbsd@gmail.com) Received: by gv-out-0910.google.com with SMTP id n8so437918gve.39 for ; Mon, 01 Dec 2008 14:02:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:reply-to:to:subject:date :user-agent:mime-version:content-type:content-transfer-encoding :content-disposition:message-id; bh=eRBAXhB/JrOFbfJCM7o6IWZR0Vg29ScR5e/DXMYnN6o=; b=XVl//bo5aCLXEJ5ae+XtjriS3UcgLLFV23end3ZQLqBsrJcMei3U8i5fjkVYHj5eUz dKcNMBropoUJ2lrwWtAwuxai0Px/BCEuIcKA10+zkBM1uJxxeJapzg3jf2GT80HEPmVR bc1GUhS/WlnGpu+faZJOuy9yBLEvtsRDFrJ08= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:reply-to:to:subject:date:user-agent:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; b=uvkiLb8jHuf3g1otte5Pcu+H9yHgEmmP3+kwM2yCazGrf5IhySwukY/W9Ek2yTR3S8 9lHBJvWMpC4Syb1vDu2Fy8GPNZVyLLJBlYeyIzK/1t5ze1o8eexx7hMMevViUaJGJjy8 qGFVZuocW4qZX4Ub+9WfWp7By/yhgGAQW8spo= Received: by 10.103.214.8 with SMTP id r8mr4818840muq.92.1228168934791; Mon, 01 Dec 2008 14:02:14 -0800 (PST) Received: from localhost.invalid ([77.241.45.156]) by mx.google.com with ESMTPS id n7sm6479573mue.13.2008.12.01.14.01.59 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 01 Dec 2008 14:02:01 -0800 (PST) From: Ole Vole To: freebsd-current@freebsd.org Date: Tue, 2 Dec 2008 01:02:04 +0300 User-Agent: KMail/1.10.1 (FreeBSD/8.0-CURRENT; KDE/4.1.1; i386; ; ) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812020102.04504.subbsd@gmail.com> Subject: ale driver on asus eeepc 901 could not disable Tx/Rx under traffic flow X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: subbsd@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: Mon, 01 Dec 2008 22:02:16 -0000 Hello Maillist, Im using FreeBSD-CURRENT (from 01122008 snap from cvs) and got looped notice in dmesg buffer when LAN Ethernet generate some traffic: .. ale0: could not disable Tx/Rx MAC(0x00000008)! ale0: DMA read error! -- resetting .. ale0: could not disable Tx/Rx MAC(0x00000008)! .. with flapping interface (link going to down and back up). ifconfig ale0 -txcsum -rxcsum -tso and forcing link for media 10BaseT/UTP is in vain. Under small traffic flow ale0 work is fine without errors. Somebody meet with like similar prombel on Asus eee pc 901 ? Thanks