From owner-freebsd-net@FreeBSD.ORG Sat Nov 15 01:30:08 2008 Return-Path: Delivered-To: freebsd-net@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFDF41065676 for ; Sat, 15 Nov 2008 01:30:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B51398FC19 for ; Sat, 15 Nov 2008 01:30:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id mAF1U8VG072914 for ; Sat, 15 Nov 2008 01:30:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mAF1U8CG072911; Sat, 15 Nov 2008 01:30:08 GMT (envelope-from gnats) Date: Sat, 15 Nov 2008 01:30:08 GMT Message-Id: <200811150130.mAF1U8CG072911@freefall.freebsd.org> To: freebsd-net@FreeBSD.org From: =?iso-8859-1?B?QXVy6WxpZW4gTely6Q==?= Cc: Subject: Re: kern/128833: [bge] Network packets corrupted when bge card is in 64-bit PCI slot X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?iso-8859-1?B?QXVy6WxpZW4gTely6Q==?= List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Nov 2008 01:30:09 -0000 The following reply was made to PR kern/128833; it has been noted by GNATS. From: =?iso-8859-1?B?QXVy6WxpZW4gTely6Q==?= To: "Marius Strobl" , Cc: Subject: Re: kern/128833: [bge] Network packets corrupted when bge card is in 64-bit PCI slot Date: Sat, 15 Nov 2008 02:01:50 +0100 Hi I installed the patch there are still the same issues : 0x0060: 6965 2d68 656c 6c6d 616e 2d67 726f 7570 ie-hellman-group 0x0070: 2d65 7863 6861 6e67 2c64 6966 6669 652d -exchang,diffie- 0x0080: 2c64 6966 6669 652d 6865 6c6c 6d61 6e2d ,diffie-hellman- 0x0090: 6772 6f75 702d 6578 6368 616e 6765 2d73 group-exchange-s 0x00a0: 6861 312c 6469 6666 6965 2d68 656c 6c6d ha1,diffie-hellm 0x00b0: 616e 2d67 726f 7570 3134 2d73 6861 312c an-group14-sha1, 0x00c0: 6469 6666 6965 2d68 656c 6c6d 616e 2d67 diffie-hellman-g 0x0060: 6965 2d68 656c 6c6d 616e 2d67 726f 7570 ie-hellman-group 0x0070: 2d65 7863 6861 6e67 652d 7368 6132 3536 -exchange-sha256 0x0080: 2c64 6966 6669 652d 6865 6c6c 6d61 6e2d ,diffie-hellman- 0x0090: 6772 6f75 702d 6578 6368 616e 6765 2d73 group-exchange-s 0x00a0: 6861 312c 6469 6666 6965 2d68 656c 6c6d ha1,diffie-hellm 0x00b0: 616e 2d67 726f 7570 3134 2d73 6861 312c an-group14-sha1, 0x00c0: 6469 6666 6965 2d68 656c 6c6d 616e 2d67 diffie-hellman-g I will try to add some debug, don't hesitate to tell me if you have other ideas so i can do more tests. Thanks, Aurélien ----- Original Message ----- From: "Marius Strobl" To: ; Sent: Thursday, November 13, 2008 11:14 PM Subject: Re: kern/128833: [bge] Network packets corrupted when bge card is in 64-bit PCI slot > Hrm, I could be that the BCM5701 data corruption bug actually is > 64-bit rather than only PCI-X bus specific. Could you please give > the patch at: > http://people.freebsd.org/~marius/bge_5701.diff > a try?