From owner-freebsd-stable@FreeBSD.ORG Sat Sep 17 20:11:56 2011 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D7CC106564A; Sat, 17 Sep 2011 20:11:56 +0000 (UTC) (envelope-from egrosbein@rdtc.ru) Received: from eg.sd.rdtc.ru (unknown [IPv6:2a03:3100:c:13::5]) by mx1.freebsd.org (Postfix) with ESMTP id 8CCE38FC08; Sat, 17 Sep 2011 20:11:55 +0000 (UTC) Received: from eg.sd.rdtc.ru (localhost [127.0.0.1]) by eg.sd.rdtc.ru (8.14.5/8.14.5) with ESMTP id p8HKBpEh026044; Sun, 18 Sep 2011 03:11:52 +0700 (NOVST) (envelope-from egrosbein@rdtc.ru) Message-ID: <4E74FF02.7070607@rdtc.ru> Date: Sun, 18 Sep 2011 03:11:46 +0700 From: Eugene Grosbein User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.13) Gecko/20110112 Thunderbird/3.1.7 MIME-Version: 1.0 To: pyunyh@gmail.com References: <4E722B70.9010201@rdtc.ru> <201109151314.50549.jhb@freebsd.org> <4E7238C3.1060008@rdtc.ru> <20110915181524.GA6557@michelle.cdnetworks.com> <4E724BCD.4040607@rdtc.ru> <20110915191944.GB6557@michelle.cdnetworks.com> <4E72D465.8050900@rdtc.ru> <20110916191355.GA9916@michelle.cdnetworks.com> <4E74A8C6.2070608@rdtc.ru> <20110917200508.GA13993@michelle.cdnetworks.com> In-Reply-To: <20110917200508.GA13993@michelle.cdnetworks.com> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit Cc: stable@freebsd.org, John Baldwin , yongari@freebsd.org Subject: Re: busdma MFC broke ipfw fwd for RELENG_6 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: Sat, 17 Sep 2011 20:11:56 -0000 18.09.2011 03:05, YongHyeon PYUN пишет: >>> I have back-ported re(4)/rl(4) for latest 6.x. >>> http://people.freebsd.org/~yongari/re/6.x/README.txt >>> Just compile tested and not sure whether it fixes the issue. >> >> I confirm that the problem disappears using this driver with clean RELENG_6 sources >> and RealTek 8169/8169S/8169SB(L)/8110S/8110SB(L) Gigabit Ethernet: >> >> re0@pci1:11:0: class=0x020000 card=0x816910ec chip=0x816910ec rev=0x10 hdr=0x00 >> vendor = 'Realtek Semiconductor' >> device = 'RTL8110SB Single-Chip Gigabit LOM Ethernet Controller' >> class = network >> subclass = ethernet >> cap 01[dc] = powerspec 2 supports D0 D1 D2 D3 current D0 >> >> Also, this machine uses RT8139 (rl0) for its LAN and it works too. > > Glad to hear that. Unfortunately I have no plan or time to merge > all changes made in re(4)/rl(4) to stable/6 so you may have to > stick to this unofficial driver. As you already know, I overhauled > these drivers long time ago and there were too many changes. Well, given that before busdma commit that hardware worked just fine with stock driver, it could be less overhead for me to rollback that one busdma small chunk :-) Who knows, which drivers got broken then in 2010 in 6.4-STABLE with busdma change besides re(4)...