From owner-freebsd-questions@FreeBSD.ORG Mon May 25 23:02:58 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E496C106564A; Mon, 25 May 2009 23:02:58 +0000 (UTC) (envelope-from cpardo@fastsoft.com) Received: from HQ-ES.FASTSOFT.COM (hq-es.fastsoft.com [38.102.243.86]) by mx1.freebsd.org (Postfix) with ESMTP id CCA328FC16; Mon, 25 May 2009 23:02:58 +0000 (UTC) (envelope-from cpardo@fastsoft.com) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 25 May 2009 16:02:57 -0700 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Broadcom NetXtreme II BCM5709 Gigabit Ethernet Dell 610 and Dell 710 servers Thread-Index: AcndjPHPK0PoGtHJQWej15oLkH5kqA== From: "Carlos Pardo" To: , , Cc: Subject: Broadcom NetXtreme II BCM5709 Gigabit Ethernet Dell 610 and Dell 710 servers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2009 23:02:59 -0000 We are back porting the bce driver from 8.0 to 7.0. We are still missing some changes since cold boots work but rebooting (warm booting) fails! The error is: bce0: ../../../dev/bce/if_bce.c(1386); Unable to write CTX memory: cid_addr =3D 0x00000000, offset =3D 0x00000000! files back ported: bce/if_bce.h bce/if_bcefw.h bce/if_bvereg.h mii/brgphy.c=20 mii/brgphyreg.h It looks like we are not doing a hard reset to the NIC when rebooting. Cool boots work. Thanks for any help