Module Name: src Committed By: msaitoh Date: Wed Nov 18 10:26:57 UTC 2015
Modified Files: src/sys/dev/pci: if_bge.c if_bgevar.h Log Message: Delete #ifdef __HAVE_PCI_MSI_MSIX and use pci_intr_allo()/pci_intr_release() on any systems. The third argument of pci_intr_alloc() is left because we will use the code to support MSI-X in future. To generate a diff of this commit: cvs rdiff -u -r1.293 -r1.294 src/sys/dev/pci/if_bge.c cvs rdiff -u -r1.20 -r1.21 src/sys/dev/pci/if_bgevar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.