Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-26 | constrain properly which machines get this firmware | Theo de Raadt | |
2011-06-20 | build firmware for myx(4) | Theo de Raadt | |
2011-05-17 | update bnx firmware to the latest version in FreeBSD: | Jonathan Gray | |
6.0.15 for BCM5706 and BCM5708 6.0.17 for BCM5709 and BCM5716 Tested on BCM5708 by naddy, BCM5716 by sthen and BCM5709 by myself. ok deraadt@ | |||
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat | |
ok matthew@ tedu@, also eyeballed by at least krw@ oga@ kettenis@ jsg@ | |||
2010-07-23 | Manuel Bouyer rescinded clauses 3 and 4 of his license text. | Jonathan Gray | |
2010-07-21 | remove gratuitous carriage return that snuck in | Todd T. Fries | |
ok dlg@ | |||
2010-06-26 | Don't #include <sys/user.h> into files that don't need the stuff | Philip Guenthe | |
it defines. In some cases, this means pulling in uvm.h or pcb.h instead, but most of the inclusions were just noise. Tested on alpha, amd64, armish, hppa, i386, macpcc, sgi, sparc64, and vax, mostly by krw and naddy. ok krw@ | |||
2010-04-05 | Initial bits for >=RT3090 support. | Damien Bergamini | |
Probably not functionnal yet (but test reports are welcome). Update microcode for RT2860 while I'm here (remember to run make && make install under sys/dev/microcode/ral/). | |||
2010-04-04 | yes kids, there are amd64 machines with pcmcia | Theo de Raadt | |
2010-02-09 | Build ral firmware on loongson (for Gdium). | Miod Vallat | |
2010-02-07 | update firmware for rt2870 and >=rt3071 | Damien Bergamini | |
required for future changes | |||
2010-01-30 | Build these firmwares on loongson. | Miod Vallat | |
2009-12-07 | enter afb | Mark Kettenis | |
2009-12-07 | Firmware for Elite3D framebuffers. Thanks to Sun, and in particular Alan | Mark Kettenis | |
Coppersmith, for making this firmware available under a license that allows us to distribute it. ok deraadt@ | |||
2009-11-10 | Use buffered fwrite(3) to build the udl Huffman table, | Marco Pfatschbacher | |
rather than doing 131074 write(2)s. OK mglocker, deraadt. | |||
2009-10-28 | a few leftovers from yesterday's SCCS/RCS-ID removal; | Ingo Schwarze | |
survived a full make build on i386; "sure" deraadt@ | |||
2009-09-09 | Palm: Integration into the tree | Marek Vasut | |
OK deraadt@ | |||
2009-08-29 | Unbreak the tree. | Mark Kettenis | |
2009-08-29 | Build Tigon firmware on sparc as well. | Mark Kettenis | |
2009-08-26 | Name fields in the udl_huffman struct same as on the driver side to | Marcus Glocker | |
simplify reading. | |||
2009-08-26 | Also avoid __packed struct to Huffman table in the driver side in favour | Marcus Glocker | |
of performance. Instead generate the Huffman table with two ints. Suggested, help and OK deraadt@ | |||
2009-08-25 | add error checking | Theo de Raadt | |
2009-08-25 | if we do not use __packed, we must write the values more carefully | Theo de Raadt | |
ok mglocker | |||
2009-08-25 | no need for __packed; ok mglocker | Theo de Raadt | |
2009-08-25 | Add dev/microcode/udl/ to build. | Marcus Glocker | |
2009-08-25 | 16bit Huffman table for pixel difference compression on udl(4) devices. | Marcus Glocker | |
2009-08-07 | pull some more missing; for err&errx, printf, write, bzopy&bzero | Martynas Venckus | |
ok jsg@ | |||
2009-07-28 | typo. OK deraadt@ | Claudio Jeker | |
2009-07-28 | The firmware is an array of u_int32_t and differs between architectures. | Claudio Jeker | |
From now on install the tigon firmware in little endian byte order and swap it acordingly in the driver. Correctly calculate the length of the FW in the build tool -- now my fiber cards no longer have issues to establish link on bootup. Please put this in deraadt@ On big endian archs (sparc64, macppc) the firmware file needs to be updated. | |||
2009-07-27 | explain the pedigree of these firmwares, since the license is not quite right. | Theo de Raadt | |
We feel we have done due diligence though in trying to contact the original distributors, and therefore, we do distribute it. | |||
2009-07-27 | Do enter the tigon directory, and build there, and ship them. We have tried | Theo de Raadt | |
for many years to contact all the potential copyright owners and people who used to distribute this (ie. wpaul and such), to get the original license text clarified. We believe the original license on the source did specifically allow re-distribution. We believe we have done enough in this situation, especially considering how dead this product us. If anyone else knows more, please let us know. ok kettenis | |||
2009-07-22 | correctly list which files this license applies to | Theo de Raadt | |
2009-07-18 | #include stdio.h for printf here also. | Jonathan Gray | |
2009-07-18 | #include stdio.h for printf. | Jonathan Gray | |
2009-07-03 | newer bnx chips use a separate firmware to the "old" ones. this updates | David Gwynne | |
the b06 firmware for the older chips, and adds the b09 firmware. there are three variants of the rv2p code thats loaded onto the chips, so this has been split out into separate firmware files as well. the driver has been updated to handle the split firmwares, and to easily allow loading of the different versions. this change only supports the loading of the firmwares for the currently supported chips. after this change you must build the new firmwares and install them as well as your new kernel. "go to it" deraadt@ | |||
2009-06-02 | The two "firmware" arrays only contained 16 bit values, but were being | Theo de Raadt | |
being stored in an array of 32 bits. waste of memory. The bandpass filter table only contained 16 bit values, but was being treaded as if it was in an array of 32 bit values, thus what was being loaded into the chip was totally wrong and this probably explains why I remember it sounded horrid. Not tested on real hardware; incorrect array accesses discovered by Parfait ok oga | |||
2009-05-15 | update run(4) microcode. | Damien Bergamini | |
split it into two separate files while i'm at it since there are actually two different firmwares (one for RT2870/RT3070 and one for >=RT3071). | |||
2009-03-24 | Upgrade to newer firmware needed by some txp(4) variants. Fixes PR 6085. | Mark Kettenis | |
From FreeBSD. ok deraadt@ | |||
2009-01-03 | Update to the latest version of the RT2870/RT3070 firmware. | Jonathan Gray | |
Thanks to Paul Lin at Ralink for consenting for us to use this under the same license we were using for an earlier version. | |||
2008-12-30 | Add firmware file for 2400 series boards. | Kenneth R Westerback | |
2008-09-28 | Update 12160 firmware: 10.04.32 -> 10.04.41. From mjacob via FreeBSD. | Kenneth R Westerback | |
Tested & ok kettenis@ | |||
2008-07-11 | Qlogic -> QLogic | Igor Sobrado | |
2008-07-08 | Update 2300 firmware from 3.01.20 (Dec 19, 2002) to 3.03.19 (Nov | Kenneth R Westerback | |
30, 2005). From mjacob via FreeBSD. No known code dependency, and prepares ground for major isp update. Tested on a 2312 by dlg@. ok dlg@ deraadt@ | |||
2008-07-02 | better mechanism that works in DESTDIR | Theo de Raadt | |
2008-07-02 | also install the license as run-license... discussed with jsg | Theo de Raadt | |
2008-06-29 | Add RT2870 firmware with the same license as the rest of | Jonathan Gray | |
the Ralink firmware files. Discussed with Paul Lin at Ralink. | |||
2008-06-27 | More removal of clauses 3 and 4 from NetBSD licenses. | Ray Lai | |
OK deraadt@ and millert@ | |||
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai | |
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | |||
2008-06-11 | Update firmware for QLogic 2200 cards from v2.02.03 to v2.02.06 which has | Kenneth R Westerback | |
been used in NetBSD and FreeBSD for years. Blade2002 with a 2200 still boots. From mjacob via FreeBSD. ok deraadt@ | |||
2008-05-06 | rename file; Paul de Weerd | Theo de Raadt | |