summaryrefslogtreecommitdiff
path: root/usr.bin/fdformat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/fdformat/Makefile')
0 files changed, 0 insertions, 0 deletions
e/radeon?id=3aab79bd7e4d6390c8960f96ddd3be81f4dd8508'>Revert "Add more missing firmwares."riastradh This reverts https://mail-index.NetBSD.org/source-changes/2019/08/27/msg108499.html which broke the tree on case-insensitive file systems. See discussion at https://mail-index.NetBSD.org/source-changes-d/2019/08/27/msg011590.html for alternatives considered. This does _not_ simply mark the new files as `obsolete' in the set lists, because if we marked foo.bin obsolete then on a case- insensitive file system, then it would try to delete the FOO.bin that we still want installed. We'll require a manual change announced in UPDATING and on current-users. ok msaitoh 2019-08-27 Add more missing firmwares.msaitoh 2019-08-26 Add missing TAHITI_vce.bin, RV770_uvd.bin, RS780_uvd.bin and R600_uvd.bin.msaitoh Fix panic on my own HP EliteDesk 705 G1 SFF. It also fixes PR kern/53988 reported by Onno van der Linden. 2019-08-26 Update BONAIRE_uvd.bin to the latest.msaitoh 2015-04-26two changes to radeon drm firmware:mrg - only install it by default on x86, set new MKRADEONFIRMWARE variable - install in /libdata, so that separate /usr systems work (this still doesn't solve PR#49811, which possibly could be handled by having them being a kernel module loaded by /boot.) 2014-07-29Add microcode file missing from update.rjs 2014-07-28Update radeon microcode.rjs 2010-07-05add all the radeon firmware files. missed in the previous..mrg these were sourced from: - linux kernel sources, firmware/radeon/ - people.freedesktop.org/~agd5f/radeon_ucode/ LICENSE.radeon has the full license, which my simple reading sees as being largely similar to other re-distributable licenses for firmware (ie, does not include de-compliation or reverse engineering.)