From owner-cvs-src-old@FreeBSD.ORG Wed Jun 17 17:58:12 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5F99106566B for ; Wed, 17 Jun 2009 17:58:12 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B32FD8FC12 for ; Wed, 17 Jun 2009 17:58:12 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n5HHwCGS076548 for ; Wed, 17 Jun 2009 17:58:12 GMT (envelope-from sam@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n5HHwCXS076543 for cvs-src-old@freebsd.org; Wed, 17 Jun 2009 17:58:12 GMT (envelope-from sam@repoman.freebsd.org) Message-Id: <200906171758.n5HHwCXS076543@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to sam@repoman.freebsd.org using -f From: Sam Leffler Date: Wed, 17 Jun 2009 17:57:52 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/xscale/ixp425 ixp425_npe.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jun 2009 17:58:13 -0000 sam 2009-06-17 17:57:52 UTC FreeBSD src repository Modified files: sys/arm/xscale/ixp425 ixp425_npe.c Log: SVN rev 194378 on 2009-06-17 17:57:52Z by sam Add workaround to get IXP435 NPE-A working: reseting NPE-A after NPE-C causes both to become inoperative; this apparently was done by the original IAL code as a workaround for IMEM parity errors which we've not seen so just disable the reset. Note this problem does not occur on IXP425 boards. The linux driver does fuse-resets on each NPE but in the order NPE-A < NPE-B < NPE-C (when probing for which NPE's are present/operational); we may want to switch to a similar scheme but for now disable the resets until we see an issue. Revision Changes Path 1.12 +24 -28 src/sys/arm/xscale/ixp425/ixp425_npe.c