Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 May 2008 14:03:08 +0900
From:      Pyun YongHyeon <pyunyh@gmail.com>
To:        Dimitry Andric <dimitry@andric.com>
Cc:        Gerrit K?hn <gerrit@pmp.uni-hannover.de>, freebsd-stable@freebsd.org
Subject:   Re: broken re(4)
Message-ID:  <20080530050308.GJ64177@cdnetworks.co.kr>
In-Reply-To: <483E8F38.6070109@andric.com>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080530050308.GJ64177>