--- - branch: MAIN date: Wed Aug 17 00:59:48 UTC 2011 files: - new: '1.9' old: '1.8' path: src/sys/arch/powerpc/booke/pci/pq3pci.c pathrev: src/sys/arch/powerpc/booke/pci/pq3pci.c@1.9 type: modified - new: '1.21' old: '1.20' path: src/sys/arch/x86/pci/pci_intr_machdep.c pathrev: src/sys/arch/x86/pci/pci_intr_machdep.c@1.21 type: modified - new: '1.88' old: '1.87' path: src/sys/dev/pci/pci_subr.c pathrev: src/sys/dev/pci/pci_subr.c@1.88 type: modified - new: '1.73' old: '1.72' path: src/sys/dev/pci/pcireg.h pathrev: src/sys/dev/pci/pcireg.h@1.73 type: modified - new: '1.46' old: '1.45' path: src/sys/dev/pci/ppb.c pathrev: src/sys/dev/pci/ppb.c@1.46 type: modified id: 20110817T005948Z.13579fe98e132cf05814174c92ccdb52207854dc log: | Redefine PCI_MSI_* and PCI_PCIE_* constants in terms of bits(3). Use named constants and more conventional variable names in pci_msi_establish() and pci_msi_disestablish(). Fix a couple of bugs: pci_msi_establish() returned a pointer to the struct intrhand instead of to the struct msi_hdl as it was intended to, and pci_msi_disestablish() did not free(9) the msi_hdl. module: src subject: 'CVS commit: src/sys' unixtime: '1313542788' user: dyoung