From owner-freebsd-stable@FreeBSD.ORG Thu May 29 11:10:49 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 B6BD91065672 for ; Thu, 29 May 2008 11:10:49 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 6CAB08FC30 for ; Thu, 29 May 2008 11:10:49 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from [IPv6:2001:7b8:3a7:0:19dc:ae3d:fbec:8ec] (unknown [IPv6:2001:7b8:3a7:0:19dc:ae3d:fbec:8ec]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 387803C; Thu, 29 May 2008 13:10:47 +0200 (CEST) Message-ID: <483E8F38.6070109@andric.com> Date: Thu, 29 May 2008 13:10:48 +0200 From: Dimitry Andric User-Agent: Thunderbird 2.0.0.15pre (Windows/20080517) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Gerrit_K=FChn?= 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> In-Reply-To: <20080529115825.2da70cba.gerrit@pmp.uni-hannover.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: pyunyh@gmail.com, freebsd-stable@freebsd.org Subject: Re: broken re(4) 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, 29 May 2008 11:10:49 -0000 On 2008-05-29 11:58, Gerrit K=FChn 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) !=3D 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) =3D=3D 0) { + for (offset =3D 0; offset < 0x20; offset +=3D 4) {