From owner-freebsd-current@FreeBSD.ORG Thu Sep 30 00:56:46 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02A5D16A4CE for ; Thu, 30 Sep 2004 00:56:46 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB15B43D41 for ; Thu, 30 Sep 2004 00:56:45 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (h-67-102-66-178.snfccasy.covad.net [67.102.66.178]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id i8U0uiHr023324 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 29 Sep 2004 17:56:45 -0700 Message-ID: <415B5991.70002@root.org> Date: Wed, 29 Sep 2004 17:55:45 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Fwd: cvs commit: src/sys/dev/acpica acpi_pci_link.c] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2004 00:56:46 -0000 Did this commit fix or break anything regarding PCI irq routing for anyone? I haven't heard any feedback yet. -------- Original Message -------- njl 2004-09-25 06:15:56 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_pci_link.c Log: Allow routing to the SCI even if it's not in the list of valid IRQs. MFC if: no problems Revision Changes Path 1.33 +10 -0 src/sys/dev/acpica/acpi_pci_link.c -- Nate