summaryrefslogtreecommitdiff
path: root/sys/dev/microcode
AgeCommit message (Collapse)Author
2007-05-31import the Myricom Myri-10G firmwareReyk Floeter
2007-05-28avoid 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-26More 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-21correct list of architecturesReyk Floeter
ok deraadt@
2007-04-21correct list of architecturesTheo de Raadt
2007-04-19descend into thtDavid Gwynne
2007-04-19format and knf the array so it looks more like c and less like a csv.David Gwynne
2007-04-19the tht firmware isnt technically a firmware, its a series of commandsDavid 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-19add bits to turn microcode.h into an actual blob. needs endian fixes yet.David Gwynne
2007-04-19tehuti are allowing us to distribute their firmware under a 4 clause bsdDavid Gwynne
license. thanks to Alexander Indenbaum and Nick Bhavsar at Tehuti for sorting this out.
2007-04-13scsi_generic is now 16 bytes. Adjust offsets into structure beingKenneth R Westerback
passed to controller so they point where expected. Fixes martin@'s alpha and sparc machines.
2007-04-13scsi_generic is now 16 bytes. Adjust offsets into structure beingKenneth 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-10slighly -> slightlyMiod Vallat
2007-04-05Allow usb microcode to be built in a cross environment. System endian has beenDale Rahn
factored out of the result binaries already. Still need to address non usb. ok deraadt.
2007-04-05We also don't need the microcode builder anymore.Marcus Glocker
2007-01-10change firmware byte order to be same on all architecturesTheo de Raadt
THIS MEANS YOU NEED TO UPDATE YOUR FIRMWARE FILE BEFORE BOOTING WITH A NEW KERNEL tested by marco, biorn
2007-01-09network byte order firmware, so that firmware files are the same onTheo de Raadt
all architectures YOU HAVE TO INSTALL NEW FIRMWARE BEFORE BOOTING A NEW KERNEL
2007-01-06build and extract program to merge bcw(4) firmware files into one singleMarcus Glocker
file. Doesn't get linked in make build.
2007-01-06make microcode file byte-order independent so that the file is the sameTheo 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-23Regenerate. No change except for comments being updated to reflectKenneth R Westerback
current versions of base files.
2006-12-23Spelling.Kenneth R Westerback
'preceeding' -> 'preceding' 'preceeds' -> 'precedes' 'preceeded' -> 'preceded'
2006-12-05Typo.Alexander Yurchenko
2006-11-13add the zd1211b firmware.Brad Smith
ok jsg@
2006-11-13Add zd1211b firmware.Jonathan Gray
2006-11-09Clarify what hardware firmware is for.Jonathan Gray
2006-11-07landisk has usbTheo de Raadt
2006-10-02remove variable we do not needTheo de Raadt
2006-10-02enable bnx firmware buildsTheo de Raadt
2006-10-02actually put all the require firmware bits into the fileTheo de Raadt
2006-09-20build a bnx firmware file, for firmloadTheo de Raadt
2006-08-17enter rumTheo de Raadt
2006-08-17Separate 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@
2006-08-10remove typedef's.Brad Smith
2006-06-26usb capable systems onlyTheo de Raadt
2006-06-26permission from Zydas to include ZD1211 firmwareTheo de Raadt
2006-06-26relocate the firmware per Theo's request.Brad Smith
2006-06-16- add rt2573 microcode. mostly from jolan@.Niall O'Higgins
2006-06-06System build pieces for armish arch.Dale Rahn
2006-05-14amd64 can handle this too; tleslie@gmail.comTheo de Raadt
2006-03-16sortTheo de Raadt
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-01-10list the files the license applies toTheo de Raadt
2006-01-09- add preliminary support for Ralink Technology RT2561, RT2561S and RT2661Damien Bergamini
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.
2005-11-20Un-revert backout to 20051009 and add patches from Martin Bouyer toKenneth R Westerback
close NetBSD PR#31990. Fixes interaction with some problematic drives found by miod@, martin@, otto@. Tested martin@ otto@ miod@ ok miod@ mickey@
2005-11-20Add patch from Martin Bouyer to fix NetBSD PR #31990. Will generateKenneth R Westerback
microcode that (in concert with fixes to ic/siop*) fixes problems found by miod@, martin@, otto@, on some drives.
2005-10-10Add handling for IGNORE WIDE RESIDUE messages. Actually calculateKenneth R Westerback
resid instead of assuming it is always 0. From bouyer via NetBSD. Note we are now sync'd with the latest (1.78 siop.c, 1.37 siop_common.c) NetBSD code. Tested by various people over the last year+. Didn't solve any of their problems but didn't cause any regression either.
2005-10-10Script fix for resid calculation/save data pointer function.Kenneth R Westerback
Preparation for larger diff for IGNORE WIDE RESIDUE messages and real resid calculation. From bouyer via NetBSD. Note we are now sync'd to latest (r1.19) code from NetBSD.
2005-10-08More trailing whitespace removal (perry via NetBSD).Kenneth R Westerback