From owner-cvs-all Thu Oct 19 1: 7:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C891137B4C5; Thu, 19 Oct 2000 01:07:23 -0700 (PDT) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA62404; Thu, 19 Oct 2000 01:07:23 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <200010190807.BAA62404@freefall.freebsd.org> From: Mike Smith Date: Thu, 19 Oct 2000 01:07:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include/pc bios.h src/sys/i386/pci pci_cfgreg.c src/sys/pci pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/10/19 01:07:23 PDT Modified files: sys/i386/include/pc bios.h Log: Add PCI BIOS function codes for IRQ routing fetch and route. Revision Changes Path 1.11 +3 -1 src/sys/i386/include/pc/bios.h Modified files: sys/i386/pci pci_cfgreg.c Log: Call the BIOS to route the selected interrupt. Correctly calculate the interrupt from the PCI routing table (ffs returns 1 for the rightmost bit, not 0). Revision Changes Path 1.70 +23 -5 src/sys/i386/pci/pci_cfgreg.c Modified files: sys/pci pci.c Log: Write the routed interrupt back to PCI configuration space. Revision Changes Path 1.161 +2 -2 src/sys/pci/pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message