| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-27 | fix various typos in comments. | andvar | |
| 2022-05-31 | fix various typos in comments, documentation and messages. | andvar | |
| 2022-05-24 | fix various typos in comment, documentation and log messages. | andvar | |
| 2022-05-24 | fix various typos in comments, docs and log messages. | andvar | |
| 2022-05-23 | s/beggining/beginning/ in comments. | andvar | |
| 2022-04-21 | s/substract/subtract/ in comments and error message. | andvar | |
| s/obtainted/obtained/ in one comment. | |||
| 2022-01-25 | fix various typos in comments. | andvar | |
| 2022-01-10 | Typo in a comment | khorben | |
| 2022-01-01 | fix typos in word "diagnostic". | andvar | |
| 2021-10-25 | regen | ryo | |
| 2021-10-25 | For "num_critical_sections", now output not only the "static const int" ↵ | ryo | |
| variable but also macro definition. | |||
| 2021-10-25 | fix build failure of "multiple definition" | ryo | |
| 2021-09-26 | Restore MKNOUVEAUFIRMWARE and MKRADEONFIRMWARE and make gpufw set unconditional | maya | |
| Simplifies logic. (Second commit - first one was partial) Restoring MK* requested by mrg on tech-kern discussion https://mail-index.netbsd.org/tech-kern/2021/09/25/msg027695.html | |||
| 2021-09-25 | Move DRM-driver firmware from base to its own set, gpufw | maya | |
| This set is only installed on amd64,i386,evbarm. This set is installed on minimal installs and on install media, in case someone needs it for basic driver functionality. Comments: Switched to a single MK tunable for it - that is probably unneeded. An upcoming DRM update will include even fatter firmware, and we'd like to minimize the impact of it. | |||
| 2021-09-19 | fix various typos in comments, messages and documentation. | andvar | |
| 2021-09-16 | fix typos in word "successfully", mainly s/succesfully/successfully/. | andvar | |
| 2021-09-03 | s/existant/existent/ in comments and messages, plus few more similar fixes. | andvar | |
| 2021-08-07 | s/configuraiton/configuration/ in comments and man pages. | andvar | |
| 2021-07-24 | Fix all remaining typos, mainly in comments but also in few definitions and ↵ | andvar | |
| log messages, reported by me in PR kern/54889. Also fixed some additional typos in comments, found on review of same files or typos. | |||
| 2020-06-29 | No longer depend on libl. | rin | |
| 2020-06-27 | constify, NFCI | jdolecek | |
| 2020-06-27 | make sure to strip leading '$' from NetBSD rcs id so that it won't be | jdolecek | |
| replaces by cvs, and regen the headers again | |||
| 2020-06-27 | regen again | jdolecek | |
| 2020-06-27 | regen - NFCI, confirmed by comparing compiled binary object before and | jdolecek | |
| after | |||
| 2020-06-27 | make this compile with normal WARNS | jdolecek | |
| 2020-06-27 | make this work with objdir, drop unused -ll | jdolecek | |
| 2020-03-08 | Upgrade to newer firmware needed by some txp(4) variants. | thorpej | |
| From FreeBSD via OpenBSD. | |||
| 2019-11-20 | Add opencrypto driver for Intel QuickAssist. | hikaru | |
| 2019-10-09 | Update firmware from version 0.17 to 0.33. | mlelstv | |
| 2019-09-03 | 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 | |
| 2019-06-04 | Fix typo (s/recevie/receive/). | msaitoh | |
| 2019-05-28 | s/recieve/receive/ | msaitoh | |
| 2019-03-27 | Update firmware to 6.0.{15,17} by synching with OpenBSD bnxfw rev. 1.6. | msaitoh | |
| 2018-06-03 | Constify the microcode variables used by BNX. This moves 38 pages of kernel | maxv | |
| memory from .data to .rodata. | |||
| 2018-05-31 | introduce MKFIRMWARE that controls where (most) of the contents | mrg | |
| of /libdata/firmware and /usr/libdata/firmware are not installed if set to "no". from the bsd.README: MKFIRMWARE If "no", install the /libdata/firmware directory, which is necessary for several drivers: athn(4), bwfm(4), ipw(4), iwi(4), iwm(4), iwn(4), otus(4), rtwn(4), urtwn(4), wpi(4), ral(4), rum(4), run(4), zyd(4), bcm43xx(4), and the Tegra 124 SoC. Default: yes on amd64, cobalt, evbarm evbmips, evbppc, hpcarm, hppa, i386, mac68k, macppc, sandpoint, and sparc64, no elsewhere. convert MKRADEONFIRMWARE and MKTEGRAFIRMWARE into FOO.arch lists, and move their defaults above the general defaults setting. saves about 12MB in a normal installation for other platforms. | |||
| 2018-02-08 | Typos. | dholland | |
| 2016-12-12 | acknowleg -> acknowledg, proceedure -> procedure. | maya | |
| only comments were changed. from miod | |||
| 2016-08-15 | This thing is completely buggy. There is a use-after-free and NULL pointer | maxv | |
| dereference. Just fix the uaf, and add a comment. Not tested, but obvious enough; found by brainy. | |||
| 2016-07-13 | Add all the variant microcode from linux, but don't install it yet. | christos | |
| Switch to the linux copyright. Note the microcode.h does not build the same code at least for rt2860. | |||
| 2016-07-13 | sync with FreeBSD | christos | |
| 2016-04-27 | add rt2860 | christos | |
| 2016-04-27 | Sync with OpenBSD | christos | |
| 2015-04-26 | two 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-10-18 | src is too big these days to tolerate superfluous apostrophes. It's | snj | |
| "its", people! | |||
| 2014-07-29 | Add microcode file missing from update. | rjs | |
| 2014-07-28 | Update radeon microcode. | rjs | |
| 2014-04-01 | regen | christos | |
