From owner-freebsd-alpha Thu Jun 6 19:32: 5 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id A2C0F37B426; Thu, 6 Jun 2002 19:31:40 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id g572VdY76079; Thu, 6 Jun 2002 20:31:39 -0600 (MDT) (envelope-from imp@village.org) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id g572VcG95620; Thu, 6 Jun 2002 20:31:38 -0600 (MDT) (envelope-from imp@village.org) Date: Thu, 06 Jun 2002 20:31:33 -0600 (MDT) Message-Id: <20020606.203133.49601620.imp@village.org> To: gallatin@cs.duke.edu Cc: des@ofug.org, alpha@freebsd.org, current@freebsd.org Subject: Re: alpha can't map interrupt From: "M. Warner Losh" In-Reply-To: <15616.3530.526275.555196@grasshopper.cs.duke.edu> References: <15616.3530.526275.555196@grasshopper.cs.duke.edu> X-Mailer: Mew version 2.1 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message: <15616.3530.526275.555196@grasshopper.cs.duke.edu> Andrew Gallatin writes: : : : Warner -- a pci interupt line of 0 is valid. Please back out your : "PCI_INTERRUPT_VALID" changes in pci.c, or change that macro : to allow a value of 0. An interrupt line of 0 is *NOT* valid. However, the check for zero should only be on the i386 port. Where did I have it? Oh, I see now. I didn't change the PCI_INTERRUPT_VALID to include zero, I just changed some code to use it. It was used in pcib. But I'll make sure that it works on alpha. Is that something that you can test for me if I come up with a fix for? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message