CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2011/05/30 13:27:40
Modified files: sys/arch/amd64/pci: pci_machdep.c Log message: Enable MSI on selected hardware. For now this means all Intel, AMD and NVIDIA chipsets. All of those that support 64-bit CPUs should support MSI as well. Explicitly disable MSI on chipsets that connect to the CPU over HyperTransport. Enabling MSI on those systems is handled by the HyperTransport support code in our PCI subsystem.