From owner-cvs-all@FreeBSD.ORG Mon Aug 7 19:52:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 EE88616A4DD; Mon, 7 Aug 2006 19:52:30 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7978443D5D; Mon, 7 Aug 2006 19:52:30 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77JqU1K057249; Mon, 7 Aug 2006 19:52:30 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77JqUVV057248; Mon, 7 Aug 2006 19:52:30 GMT (envelope-from jhb) Message-Id: <200608071952.k77JqUVV057248@repoman.freebsd.org> From: John Baldwin Date: Mon, 7 Aug 2006 19:52:30 +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/dev/acpica acpi_pci_link.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, 07 Aug 2006 19:52:31 -0000 jhb 2006-08-07 19:52:30 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_pci_link.c Log: When a user uses a hint to specify the IRQ for a link device, accept IRQs that aren't listed as valid in the link device's set of possible IRQs. This allows the hints to be used to work around broken BIOSes that don't specify the correct ste of possible IRQs. A warning is issued in the dmesg in this case to be consistent with the $PIR handling code. MFC after: 1 week Revision Changes Path 1.54 +13 -5 src/sys/dev/acpica/acpi_pci_link.c