Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2006-08-10 | remove typedef's. | Brad Smith | |
2006-06-26 | usb capable systems only | Theo de Raadt | |
2006-06-26 | permission from Zydas to include ZD1211 firmware | Theo de Raadt | |
2006-06-26 | relocate the firmware per Theo's request. | Brad Smith | |
2006-06-16 | - add rt2573 microcode. mostly from jolan@. | Niall O'Higgins | |
2006-06-06 | System build pieces for armish arch. | Dale Rahn | |
2006-05-14 | amd64 can handle this too; tleslie@gmail.com | Theo de Raadt | |
2006-03-16 | sort | Theo de Raadt | |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre | |
2006-01-10 | list the files the license applies to | Theo de Raadt | |
2006-01-09 | - add preliminary support for Ralink Technology RT2561, RT2561S and RT2661 | Damien 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-20 | Un-revert backout to 20051009 and add patches from Martin Bouyer to | Kenneth 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-20 | Add patch from Martin Bouyer to fix NetBSD PR #31990. Will generate | Kenneth R Westerback | |
microcode that (in concert with fixes to ic/siop*) fixes problems found by miod@, martin@, otto@, on some drives. | |||
2005-10-10 | Add handling for IGNORE WIDE RESIDUE messages. Actually calculate | Kenneth 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-10 | Script 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-08 | More trailing whitespace removal (perry via NetBSD). | Kenneth R Westerback | |
2005-10-08 | Sync with r1.7 of ncr53cxxx.c. Changes to comments only. | Kenneth R Westerback | |
2005-10-08 | Some whitespace/syntax tweaks from bouyer & simonb via NetBSD. Also | Kenneth R Westerback | |
'Tweak siop scripts assembler for new oosiop.' from tsutsui via NetBSD. Syncs up to latest (r1.14) in NetBSD. No changes to generated .out files. | |||
2005-10-07 | Sync with r1.18 of aic7xxx.seq. | Kenneth R Westerback | |
2005-10-07 | From gibbs via FreeBSD (r1.127): "Extend critical section protection | Kenneth R Westerback | |
around portions of selection processing that cannot tolerate changes to the waiting for selection queue by the host or the host cancelling an active selection." Chuck in comment adjustment of r1.128 too, and note we are sync'd to r1.128. | |||
2005-10-04 | Sync with new aicasm.c. No functional change. | Kenneth R Westerback | |
2005-10-04 | Emit '#define NUM_CRIT_SECTIONS' instead of 'static const int | Kenneth R Westerback | |
num_crit_sections' so that array declarations in aic7[9x]xx.c use compile time constructs that can be parsed by Anil. No functional change. | |||
2005-09-06 | First step in moving advmcode* from dev/ic to dev/microcode/adw. | Kenneth R Westerback | |
Requested by deraadt@ a while ago. | |||
2005-07-12 | write ds1 ctrl mcode where we wanted the ds1e varient | Theo de Raadt | |
2005-06-16 | fix dependencies; from alexander bluhm; ok deraadt | Markus Friedl | |
2005-05-17 | - check return from write(2) so we KNOW the data is on the disk | Jason Wright | |
- remove unneeded variables - add missing includes ok deraadt | |||
2005-04-28 | more snprintf checking. ok krw@ | Moritz Jodeit | |
2005-04-28 | install kue firmware on zaurus; ok uwe@ dlg@ | David Krause | |