Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | firmware (if not store in a seeprom in the device) for the uticom(4) | 2007-11-16 | 5 | -2/+476 | ||
| | | | | | | | 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) | |||||
* | Import the bwi single firmware-file builder / extractor before we forget | 2007-10-04 | 5 | -0/+284 | ||
| | | | | | | about it. It's not linked into microcode/Makefile. OK deraadt@ | |||||
* | Upgrade the firmware to version SNIC 0xf. | 2007-09-25 | 1 | -231/+232 | ||
| | | | | | | | | | | | | | | | | | 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. | |||||
* | cats went away | 2007-08-01 | 10 | -44/+40 | ||
| | ||||||
* | As pointed out by Mickey, "-I/usr/includes" is not required for | 2007-07-08 | 1 | -2/+2 | ||
| | | | | successful compilation of assembler or generating microcode. | |||||
* | Restore missing '(' to allow successful compilation. Bad pyr@. | 2007-07-07 | 1 | -2/+2 | ||
| | ||||||
* | import the Myricom Myri-10G firmware | 2007-05-31 | 4 | -0/+16231 | ||
| | ||||||
* | avoid bypassing sys/queue.h in many places in the kernel. | 2007-05-28 | 2 | -12/+8 | ||
| | | | | | | | | many assumptions were made about the way the various list types are implemented. lots of suggestions and help from otto and miod. ok otto@ | |||||
* | More comment typos from Diego Casati. Including winners like funtion, allmost, | 2007-05-26 | 4 | -35/+35 | ||
| | | | | oustside, seqencer, toghether, nessissary, etc. | |||||
* | "interupt" -> "interrupt" in various comments. Mostly from Diego Casati. | 2007-05-25 | 1 | -3/+3 | ||
| | ||||||
* | correct list of architectures | 2007-04-21 | 1 | -6/+5 | ||
| | | | | ok deraadt@ | |||||
* | correct list of architectures | 2007-04-21 | 1 | -3/+2 | ||
| | ||||||
* | descend into tht | 2007-04-19 | 1 | -2/+2 | ||
| | ||||||
* | format and knf the array so it looks more like c and less like a csv. | 2007-04-19 | 1 | -10700/+10700 | ||
| | ||||||
* | the tht firmware isnt technically a firmware, its a series of commands | 2007-04-19 | 1 | -1/+5 | ||
| | | | | | | | | | 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. | |||||
* | add bits to turn microcode.h into an actual blob. needs endian fixes yet. | 2007-04-19 | 4 | -0/+122 | ||
| | ||||||
* | tehuti are allowing us to distribute their firmware under a 4 clause bsd | 2007-04-19 | 1 | -0/+10734 | ||
| | | | | | license. thanks to Alexander Indenbaum and Nick Bhavsar at Tehuti for sorting this out. | |||||
* | scsi_generic is now 16 bytes. Adjust offsets into structure being | 2007-04-13 | 2 | -25/+25 | ||
| | | | | | passed to controller so they point where expected. Fixes martin@'s alpha and sparc machines. | |||||
* | ``it's'' -> ``its'' when the grammar gods require this change. | 2007-04-10 | 2 | -8/+8 | ||
| | ||||||
* | slighly -> slightly | 2007-04-10 | 3 | -3/+3 | ||
| | ||||||
* | Allow usb microcode to be built in a cross environment. System endian has been | 2007-04-05 | 16 | -16/+32 | ||
| | | | | | factored out of the result binaries already. Still need to address non usb. ok deraadt. | |||||
* | We also don't need the microcode builder anymore. | 2007-04-05 | 5 | -284/+0 | ||
| | ||||||
* | change firmware byte order to be same on all architectures | 2007-01-10 | 1 | -63/+73 | ||
| | | | | | | THIS MEANS YOU NEED TO UPDATE YOUR FIRMWARE FILE BEFORE BOOTING WITH A NEW KERNEL tested by marco, biorn | |||||
* | network byte order firmware, so that firmware files are the same on | 2007-01-09 | 1 | -9/+13 | ||
| | | | | | all architectures YOU HAVE TO INSTALL NEW FIRMWARE BEFORE BOOTING A NEW KERNEL | |||||
* | build and extract program to merge bcw(4) firmware files into one single | 2007-01-06 | 5 | -0/+284 | ||
| | | | | file. Doesn't get linked in make build. | |||||
* | make microcode file byte-order independent so that the file is the same | 2007-01-06 | 1 | -9/+29 | ||
| | | | | | | 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 | |||||
* | Regenerate. No change except for comments being updated to reflect | 2006-12-23 | 4 | -9/+9 | ||
| | | | | current versions of base files. | |||||
* | Spelling. | 2006-12-23 | 3 | -7/+7 | ||
| | | | | | | 'preceeding' -> 'preceding' 'preceeds' -> 'precedes' 'preceeded' -> 'preceded' | |||||
* | Typo. | 2006-12-05 | 1 | -1/+1 | ||
| | ||||||
* | add the zd1211b firmware. | 2006-11-13 | 1 | -1/+2 | ||
| | | | | ok jsg@ | |||||
* | Add zd1211b firmware. | 2006-11-13 | 3 | -3/+519 | ||
| | ||||||
* | Clarify what hardware firmware is for. | 2006-11-09 | 1 | -0/+2 | ||
| | ||||||
* | landisk has usb | 2006-11-07 | 5 | -10/+10 | ||
| | ||||||
* | remove variable we do not need | 2006-10-02 | 1 | -7/+6 | ||
| | ||||||
* | enable bnx firmware builds | 2006-10-02 | 1 | -2/+2 | ||
| | ||||||
* | actually put all the require firmware bits into the file | 2006-10-02 | 1 | -14/+107 | ||
| | ||||||
* | build a bnx firmware file, for firmload | 2006-09-20 | 3 | -0/+159 | ||
| | ||||||
* | enter rum | 2006-08-17 | 1 | -2/+3 | ||
| | ||||||
* | Separate rum(4) firmware from ral(4) ones. | 2006-08-17 | 8 | -196/+327 | ||
| | | | | | | | | | 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@ | |||||
* | remove typedef's. | 2006-08-10 | 1 | -47/+47 | ||
| | ||||||
* | usb capable systems only | 2006-06-26 | 1 | -2/+11 | ||
| | ||||||
* | permission from Zydas to include ZD1211 firmware | 2006-06-26 | 5 | -2/+776 | ||
| | ||||||
* | relocate the firmware per Theo's request. | 2006-06-26 | 1 | -0/+3510 | ||
| | ||||||
* | - add rt2573 microcode. mostly from jolan@. | 2006-06-16 | 4 | -5/+196 | ||
| | ||||||
* | System build pieces for armish arch. | 2006-06-06 | 3 | -18/+20 | ||
| | ||||||
* | amd64 can handle this too; tleslie@gmail.com | 2006-05-14 | 1 | -2/+2 | ||
| | ||||||
* | sort | 2006-03-16 | 1 | -2/+2 | ||
| | ||||||
* | typos from alexey dobriyan; | 2006-02-06 | 1 | -3/+3 | ||
| | ||||||
* | list the files the license applies to | 2006-01-10 | 1 | -0/+4 | ||
| | ||||||
* | - add preliminary support for Ralink Technology RT2561, RT2561S and RT2661 | 2006-01-09 | 5 | -2/+2375 | ||
| | | | | | | | | | | | chipsets in ral(4). - restructure the code a bit; split ic/ral.c into ic/rt2560.c and ic/rt2661.c - import the 8051 microcode files required by these chipsets. - more to come; there is currently no automatic rate control and some features are untested (hostap and ibss modes for instance). most of the pre-802.11n capabilities of the RT2661 chipset are not supported (like frame aggregation, piggy-back). MIMO should work though the performance/range gain has not been measured. |