From owner-cvs-all Thu Jul 25 13:53: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3520137B400 for ; Thu, 25 Jul 2002 13:52:58 -0700 (PDT) Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63B6143E6A for ; Thu, 25 Jul 2002 13:52:57 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id g6PKqsY28171; Thu, 25 Jul 2002 13:52:54 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Thu, 25 Jul 2002 13:52:54 -0700 (PDT) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Jake Burkholder Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sparc64/sbus sbus.c In-Reply-To: <20020725162855.F4442@locore.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Yes. The orginal code, imported from NetBSD, points off into never never land for the 'clear' register if you use the INTVEC as a plain index. I dunno how it could possibly work in NetBSD. You need to take an index which is between slots 0 && 4 (* 64) and take interrupt priority (*8) to index to the correct clear register. On Thu, 25 Jul 2002, Jake Burkholder wrote: > Apparently, On Thu, Jul 25, 2002 at 01:15:00PM -0700, > Matt Jacob said words to the effect of; > > > mjacob 2002/07/25 13:15:00 PDT > > > > Modified files: > > sys/sparc64/sbus sbus.c > > Log: > > Set interrupt clear pointer for SBus slots to point to correct spot. > > Does this get your isp sbus card going? > > Jake > > > > > Revision Changes Path > > 1.4 +2 -2 src/sys/sparc64/sbus/sbus.c > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message