From owner-cvs-all@FreeBSD.ORG Mon May 28 18:54:10 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7A0E116A400; Mon, 28 May 2007 18:54:10 +0000 (UTC) (envelope-from jhay@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 538B113C447; Mon, 28 May 2007 18:54:10 +0000 (UTC) (envelope-from jhay@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4SIsAfa011825; Mon, 28 May 2007 18:54:10 GMT (envelope-from jhay@repoman.freebsd.org) Received: (from jhay@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4SIsALV011813; Mon, 28 May 2007 18:54:10 GMT (envelope-from jhay) Message-Id: <200705281854.l4SIsALV011813@repoman.freebsd.org> From: John Hay Date: Mon, 28 May 2007 18:54:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/xscale/ixp425 ixp425.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 18:54:10 -0000 jhay 2007-05-28 18:54:09 UTC FreeBSD src repository Modified files: sys/arm/xscale/ixp425 ixp425.c Log: We do not need to get the irq out of ivars in ixp425_setup_intr(). By this time they have already been set. In fact trying to set it here too breaks irqs for pci devices. Revision Changes Path 1.7 +1 -5 src/sys/arm/xscale/ixp425/ixp425.c