Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2008-04-15 | fix a comment. no binary change. | Damien Bergamini | |
2008-03-06 | Adjust a date correctly; spotted by jsg | Theo de Raadt | |
2008-03-06 | New license from Paul Lin at Ralink; same terms, but now also | Theo de Raadt | |
including the firmware for the rt2860! | |||
2007-11-26 | typos; ok jmc@ | Martynas Venckus | |
sys/netinet/in_pcb.c and sys/net/bridgestp.c ok henning@ sys/dev/pci/bktr/* ok jakemsr@ | |||
2007-11-25 | spelling fixes, from Martynas Venckus; | Jason McIntyre | |
2007-11-24 | some spelling fixes from Martynas Venckus | Jason McIntyre | |
2007-11-19 | armish and zaurus too | Theo de Raadt | |
2007-11-17 | update ZD1211B firmware. | Damien Bergamini | |
this new firmware is supposed to fix a hardware reset problem when the system is rebooted with the zyd device attached. from FreeBSD | |||
2007-11-16 | firmware (if not store in a seeprom in the device) for the uticom(4) | Theo de Raadt | |
this was compiled by someone from the full source code published by TI under a surprisingly free license (which is probably not even actually enforceable in any way, since they forgot to put the phrase Copyright above it... where do they hire their lawyers?? anyways, everyone benefits) | |||
2007-10-04 | Import the bwi single firmware-file builder / extractor before we forget | Marcus Glocker | |
about it. It's not linked into microcode/Makefile. OK deraadt@ | |||
2007-09-25 | Upgrade the firmware to version SNIC 0xf. | David Gwynne | |
Here's the issue this fixes: Problem description: Tehuti NIC generated RxD descriptor with UDP checksum error bit raised for incoming UDP packet with UDP checksum field value zero. This behavior is not in accordance with UDP RFC which defines that packets with zero UDP checksum should not be verified by receiver. Solution description: Never raise RxD UDP checksum error bit raised for incoming UDP packet with UDP checksum field value zero. Many thanks to Alexander Indenbaum and the rest of Tehuti generally for notifying us and providing the new firmware under the same license as the previous revision. | |||
2007-08-01 | cats went away | Theo de Raadt | |
2007-07-08 | As pointed out by Mickey, "-I/usr/includes" is not required for | Kenneth R Westerback | |
successful compilation of assembler or generating microcode. | |||
2007-07-07 | Restore missing '(' to allow successful compilation. Bad pyr@. | Kenneth R Westerback | |
2007-05-31 | import the Myricom Myri-10G firmware | Reyk Floeter | |
2007-05-28 | avoid bypassing sys/queue.h in many places in the kernel. | Pierre-Yves Ritschard | |
many assumptions were made about the way the various list types are implemented. lots of suggestions and help from otto and miod. ok otto@ | |||
2007-05-26 | More comment typos from Diego Casati. Including winners like funtion, allmost, | Kenneth R Westerback | |
oustside, seqencer, toghether, nessissary, etc. | |||
2007-05-25 | "interupt" -> "interrupt" in various comments. Mostly from Diego Casati. | Kenneth R Westerback | |
2007-04-21 | correct list of architectures | Reyk Floeter | |
ok deraadt@ | |||
2007-04-21 | correct list of architectures | Theo de Raadt | |
2007-04-19 | descend into tht | David Gwynne | |
2007-04-19 | format and knf the array so it looks more like c and less like a csv. | David Gwynne | |
2007-04-19 | the tht firmware isnt technically a firmware, its a series of commands | David Gwynne | |
interleaved with data, which is copied directly into the task fifo of a tht controller. the commands and data are all 32bit words, and they all have to be little endian. this byteswaps the host ordered values in microcode.h into little endian values for the controller to eat. you can now build the firmware correctly on big endian archs. | |||
2007-04-19 | add bits to turn microcode.h into an actual blob. needs endian fixes yet. | David Gwynne | |
2007-04-19 | tehuti are allowing us to distribute their firmware under a 4 clause bsd | David Gwynne | |
license. thanks to Alexander Indenbaum and Nick Bhavsar at Tehuti for sorting this out. | |||
2007-04-13 | scsi_generic is now 16 bytes. Adjust offsets into structure being | Kenneth R Westerback | |
passed to controller so they point where expected. Fixes martin@'s alpha and sparc machines. | |||
2007-04-13 | scsi_generic is now 16 bytes. Adjust offsets into structure being | Kenneth R Westerback | |
passed to controller so they point where expected. Fixes martin@'s alpha and sparc machines. | |||
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat | |
2007-04-10 | slighly -> slightly | Miod Vallat | |
2007-04-05 | Allow usb microcode to be built in a cross environment. System endian has been | Dale Rahn | |
factored out of the result binaries already. Still need to address non usb. ok deraadt. | |||
2007-04-05 | We also don't need the microcode builder anymore. | Marcus Glocker | |
2007-01-10 | change firmware byte order to be same on all architectures | Theo de Raadt | |
THIS MEANS YOU NEED TO UPDATE YOUR FIRMWARE FILE BEFORE BOOTING WITH A NEW KERNEL tested by marco, biorn | |||
2007-01-09 | network byte order firmware, so that firmware files are the same on | Theo de Raadt | |
all architectures YOU HAVE TO INSTALL NEW FIRMWARE BEFORE BOOTING A NEW KERNEL | |||
2007-01-06 | build and extract program to merge bcw(4) firmware files into one single | Marcus Glocker | |
file. Doesn't get linked in make build. | |||
2007-01-06 | make microcode file byte-order independent so that the file is the same | Theo de Raadt | |
on all architectures, and have the driver cope with this as well tested by ian YOU MUST UPDATE YOUR MICROCODE FILE OR THE DRIVER WILL NOT BE HAPPY | |||
2006-12-23 | Regenerate. No change except for comments being updated to reflect | Kenneth R Westerback | |
current versions of base files. | |||
2006-12-23 | Spelling. | Kenneth R Westerback | |
'preceeding' -> 'preceding' 'preceeds' -> 'precedes' 'preceeded' -> 'preceded' | |||
2006-12-05 | Typo. | Alexander Yurchenko | |
2006-11-13 | add the zd1211b firmware. | Brad Smith | |
ok jsg@ | |||
2006-11-13 | Add zd1211b firmware. | Jonathan Gray | |
2006-11-09 | Clarify what hardware firmware is for. | Jonathan Gray | |
2006-11-07 | landisk has usb | Theo de Raadt | |
2006-10-02 | remove variable we do not need | Theo de Raadt | |
2006-10-02 | enable bnx firmware builds | Theo de Raadt | |
2006-10-02 | actually put all the require firmware bits into the file | Theo de Raadt | |
2006-09-20 | build a bnx firmware file, for firmload | Theo de Raadt | |
2006-08-17 | enter rum | Theo de Raadt | |
2006-08-17 | Separate rum(4) firmware from ral(4) ones. | Damien Bergamini | |
ral(4) firmwares are built on PCI-capable architectures only while rum(4) firmware is built on USB-capable architectures only. Rename ral-rt2573 into rum-rt2573 and build rum-rt2573 on the zaurus too (pointed out by Patrick Heim). ok deraadt@ |