| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2014-04-01 | avoid making too large diffs by restoring length in non-debugging mode to 10 | christos | |
| 2014-04-01 | - print ascii if debug | christos | |
| - fold to 8 columns - don't exit with random values - change sccs magic in the generated header file | |||
| 2012-06-01 | Use /libdata/firmware/run instead of /libdata/firmware/rum for run(4) firmwares. | nonaka | |
| 2012-05-30 | Add a driver for Ralink Technology RT2700U/RT2800U/RT3000U USB IEEE | nonaka | |
| 802.11a/b/g/n wireless network devices, ported from OpenBSD by FUKAUMI Naoki, arranged by me. | |||
| 2012-03-08 | usage() can be "__dead static". | jakllsch | |
| 2012-03-08 | Prevent expansion of $NetBSD$ that should be placed verbatim into output. | jakllsch | |
| 2012-03-08 | Nuke trailing whitespace in output header file. | jakllsch | |
| 2012-03-08 | Cast arguments to ctype functions to unsigned char. | jakllsch | |
| 2012-03-08 | More-properly quote multiline string containing C-style multiline comment. | jakllsch | |
| 2011-09-02 | Add support for some fxp devices from FreeBSD and OpenBSD. | msaitoh | |
| {Free,Open}BSD say that we have to do some work to make fxp stable. | |||
| 2011-02-28 | Update firmware sets for the (rare) 2322, 2400 and 2500. In particular the | mjacob | |
| latter two sets have boatloads of bug fixes. | |||
| 2010-08-01 | Remove old style firmware hooks for undistributable bootloader of Diehl | martin | |
| active ISDN cards. | |||
| 2010-07-05 | add 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.) | |||
| 2010-07-05 | move all the radeondrm firmware images into the filesystem. check that | mrg | |
| some firmware sizes are the expected size. (XXX make all.) based upon similar changes seen in the linux radeon drm driver. this saves about 250KB in the kernel or module. | |||
| 2009-12-27 | Free memory when done with it. | jakllsch | |
| From Henning Petersen in PR/42522. | |||
| 2009-11-18 | Sync with OpenBSD: if_bnx.c,v 1.85. Major changes: | bouyer | |
| Add support for the Broadcom BCM5709 and BCM5716 chips. This upgrade the B06 firmware, and add the B09 firmware required by the BCM5709. Remplace TX dmamap array with a dynamically-grown list. Tested with: bnx0 at pci4 dev 0 function 0: Broadcom NetXtreme II BCM5708 1000Base-T and bnx0 at pci0 dev 0 function 0: Broadcom NetXtreme II BCM5709 1000Base-SX | |||
| 2009-10-21 | Drop 3rd and 4th clauses (except on files where copyright is shared | snj | |
| with UC, in which case only the ad clause has been removed). Approved by mhitch@ (copyright holder). | |||
| 2009-10-19 | Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen | bouyer | |
| for the booring work ! | |||
| 2009-06-25 | Update 2400 firmware to latest (to match 2500 firmware) | mjacob | |
