From owner-freebsd-stable@FreeBSD.ORG Fri May 30 05:03:16 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 663921065677 for ; Fri, 30 May 2008 05:03:16 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.238]) by mx1.freebsd.org (Postfix) with ESMTP id 218F58FC20 for ; Fri, 30 May 2008 05:03:15 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so4487762rvf.43 for ; Thu, 29 May 2008 22:03:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; bh=ST/OEtSNKdR1oHEiMhlf/GX/nzTDoyCZ80dic7sDbUo=; b=m5seiiDmbKU5Bo2ZxPgwzrQZ0mPJkli+XtYzTuqap8WOvGbuYnqmOIEUIzJuAs/ANXVVzVYD1haJu9Zsq4JWcq2NtkK9Qt1O+PlBnED7etSZpPFCmANV1aqSLFRzVjGgchIY1dDuglWS7sWjattWOUXv0SKwOO9BOt9ok58pRhM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=nGJsQTve/yaG1gKcds1zYAZws+nK9UZudTjtBhnLpoKD3WFLYGbecJpJ2XZwLlO11Va0iRTjJT9PMXsurpgVkLj3stD0GGcUkIqD0epZay7Ss1XlL/uy3cP4wP0OL9X8DDV3p+nlQ/2w5mtxpeYnXEWqxEOz7QKDdIN+Kr+TogM= Received: by 10.141.212.5 with SMTP id o5mr2756419rvq.20.1212123795675; Thu, 29 May 2008 22:03:15 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id l31sm2300759rvb.6.2008.05.29.22.03.12 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 29 May 2008 22:03:13 -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 m4U539OT073042 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 30 May 2008 14:03:09 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m4U538fk073041; Fri, 30 May 2008 14:03:08 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Fri, 30 May 2008 14:03:08 +0900 From: Pyun YongHyeon To: Dimitry Andric Message-ID: <20080530050308.GJ64177@cdnetworks.co.kr> References: <20080527165232.2acbb00f.gerrit@pmp.uni-hannover.de> <20080528002823.GA63696@cdnetworks.co.kr> <20080528175610.0ffe4c1c.gerrit@pmp.uni-hannover.de> <20080529115825.2da70cba.gerrit@pmp.uni-hannover.de> <483E8F38.6070109@andric.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <483E8F38.6070109@andric.com> User-Agent: Mutt/1.4.2.1i Cc: Gerrit K?hn , freebsd-stable@freebsd.org Subject: Re: broken re(4) 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: Fri, 30 May 2008 05:03:16 -0000 On Thu, May 29, 2008 at 01:10:48PM +0200, Dimitry Andric wrote: > On 2008-05-29 11:58, Gerrit K?hn wrote: > > Can I do anything else? Is the newer patch (from yesterday) in your > > directory above worth giving a try? > > FYI, that patch doesn't compile, due to a typo... Fix below: > > --- re.HEAD.20080528.orig 2008-05-29 13:08:15.000000000 +0200 > +++ re.HEAD.20080528 2008-05-29 13:07:28.000000000 +0200 > @@ -352,7 +352,7 @@ > + if ((sc->rl_flags & RL_FLAG_PAR) != 0) { > + /* XXX Should have a way to get station address from EEPROM. */ > + uint32_t vpdc, word; > -+ int offet, verr; > ++ int offset, verr; > + > + if (pci_find_extcap(sc->rl_dev, PCIY_VPD, &vpdc) == 0) { > + for (offset = 0; offset < 0x20; offset += 4) { > > Thanks for pointing out! Since you're running this patch would you post dmesg output related with re(4)? Also please post the output of "devinfo -rv | grep oui". -- Regards, Pyun YongHyeon