From owner-freebsd-stable@FreeBSD.ORG Thu Aug 3 10:45:00 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D3B116A4DA for ; Thu, 3 Aug 2006 10:45:00 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3B4043D49 for ; Thu, 3 Aug 2006 10:44:59 +0000 (GMT) (envelope-from pyunyh@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so2449307uge for ; Thu, 03 Aug 2006 03:44:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=Fa19Jpu5AtorAd4q9dZwd97ilZliGreBr/s/ppsLke6bkNQ1YhBujhAsn00oo28l29dvsi1UiSU51SbQjqsjT6+X/tzhRNCP5XF5pzQZAs94vAt9rhbxSxFXqYr5aObfQ5zkBMzCXrWu6EWVfJwNeEp6A39ZfjjCVcGd49z7QoM= Received: by 10.65.98.4 with SMTP id a4mr3033022qbm; Thu, 03 Aug 2006 03:44:58 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.gmail.com with ESMTP id 39sm404405nzk.2006.08.03.03.44.56; Thu, 03 Aug 2006 03:44:57 -0700 (PDT) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id k73AkB9J051197 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 3 Aug 2006 19:46:11 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id k73AkAZV051196; Thu, 3 Aug 2006 19:46:10 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Thu, 3 Aug 2006 19:46:10 +0900 From: Pyun YongHyeon To: Gerrit K?hn Message-ID: <20060803104610.GC49195@cdnetworks.co.kr> References: <20060802161634.eff2b6d1.gerrit@pmp.uni-hannover.de> <20060803002615.GA49195@cdnetworks.co.kr> <20060803105850.5254d278.gerrit@pmp.uni-hannover.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060803105850.5254d278.gerrit@pmp.uni-hannover.de> User-Agent: Mutt/1.4.2.1i Cc: freebsd-stable@freebsd.org Subject: Re: re interface broken X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Aug 2006 10:45:00 -0000 On Thu, Aug 03, 2006 at 10:58:50AM +0200, Gerrit K?hn wrote: > On Thu, 3 Aug 2006 09:26:15 +0900 Pyun YongHyeon wrote > about Re: re interface broken: > > > > today, the interface still doesn't work. Is there work going on to > > > fix this, can I provide further information to track this problem > > > I think you should show 'dmesg' and 'pciconf -lv' output first. > > Here they are: > [...] > re0@pci2:1:0: class=0x020000 card=0x08600e11 chip=0x813910ec > rev=0x20 hdr=0x00 vendor = 'Realtek Semiconductor' > device = 'RT8139 (A/B/C/810x/813x/C+) Fast Ethernet Adapter' > class = network > subclass = ethernet [...] > re0: Reserved 0x100 bytes for rid 0x10 type 4 at 0x2000 > pcib2: re0 requested I/O range 0x2000-0x20ff: in range > re0: port 0x2000-0x20ff mem > 0x90300000-0x903000ff irq 10 at device 1.0 on pci2 pcib2: re0 requested > I/O range 0x2000-0x20ff: in range miibus0: on re0 > rlphy0: on miibus0 > rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto > re0: bpf attached > re0: Ethernet address: 00:0f:b0:6c:55:ec > re0: [MPSAFE] > re0: [FAST] Would you let me know a if_re.c revison number used to work on your system? Does Tx/Rx routine on your system work? In order to test it, you need a known working system and run tcpdump on the system. Can you see frames sent from your system on good system? If you know re(4) can send frame without problems, run tcpdump on your notebook and check whether re(4) can see incoming packets sent from good packet. -- Regards, Pyun YongHyeon