Date: Thu, 19 Oct 2000 01:07:23 -0700 (PDT) From: Mike Smith <msmith@FreeBSD.org> 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 Message-ID: <200010190807.BAA62404@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010190807.BAA62404>