From owner-freebsd-stable@FreeBSD.ORG Thu Aug 3 11:58:14 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 D2CE816A4DE for ; Thu, 3 Aug 2006 11:58:14 +0000 (UTC) (envelope-from gerrit@pmp.uni-hannover.de) Received: from mrelay1.uni-hannover.de (mrelay1.uni-hannover.de [130.75.2.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FDD343D45 for ; Thu, 3 Aug 2006 11:58:13 +0000 (GMT) (envelope-from gerrit@pmp.uni-hannover.de) Received: from www.pmp.uni-hannover.de (www.pmp.uni-hannover.de [130.75.117.2]) by mrelay1.uni-hannover.de (8.13.6.20060614/8.13.6) with ESMTP id k73BwB9W029824; Thu, 3 Aug 2006 13:58:12 +0200 (envelope-from gerrit@pmp.uni-hannover.de) Received: from pmp.uni-hannover.de (arc.pmp.uni-hannover.de [130.75.117.1]) by www.pmp.uni-hannover.de (Postfix) with SMTP id 9751E1CC; Thu, 3 Aug 2006 13:58:11 +0200 (CEST) Date: Thu, 3 Aug 2006 13:58:11 +0200 From: Gerrit =?ISO-8859-1?Q?K=FChn?= To: pyunyh@gmail.com Message-Id: <20060803135811.b79cf899.gerrit@pmp.uni-hannover.de> In-Reply-To: <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> <20060803104610.GC49195@cdnetworks.co.kr> Organization: Plasmaphysik X-Mailer: Sylpheed version 2.2.6 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-PMX-Version: 5.2.0.264296 X-PerlMx-Spam: Gauge=%%XGAUGE%%%%IGAUGE%%, Probability=%%PROB%%, Report='%%HITS%%' Cc: freebsd-stable@freebsd.org Subject: Re: re interface broken X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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 11:58:14 -0000 On Thu, 3 Aug 2006 19:46:10 +0900 Pyun YongHyeon wrote about Re: re interface broken: PY> > re0@pci2:1:0: class=0x020000 card=0x08600e11 chip=0x813910ec PY> > rev=0x20 hdr=0x00 vendor = 'Realtek Semiconductor' PY> > device = 'RT8139 (A/B/C/810x/813x/C+) Fast Ethernet Adapter' PY> > class = network PY> > subclass = ethernet PY> > re0: Reserved 0x100 bytes for rid 0x10 type 4 at 0x2000 PY> > pcib2: re0 requested I/O range 0x2000-0x20ff: in range PY> > re0: port 0x2000-0x20ff mem PY> > 0x90300000-0x903000ff irq 10 at device 1.0 on pci2 pcib2: re0 PY> > requested I/O range 0x2000-0x20ff: in range miibus0: on PY> > re0 rlphy0: on miibus0 PY> > rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto PY> > re0: bpf attached PY> > re0: Ethernet address: 00:0f:b0:6c:55:ec PY> > re0: [MPSAFE] PY> > re0: [FAST] PY> Would you let me know a if_re.c revison number used to work on your PY> system? I have a working 6.1-stable kernel compiled on 12th of June, so I guess if_re.c from that date or earlier should work. Looking into webcvs, I think that 1.67 worked and 1.68 doesn't. However, to make sure I'd have to check out the old version and recompile. PY> Does Tx/Rx routine on your system work? In order to test it, you PY> need a known working system and run tcpdump on the system. PY> Can you see frames sent from your system on good system? I think it doesn't work. I can do ping -f or whatever I want on the notebook, but the LEDs of the attached switch don't show any packets (they don't flash). cu Gerrit