Module Name: src Committed By: snj Date: Wed Jan 27 00:01:07 UTC 2016
Modified Files: src/sys/external/bsd/drm2/include/linux [netbsd-7]: pci.h Log Message: Pull up following revision(s) (requested by riastradh in ticket #1077): sys/external/bsd/drm2/include/linux/pci.h: revision 1.22 Use PCI ROM MD fallback if PCI ROM BAR points to invalid ROM. We previously applied the PCI ROM MD fallback only if the PCI ROM BAR was altogether unpopulated. Some Radeon devices seem to have a populated PCI ROM BAR pointing at a bogus ROM, while 0xc0000 works fine. Fixes at least one manifestation of PR kern/49964. To generate a diff of this commit: cvs rdiff -u -r1.7.2.7 -r1.7.2.8 \ src/sys/external/bsd/drm2/include/linux/pci.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.