Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/microcode/ral Add all the variant microcode from lin...



details:   https://anonhg.NetBSD.org/src/rev/b6af01ad7f43
branches:  trunk
changeset: 816578:b6af01ad7f43
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Jul 13 00:19:01 2016 +0000

description:
Add all the variant microcode from linux, but don't install it yet.
Switch to the linux copyright. Note the microcode.h does not build
the same code at least for rt2860.

diffstat:

 sys/dev/microcode/ral/ral-license |   53 ++++++++++++++++++++++++++++---------
 sys/dev/microcode/ral/ral-rt2860  |  Bin 
 sys/dev/microcode/ral/ral-rt2870  |  Bin 
 sys/dev/microcode/ral/ral-rt3070  |  Bin 
 sys/dev/microcode/ral/ral-rt3071  |  Bin 
 sys/dev/microcode/ral/ral-rt3090  |  Bin 
 sys/dev/microcode/ral/ral-rt3290  |  Bin 
 sys/dev/microcode/ral/ral-rt73    |  Bin 
 8 files changed, 40 insertions(+), 13 deletions(-)

diffs (74 lines):

diff -r 7534fe752762 -r b6af01ad7f43 sys/dev/microcode/ral/ral-license
--- a/sys/dev/microcode/ral/ral-license Wed Jul 13 00:15:44 2016 +0000
+++ b/sys/dev/microcode/ral/ral-license Wed Jul 13 00:19:01 2016 +0000
@@ -1,16 +1,43 @@
-$FreeBSD: head/sys/contrib/dev/ral/LICENSE 178354 2008-04-20 20:35:46Z sam $
+The binary firmware may be downloaded from
+http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git
+
+Copyright (c) 2007, Ralink Technology Corporation
+All rights reserved.
 
-Copyright (c) 2005-2008, Ralink Technology Corp.
-       Paul Lin <paul_lin%ralinktech.com.tw@localhost>
+Redistribution.  Redistribution and use in binary form, without
+modification, are permitted provided that the following conditions are
+met:
+
+* Redistributions must reproduce the above copyright notice and the
+  following disclaimer in the documentation and/or other materials
+  provided with the distribution.
+* Neither the name of Ralink Technology Corporation nor the names of its
+  suppliers may be used to endorse or promote products derived from this
+  software without specific prior written permission.
+* No reverse engineering, decompilation, or disassembly of this software
+  is permitted.
 
-Permission to use, copy, modify, and distribute this software for any
-purpose with or without fee is hereby granted, provided that the above
-copyright notice and this permission notice appear in all copies.
+Limited patent license. Ralink Technology Corporation grants a world-wide,
+royalty-free, non-exclusive license under patents it now or hereafter
+owns or controls to make, have made, use, import, offer to sell and
+sell ("Utilize") this software, but solely to the extent that any
+such patent is necessary to Utilize the software alone, or in
+combination with an operating system licensed under an approved Open
+Source license as listed by the Open Source Initiative at
+http://opensource.org/licenses.  The patent license shall not apply to
+any other combinations which include this software.  No hardware per
+se is licensed hereunder.
 
-THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+DISCLAIMER.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
+BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
+FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
+OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
+TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
+USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
+DAMAGE.
+
diff -r 7534fe752762 -r b6af01ad7f43 sys/dev/microcode/ral/ral-rt2860
Binary file sys/dev/microcode/ral/ral-rt2860 has changed
diff -r 7534fe752762 -r b6af01ad7f43 sys/dev/microcode/ral/ral-rt2870
Binary file sys/dev/microcode/ral/ral-rt2870 has changed
diff -r 7534fe752762 -r b6af01ad7f43 sys/dev/microcode/ral/ral-rt3070
Binary file sys/dev/microcode/ral/ral-rt3070 has changed
diff -r 7534fe752762 -r b6af01ad7f43 sys/dev/microcode/ral/ral-rt3071
Binary file sys/dev/microcode/ral/ral-rt3071 has changed
diff -r 7534fe752762 -r b6af01ad7f43 sys/dev/microcode/ral/ral-rt3090
Binary file sys/dev/microcode/ral/ral-rt3090 has changed
diff -r 7534fe752762 -r b6af01ad7f43 sys/dev/microcode/ral/ral-rt3290
Binary file sys/dev/microcode/ral/ral-rt3290 has changed
diff -r 7534fe752762 -r b6af01ad7f43 sys/dev/microcode/ral/ral-rt73
Binary file sys/dev/microcode/ral/ral-rt73 has changed



Home | Main Index | Thread Index | Old Index