Module Name: src Committed By: msaitoh Date: Sun May 17 12:06:26 UTC 2015
Modified Files: src/sys/dev/pci: if_bge.c if_bgereg.h if_bgevar.h Log Message: - Add MSI support. - Use tagged status function for 5717 and newer devices. All controllers except BCM5700 supports tagged status but we use tagged status only for MSI case on BCM5717. Otherwise MSI on BCM5717 does not work. Same as other *BSDs. To generate a diff of this commit: cvs rdiff -u -r1.287 -r1.288 src/sys/dev/pci/if_bge.c cvs rdiff -u -r1.90 -r1.91 src/sys/dev/pci/if_bgereg.h cvs rdiff -u -r1.18 -r1.19 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.