Convert files to UTF-8 and some cleanups
* Convert files to UTF-8. * Also correct some people's names (one example is Eißfeldt, which was found in a source file. Given that the author used an ß at all in a source file indicates that the real name has in fact a 'ß' and not an 'ss', which is commonly used as a substitute for 'ß' when limited to 7bit.) * Correct town names (Goettingen -> Göttingen) * Update Eberhard Mönkeberg's address (http://lkml.org/lkml/2007/1/8/313) Signed-off-by: Jan Engelhardt <jengelh@gmx.de> Signed-off-by: Adrian Bunk <bunk@kernel.org>
This commit is contained in:
Родитель
3f5b98a2a0
Коммит
96de0e252c
12
CREDITS
12
CREDITS
|
@ -959,7 +959,7 @@ S: 2037 Walnut #6
|
||||||
S: Boulder, Colorado 80302
|
S: Boulder, Colorado 80302
|
||||||
S: USA
|
S: USA
|
||||||
|
|
||||||
N: Heiko Eissfeldt
|
N: Heiko Eißfeldt
|
||||||
E: heiko@colossus.escape.de heiko@unifix.de
|
E: heiko@colossus.escape.de heiko@unifix.de
|
||||||
D: verify_area stuff, generic SCSI fixes
|
D: verify_area stuff, generic SCSI fixes
|
||||||
D: SCSI Programming HOWTO
|
D: SCSI Programming HOWTO
|
||||||
|
@ -1988,8 +1988,8 @@ N: Volker Lendecke
|
||||||
E: vl@kki.org
|
E: vl@kki.org
|
||||||
D: Kernel smbfs (to mount WfW, NT and OS/2 network drives.)
|
D: Kernel smbfs (to mount WfW, NT and OS/2 network drives.)
|
||||||
D: NCP filesystem support (to mount NetWare volumes)
|
D: NCP filesystem support (to mount NetWare volumes)
|
||||||
S: Von Ossietzky Str. 12
|
S: Von-Ossietzky-Str. 12
|
||||||
S: 37085 Goettingen
|
S: 37085 Göttingen
|
||||||
S: Germany
|
S: Germany
|
||||||
|
|
||||||
N: Kevin Lentin
|
N: Kevin Lentin
|
||||||
|
@ -2431,11 +2431,11 @@ S: 12725 SW Millikan Way, Suite 400
|
||||||
S: Beaverton, Oregon 97005
|
S: Beaverton, Oregon 97005
|
||||||
S: USA
|
S: USA
|
||||||
|
|
||||||
N: Eberhard Moenkeberg
|
N: Eberhard Mönkeberg
|
||||||
E: emoenke@gwdg.de
|
E: emoenke@gwdg.de
|
||||||
D: CDROM driver "sbpcd" (Matsushita/Panasonic/Soundblaster)
|
D: CDROM driver "sbpcd" (Matsushita/Panasonic/Soundblaster)
|
||||||
S: Ruhstrathoehe 2 b.
|
S: Ruhstrathöhe 2 b.
|
||||||
S: D-37085 Goettingen
|
S: D-37085 Göttingen
|
||||||
S: Germany
|
S: Germany
|
||||||
|
|
||||||
N: Thomas Molina
|
N: Thomas Molina
|
||||||
|
|
|
@ -1009,7 +1009,7 @@ taken over the torch in maintaining \cdromc\ and integrating much
|
||||||
\cdrom-related code in the 2.1-kernel. Thanks to Scott Snyder and
|
\cdrom-related code in the 2.1-kernel. Thanks to Scott Snyder and
|
||||||
Gerd Knorr, who were the first to implement this interface for SCSI
|
Gerd Knorr, who were the first to implement this interface for SCSI
|
||||||
and IDE-CD drivers and added many ideas for extension of the data
|
and IDE-CD drivers and added many ideas for extension of the data
|
||||||
structures relative to kernel~2.0. Further thanks to Heiko Eissfeldt,
|
structures relative to kernel~2.0. Further thanks to Heiko Ei{\sz}feldt,
|
||||||
Thomas Quinot, Jon Tombs, Ken Pizzini, Eberhard M\"onkeberg and Andrew
|
Thomas Quinot, Jon Tombs, Ken Pizzini, Eberhard M\"onkeberg and Andrew
|
||||||
Kroll, the \linux\ \cdrom\ device driver developers who were kind
|
Kroll, the \linux\ \cdrom\ device driver developers who were kind
|
||||||
enough to give suggestions and criticisms during the writing. Finally
|
enough to give suggestions and criticisms during the writing. Finally
|
||||||
|
|
|
@ -40,7 +40,7 @@ Andreas Kool (akool@Kool.f.EUnet.de)
|
||||||
Pedro Roque Marques (roque@di.fc.ul.pt)
|
Pedro Roque Marques (roque@di.fc.ul.pt)
|
||||||
For lot of new ideas and the pcbit driver.
|
For lot of new ideas and the pcbit driver.
|
||||||
|
|
||||||
Eberhard Moenkeberg (emoenke@gwdg.de)
|
Eberhard Mönkeberg (emoenke@gwdg.de)
|
||||||
For testing and help to get into kernel.
|
For testing and help to get into kernel.
|
||||||
|
|
||||||
Thomas Neumann (tn@ruhr.de)
|
Thomas Neumann (tn@ruhr.de)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
PXA2xx SPI on SSP driver HOWTO
|
PXA2xx SPI on SSP driver HOWTO
|
||||||
===================================================
|
===================================================
|
||||||
This a mini howto on the pxa2xx_spi driver. The driver turns a PXA2xx
|
This a mini howto on the pxa2xx_spi driver. The driver turns a PXA2xx
|
||||||
synchronous serial port into a SPI master controller
|
synchronous serial port into a SPI master controller
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
*
|
*
|
||||||
* Copyright (C) 2004 Nokia Corporation
|
* Copyright (C) 2004 Nokia Corporation
|
||||||
* Written by Tony Lindgren <tony@atomide.com>
|
* Written by Tony Lindgren <tony@atomide.com>
|
||||||
* Major cleanups by Juha Yrjölä <juha.yrjola@nokia.com>
|
* Major cleanups by Juha Yrjölä <juha.yrjola@nokia.com>
|
||||||
*
|
*
|
||||||
* Completely re-written to support various OMAP chips with bank specific
|
* Completely re-written to support various OMAP chips with bank specific
|
||||||
* interrupt handlers.
|
* interrupt handlers.
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 Nokia Corporation
|
* Copyright (C) 2005 Nokia Corporation
|
||||||
* Author: Paul Mundt <paul.mundt@nokia.com>
|
* Author: Paul Mundt <paul.mundt@nokia.com>
|
||||||
* Juha Yrjölä <juha.yrjola@nokia.com>
|
* Juha Yrjölä <juha.yrjola@nokia.com>
|
||||||
* OMAP Dual-mode timer framework support by Timo Teras
|
* OMAP Dual-mode timer framework support by Timo Teras
|
||||||
*
|
*
|
||||||
* Some parts based off of TI's 24xx code:
|
* Some parts based off of TI's 24xx code:
|
||||||
|
|
|
@ -78,11 +78,11 @@ TABLE 1
|
||||||
+-------------------------+---+---+---------+---------+
|
+-------------------------+---+---+---------+---------+
|
||||||
| Precision | u | v | FPSR.EP | length |
|
| Precision | u | v | FPSR.EP | length |
|
||||||
+-------------------------+---+---+---------+---------+
|
+-------------------------+---+---+---------+---------+
|
||||||
| Single | 0 ü 0 | x | 1 words |
|
| Single | 0 | 0 | x | 1 words |
|
||||||
| Double | 1 ü 1 | x | 2 words |
|
| Double | 1 | 1 | x | 2 words |
|
||||||
| Extended | 1 ü 1 | x | 3 words |
|
| Extended | 1 | 1 | x | 3 words |
|
||||||
| Packed decimal | 1 ü 1 | 0 | 3 words |
|
| Packed decimal | 1 | 1 | 0 | 3 words |
|
||||||
| Expanded packed decimal | 1 ü 1 | 1 | 4 words |
|
| Expanded packed decimal | 1 | 1 | 1 | 4 words |
|
||||||
+-------------------------+---+---+---------+---------+
|
+-------------------------+---+---+---------+---------+
|
||||||
Note: x = don't care
|
Note: x = don't care
|
||||||
*/
|
*/
|
||||||
|
@ -92,10 +92,10 @@ TABLE 2
|
||||||
+---+---+---------------------------------+
|
+---+---+---------------------------------+
|
||||||
| w | x | Number of registers to transfer |
|
| w | x | Number of registers to transfer |
|
||||||
+---+---+---------------------------------+
|
+---+---+---------------------------------+
|
||||||
| 0 ü 1 | 1 |
|
| 0 | 1 | 1 |
|
||||||
| 1 ü 0 | 2 |
|
| 1 | 0 | 2 |
|
||||||
| 1 ü 1 | 3 |
|
| 1 | 1 | 3 |
|
||||||
| 0 ü 0 | 4 |
|
| 0 | 0 | 4 |
|
||||||
+---+---+---------------------------------+
|
+---+---+---------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -156,10 +156,10 @@ TABLE 5
|
||||||
+-------------------------+---+---+
|
+-------------------------+---+---+
|
||||||
| Rounding Precision | e | f |
|
| Rounding Precision | e | f |
|
||||||
+-------------------------+---+---+
|
+-------------------------+---+---+
|
||||||
| IEEE Single precision | 0 ü 0 |
|
| IEEE Single precision | 0 | 0 |
|
||||||
| IEEE Double precision | 0 ü 1 |
|
| IEEE Double precision | 0 | 1 |
|
||||||
| IEEE Extended precision | 1 ü 0 |
|
| IEEE Extended precision | 1 | 0 |
|
||||||
| undefined (trap) | 1 ü 1 |
|
| undefined (trap) | 1 | 1 |
|
||||||
+-------------------------+---+---+
|
+-------------------------+---+---+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -168,10 +168,10 @@ TABLE 5
|
||||||
+---------------------------------+---+---+
|
+---------------------------------+---+---+
|
||||||
| Rounding Mode | g | h |
|
| Rounding Mode | g | h |
|
||||||
+---------------------------------+---+---+
|
+---------------------------------+---+---+
|
||||||
| Round to nearest (default) | 0 ü 0 |
|
| Round to nearest (default) | 0 | 0 |
|
||||||
| Round toward plus infinity | 0 ü 1 |
|
| Round toward plus infinity | 0 | 1 |
|
||||||
| Round toward negative infinity | 1 ü 0 |
|
| Round toward negative infinity | 1 | 0 |
|
||||||
| Round toward zero | 1 ü 1 |
|
| Round toward zero | 1 | 1 |
|
||||||
+---------------------------------+---+---+
|
+---------------------------------+---+---+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* linux/arch/arm/plat-omap/dma.c
|
* linux/arch/arm/plat-omap/dma.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2003 Nokia Corporation
|
* Copyright (C) 2003 Nokia Corporation
|
||||||
* Author: Juha Yrjölä <juha.yrjola@nokia.com>
|
* Author: Juha Yrjölä <juha.yrjola@nokia.com>
|
||||||
* DMA channel linking for 1610 by Samuel Ortiz <samuel.ortiz@nokia.com>
|
* DMA channel linking for 1610 by Samuel Ortiz <samuel.ortiz@nokia.com>
|
||||||
* Graphics DMA and LCD DMA graphics tranformations
|
* Graphics DMA and LCD DMA graphics tranformations
|
||||||
* by Imre Deak <imre.deak@nokia.com>
|
* by Imre Deak <imre.deak@nokia.com>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Support functions for OMAP GPIO
|
* Support functions for OMAP GPIO
|
||||||
*
|
*
|
||||||
* Copyright (C) 2003-2005 Nokia Corporation
|
* Copyright (C) 2003-2005 Nokia Corporation
|
||||||
* Written by Juha Yrjölä <juha.yrjola@nokia.com>
|
* Written by Juha Yrjölä <juha.yrjola@nokia.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
|
|
@ -4,7 +4,7 @@ M68000 Hi-Performance Microprocessor Division
|
||||||
M68060 Software Package
|
M68060 Software Package
|
||||||
Production Release P1.00 -- October 10, 1994
|
Production Release P1.00 -- October 10, 1994
|
||||||
|
|
||||||
M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved.
|
M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved.
|
||||||
|
|
||||||
THE SOFTWARE is provided on an "AS IS" basis and without warranty.
|
THE SOFTWARE is provided on an "AS IS" basis and without warranty.
|
||||||
To the maximum extent permitted by applicable law,
|
To the maximum extent permitted by applicable law,
|
||||||
|
|
|
@ -4,7 +4,7 @@ M68000 Hi-Performance Microprocessor Division
|
||||||
M68060 Software Package
|
M68060 Software Package
|
||||||
Production Release P1.00 -- October 10, 1994
|
Production Release P1.00 -- October 10, 1994
|
||||||
|
|
||||||
M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved.
|
M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved.
|
||||||
|
|
||||||
THE SOFTWARE is provided on an "AS IS" basis and without warranty.
|
THE SOFTWARE is provided on an "AS IS" basis and without warranty.
|
||||||
To the maximum extent permitted by applicable law,
|
To the maximum extent permitted by applicable law,
|
||||||
|
|
|
@ -4,7 +4,7 @@ M68000 Hi-Performance Microprocessor Division
|
||||||
M68060 Software Package
|
M68060 Software Package
|
||||||
Production Release P1.00 -- October 10, 1994
|
Production Release P1.00 -- October 10, 1994
|
||||||
|
|
||||||
M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved.
|
M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved.
|
||||||
|
|
||||||
THE SOFTWARE is provided on an "AS IS" basis and without warranty.
|
THE SOFTWARE is provided on an "AS IS" basis and without warranty.
|
||||||
To the maximum extent permitted by applicable law,
|
To the maximum extent permitted by applicable law,
|
||||||
|
|
|
@ -4,7 +4,7 @@ M68000 Hi-Performance Microprocessor Division
|
||||||
M68060 Software Package
|
M68060 Software Package
|
||||||
Production Release P1.00 -- October 10, 1994
|
Production Release P1.00 -- October 10, 1994
|
||||||
|
|
||||||
M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved.
|
M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved.
|
||||||
|
|
||||||
THE SOFTWARE is provided on an "AS IS" basis and without warranty.
|
THE SOFTWARE is provided on an "AS IS" basis and without warranty.
|
||||||
To the maximum extent permitted by applicable law,
|
To the maximum extent permitted by applicable law,
|
||||||
|
|
|
@ -4,7 +4,7 @@ M68000 Hi-Performance Microprocessor Division
|
||||||
M68060 Software Package
|
M68060 Software Package
|
||||||
Production Release P1.00 -- October 10, 1994
|
Production Release P1.00 -- October 10, 1994
|
||||||
|
|
||||||
M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved.
|
M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved.
|
||||||
|
|
||||||
THE SOFTWARE is provided on an "AS IS" basis and without warranty.
|
THE SOFTWARE is provided on an "AS IS" basis and without warranty.
|
||||||
To the maximum extent permitted by applicable law,
|
To the maximum extent permitted by applicable law,
|
||||||
|
|
|
@ -4,7 +4,7 @@ M68000 Hi-Performance Microprocessor Division
|
||||||
M68060 Software Package
|
M68060 Software Package
|
||||||
Production Release P1.00 -- October 10, 1994
|
Production Release P1.00 -- October 10, 1994
|
||||||
|
|
||||||
M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved.
|
M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved.
|
||||||
|
|
||||||
THE SOFTWARE is provided on an "AS IS" basis and without warranty.
|
THE SOFTWARE is provided on an "AS IS" basis and without warranty.
|
||||||
To the maximum extent permitted by applicable law,
|
To the maximum extent permitted by applicable law,
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|M68060 Software Package
|
|M68060 Software Package
|
||||||
|Production Release P1.00 -- October 10, 1994
|
|Production Release P1.00 -- October 10, 1994
|
||||||
|
|
|
|
||||||
|M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved.
|
|M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved.
|
||||||
|
|
|
|
||||||
|THE SOFTWARE is provided on an "AS IS" basis and without warranty.
|
|THE SOFTWARE is provided on an "AS IS" basis and without warranty.
|
||||||
|To the maximum extent permitted by applicable law,
|
|To the maximum extent permitted by applicable law,
|
||||||
|
|
|
@ -4,7 +4,7 @@ M68000 Hi-Performance Microprocessor Division
|
||||||
M68060 Software Package
|
M68060 Software Package
|
||||||
Production Release P1.00 -- October 10, 1994
|
Production Release P1.00 -- October 10, 1994
|
||||||
|
|
||||||
M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved.
|
M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved.
|
||||||
|
|
||||||
THE SOFTWARE is provided on an "AS IS" basis and without warranty.
|
THE SOFTWARE is provided on an "AS IS" basis and without warranty.
|
||||||
To the maximum extent permitted by applicable law,
|
To the maximum extent permitted by applicable law,
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|M68060 Software Package
|
|M68060 Software Package
|
||||||
|Production Release P1.00 -- October 10, 1994
|
|Production Release P1.00 -- October 10, 1994
|
||||||
|
|
|
|
||||||
|M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved.
|
|M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved.
|
||||||
|
|
|
|
||||||
|THE SOFTWARE is provided on an "AS IS" basis and without warranty.
|
|THE SOFTWARE is provided on an "AS IS" basis and without warranty.
|
||||||
|To the maximum extent permitted by applicable law,
|
|To the maximum extent permitted by applicable law,
|
||||||
|
|
|
@ -4,7 +4,7 @@ M68000 Hi-Performance Microprocessor Division
|
||||||
M68060 Software Package
|
M68060 Software Package
|
||||||
Production Release P1.00 -- October 10, 1994
|
Production Release P1.00 -- October 10, 1994
|
||||||
|
|
||||||
M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved.
|
M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved.
|
||||||
|
|
||||||
THE SOFTWARE is provided on an "AS IS" basis and without warranty.
|
THE SOFTWARE is provided on an "AS IS" basis and without warranty.
|
||||||
To the maximum extent permitted by applicable law,
|
To the maximum extent permitted by applicable law,
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|M68060 Software Package
|
|M68060 Software Package
|
||||||
|Production Release P1.00 -- October 10, 1994
|
|Production Release P1.00 -- October 10, 1994
|
||||||
|
|
|
|
||||||
|M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved.
|
|M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved.
|
||||||
|
|
|
|
||||||
|THE SOFTWARE is provided on an "AS IS" basis and without warranty.
|
|THE SOFTWARE is provided on an "AS IS" basis and without warranty.
|
||||||
|To the maximum extent permitted by applicable law,
|
|To the maximum extent permitted by applicable law,
|
||||||
|
|
|
@ -4,7 +4,7 @@ M68000 Hi-Performance Microprocessor Division
|
||||||
M68060 Software Package
|
M68060 Software Package
|
||||||
Production Release P1.00 -- October 10, 1994
|
Production Release P1.00 -- October 10, 1994
|
||||||
|
|
||||||
M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved.
|
M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved.
|
||||||
|
|
||||||
THE SOFTWARE is provided on an "AS IS" basis and without warranty.
|
THE SOFTWARE is provided on an "AS IS" basis and without warranty.
|
||||||
To the maximum extent permitted by applicable law,
|
To the maximum extent permitted by applicable law,
|
||||||
|
|
|
@ -4,7 +4,7 @@ M68000 Hi-Performance Microprocessor Division
|
||||||
M68060 Software Package
|
M68060 Software Package
|
||||||
Production Release P1.00 -- October 10, 1994
|
Production Release P1.00 -- October 10, 1994
|
||||||
|
|
||||||
M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved.
|
M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved.
|
||||||
|
|
||||||
THE SOFTWARE is provided on an "AS IS" basis and without warranty.
|
THE SOFTWARE is provided on an "AS IS" basis and without warranty.
|
||||||
To the maximum extent permitted by applicable law,
|
To the maximum extent permitted by applicable law,
|
||||||
|
|
|
@ -4,7 +4,7 @@ M68000 Hi-Performance Microprocessor Division
|
||||||
M68060 Software Package
|
M68060 Software Package
|
||||||
Production Release P1.00 -- October 10, 1994
|
Production Release P1.00 -- October 10, 1994
|
||||||
|
|
||||||
M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved.
|
M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved.
|
||||||
|
|
||||||
THE SOFTWARE is provided on an "AS IS" basis and without warranty.
|
THE SOFTWARE is provided on an "AS IS" basis and without warranty.
|
||||||
To the maximum extent permitted by applicable law,
|
To the maximum extent permitted by applicable law,
|
||||||
|
|
|
@ -4,7 +4,7 @@ M68000 Hi-Performance Microprocessor Division
|
||||||
M68060 Software Package
|
M68060 Software Package
|
||||||
Production Release P1.00 -- October 10, 1994
|
Production Release P1.00 -- October 10, 1994
|
||||||
|
|
||||||
M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved.
|
M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved.
|
||||||
|
|
||||||
THE SOFTWARE is provided on an "AS IS" basis and without warranty.
|
THE SOFTWARE is provided on an "AS IS" basis and without warranty.
|
||||||
To the maximum extent permitted by applicable law,
|
To the maximum extent permitted by applicable law,
|
||||||
|
|
|
@ -4,7 +4,7 @@ M68000 Hi-Performance Microprocessor Division
|
||||||
M68060 Software Package
|
M68060 Software Package
|
||||||
Production Release P1.00 -- October 10, 1994
|
Production Release P1.00 -- October 10, 1994
|
||||||
|
|
||||||
M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved.
|
M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved.
|
||||||
|
|
||||||
THE SOFTWARE is provided on an "AS IS" basis and without warranty.
|
THE SOFTWARE is provided on an "AS IS" basis and without warranty.
|
||||||
To the maximum extent permitted by applicable law,
|
To the maximum extent permitted by applicable law,
|
||||||
|
|
|
@ -4,7 +4,7 @@ M68000 Hi-Performance Microprocessor Division
|
||||||
M68060 Software Package
|
M68060 Software Package
|
||||||
Production Release P1.00 -- October 10, 1994
|
Production Release P1.00 -- October 10, 1994
|
||||||
|
|
||||||
M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved.
|
M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved.
|
||||||
|
|
||||||
THE SOFTWARE is provided on an "AS IS" basis and without warranty.
|
THE SOFTWARE is provided on an "AS IS" basis and without warranty.
|
||||||
To the maximum extent permitted by applicable law,
|
To the maximum extent permitted by applicable law,
|
||||||
|
|
|
@ -4,7 +4,7 @@ M68000 Hi-Performance Microprocessor Division
|
||||||
M68060 Software Package
|
M68060 Software Package
|
||||||
Production Release P1.00 -- October 10, 1994
|
Production Release P1.00 -- October 10, 1994
|
||||||
|
|
||||||
M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved.
|
M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved.
|
||||||
|
|
||||||
THE SOFTWARE is provided on an "AS IS" basis and without warranty.
|
THE SOFTWARE is provided on an "AS IS" basis and without warranty.
|
||||||
To the maximum extent permitted by applicable law,
|
To the maximum extent permitted by applicable law,
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* in Chip RAM with the kernel command
|
* in Chip RAM with the kernel command
|
||||||
* line option `debug=mem'.
|
* line option `debug=mem'.
|
||||||
*
|
*
|
||||||
* © Copyright 1996 by Geert Uytterhoeven <geert@linux-m68k.org>
|
* © Copyright 1996 by Geert Uytterhoeven <geert@linux-m68k.org>
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* Usage:
|
* Usage:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
L2CR functions
|
L2CR functions
|
||||||
Copyright © 1997-1998 by PowerLogix R & D, Inc.
|
Copyright © 1997-1998 by PowerLogix R & D, Inc.
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -748,7 +748,7 @@ static ssize_t spufs_wbox_write(struct file *file, const char __user *buf,
|
||||||
if (count)
|
if (count)
|
||||||
goto out;
|
goto out;
|
||||||
|
|
||||||
/* write aѕ much as possible */
|
/* write as much as possible */
|
||||||
for (count = 4, udata++; (count + 4) <= len; count += 4, udata++) {
|
for (count = 4, udata++; (count + 4) <= len; count += 4, udata++) {
|
||||||
int ret;
|
int ret;
|
||||||
ret = __get_user(wbox_data, udata);
|
ret = __get_user(wbox_data, udata);
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file was based upon code in Powertweak Linux (http://powertweak.sf.net)
|
* This file was based upon code in Powertweak Linux (http://powertweak.sf.net)
|
||||||
* (C) 2000-2003 Dave Jones, Arjan van de Ven, Janne Pänkälä, Dominik Brodowski.
|
* (C) 2000-2003 Dave Jones, Arjan van de Ven, Janne Pänkälä, Dominik Brodowski.
|
||||||
*
|
*
|
||||||
* Licensed under the terms of the GNU GPL License version 2.
|
* Licensed under the terms of the GNU GPL License version 2.
|
||||||
*
|
*
|
||||||
|
|
|
@ -115,9 +115,9 @@ static void __cpuinit set_cx86_reorder(void)
|
||||||
|
|
||||||
printk(KERN_INFO "Enable Memory access reorder on Cyrix/NSC processor.\n");
|
printk(KERN_INFO "Enable Memory access reorder on Cyrix/NSC processor.\n");
|
||||||
ccr3 = getCx86(CX86_CCR3);
|
ccr3 = getCx86(CX86_CCR3);
|
||||||
setCx86(CX86_CCR3, (ccr3 & 0x0f) | 0x10); /* enable MAPEN */
|
setCx86(CX86_CCR3, (ccr3 & 0x0f) | 0x10); /* enable MAPEN */
|
||||||
|
|
||||||
/* Load/Store Serialize to mem access disable (=reorder it) */
|
/* Load/Store Serialize to mem access disable (=reorder it) */
|
||||||
setCx86(CX86_PCR0, getCx86(CX86_PCR0) & ~0x80);
|
setCx86(CX86_PCR0, getCx86(CX86_PCR0) & ~0x80);
|
||||||
/* set load/store serialize from 1GB to 4GB */
|
/* set load/store serialize from 1GB to 4GB */
|
||||||
ccr3 |= 0xe0;
|
ccr3 |= 0xe0;
|
||||||
|
@ -146,7 +146,7 @@ static void __cpuinit set_cx86_inc(void)
|
||||||
printk(KERN_INFO "Enable Incrementor on Cyrix/NSC processor.\n");
|
printk(KERN_INFO "Enable Incrementor on Cyrix/NSC processor.\n");
|
||||||
|
|
||||||
ccr3 = getCx86(CX86_CCR3);
|
ccr3 = getCx86(CX86_CCR3);
|
||||||
setCx86(CX86_CCR3, (ccr3 & 0x0f) | 0x10); /* enable MAPEN */
|
setCx86(CX86_CCR3, (ccr3 & 0x0f) | 0x10); /* enable MAPEN */
|
||||||
/* PCR1 -- Performance Control */
|
/* PCR1 -- Performance Control */
|
||||||
/* Incrementor on, whatever that is */
|
/* Incrementor on, whatever that is */
|
||||||
setCx86(CX86_PCR1, getCx86(CX86_PCR1) | 0x02);
|
setCx86(CX86_PCR1, getCx86(CX86_PCR1) | 0x02);
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
*
|
*
|
||||||
* Maximum number of loop devices when compiled-in now selectable by passing
|
* Maximum number of loop devices when compiled-in now selectable by passing
|
||||||
* max_loop=<1-255> to the kernel on boot.
|
* max_loop=<1-255> to the kernel on boot.
|
||||||
* Erik I. Bolsø, <eriki@himolde.no>, Oct 31, 1999
|
* Erik I. Bolsø, <eriki@himolde.no>, Oct 31, 1999
|
||||||
*
|
*
|
||||||
* Completely rewrite request handling to be make_request_fn style and
|
* Completely rewrite request handling to be make_request_fn style and
|
||||||
* non blocking, pushing work to a helper thread. Lots of fixes from
|
* non blocking, pushing work to a helper thread. Lots of fixes from
|
||||||
|
|
|
@ -359,7 +359,7 @@
|
||||||
*
|
*
|
||||||
* Revision 1.36.3.8 1996/06/07 16:29:00 bentson
|
* Revision 1.36.3.8 1996/06/07 16:29:00 bentson
|
||||||
* starting minor number at zero; added missing verify_area
|
* starting minor number at zero; added missing verify_area
|
||||||
* as noted by Heiko Eissfeldt <heiko@colossus.escape.de>
|
* as noted by Heiko Eißfeldt <heiko@colossus.escape.de>
|
||||||
*
|
*
|
||||||
* Revision 1.36.3.7 1996/04/19 21:06:18 bentson
|
* Revision 1.36.3.7 1996/04/19 21:06:18 bentson
|
||||||
* remove unneeded boot message & fix CLOCAL hardware flow
|
* remove unneeded boot message & fix CLOCAL hardware flow
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
* Simple open hash tab implementation.
|
* Simple open hash tab implementation.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Thomas Hellström <thomas-at-tungstengraphics-dot-com>
|
* Thomas Hellström <thomas-at-tungstengraphics-dot-com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "drmP.h"
|
#include "drmP.h"
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
* Simple open hash tab implementation.
|
* Simple open hash tab implementation.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Thomas Hellström <thomas-at-tungstengraphics-dot-com>
|
* Thomas Hellström <thomas-at-tungstengraphics-dot-com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef DRM_HASHTAB_H
|
#ifndef DRM_HASHTAB_H
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
* Aligned allocations can also see improvement.
|
* Aligned allocations can also see improvement.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Thomas Hellström <thomas-at-tungstengraphics-dot-com>
|
* Thomas Hellström <thomas-at-tungstengraphics-dot-com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "drmP.h"
|
#include "drmP.h"
|
||||||
|
|
|
@ -8,12 +8,12 @@
|
||||||
* \todo Implement the remaining ioctl's for the PCI pools.
|
* \todo Implement the remaining ioctl's for the PCI pools.
|
||||||
* \todo The wrappers here are so thin that they would be better off inlined..
|
* \todo The wrappers here are so thin that they would be better off inlined..
|
||||||
*
|
*
|
||||||
* \author Jose Fonseca <jrfonseca@tungstengraphics.com>
|
* \author José Fonseca <jrfonseca@tungstengraphics.com>
|
||||||
* \author Leif Delgass <ldelgass@retinalburn.net>
|
* \author Leif Delgass <ldelgass@retinalburn.net>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright 2003 Jos<EFBFBD>Fonseca.
|
* Copyright 2003 José Fonseca.
|
||||||
* Copyright 2003 Leif Delgass.
|
* Copyright 2003 Leif Delgass.
|
||||||
* All Rights Reserved.
|
* All Rights Reserved.
|
||||||
*
|
*
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* \file drm_sarea.h
|
* \file drm_sarea.h
|
||||||
* \brief SAREA definitions
|
* \brief SAREA definitions
|
||||||
*
|
*
|
||||||
* \author Michel Dänzer <michel@daenzer.net>
|
* \author Michel Dänzer <michel@daenzer.net>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
* struct or a context identifier.
|
* struct or a context identifier.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Thomas Hellström <thomas-at-tungstengraphics-dot-com>
|
* Thomas Hellström <thomas-at-tungstengraphics-dot-com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "drm_sman.h"
|
#include "drm_sman.h"
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
* struct or a context identifier.
|
* struct or a context identifier.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Thomas Hellström <thomas-at-tungstengraphics-dot-com>
|
* Thomas Hellström <thomas-at-tungstengraphics-dot-com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef DRM_SMAN_H
|
#ifndef DRM_SMAN_H
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
* Rickard E. (Rik) Faith <faith@valinux.com>
|
* Rickard E. (Rik) Faith <faith@valinux.com>
|
||||||
* Kevin E. Martin <martin@valinux.com>
|
* Kevin E. Martin <martin@valinux.com>
|
||||||
* Gareth Hughes <gareth@valinux.com>
|
* Gareth Hughes <gareth@valinux.com>
|
||||||
* Michel D<EFBFBD>zer <daenzerm@student.ethz.ch>
|
* Michel Dänzer <daenzerm@student.ethz.ch>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __R128_DRV_H__
|
#ifndef __R128_DRV_H__
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Keith Whitwell <keith@tungstengraphics.com>
|
* Keith Whitwell <keith@tungstengraphics.com>
|
||||||
* Michel D<EFBFBD>zer <michel@daenzer.net>
|
* Michel Dänzer <michel@daenzer.net>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "drmP.h"
|
#include "drmP.h"
|
||||||
|
|
|
@ -3005,7 +3005,7 @@ static int radeon_cp_getparam(struct drm_device *dev, void *data, struct drm_fil
|
||||||
/*
|
/*
|
||||||
* This ioctl() doesn't work on 64-bit platforms because hw_lock is a
|
* This ioctl() doesn't work on 64-bit platforms because hw_lock is a
|
||||||
* pointer which can't fit into an int-sized variable. According to
|
* pointer which can't fit into an int-sized variable. According to
|
||||||
* Michel Dänzer, the ioctl() is only used on embedded platforms, so
|
* Michel Dänzer, the ioctl() is only used on embedded platforms, so
|
||||||
* not supporting it shouldn't be a problem. If the same functionality
|
* not supporting it shouldn't be a problem. If the same functionality
|
||||||
* is needed on 64-bit platforms, a new ioctl() would have to be added,
|
* is needed on 64-bit platforms, a new ioctl() would have to be added,
|
||||||
* so backwards-compatibility for the embedded platforms can be
|
* so backwards-compatibility for the embedded platforms can be
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Authors:
|
* Authors:
|
||||||
* Thomas Hellström <thomas-at-tungstengraphics-dot-com>
|
* Thomas Hellström <thomas-at-tungstengraphics-dot-com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "drmP.h"
|
#include "drmP.h"
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
* DEALINGS IN THE SOFTWARE.
|
* DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* Authors: Thomas Hellström <thomas-at-tungstengraphics-dot-com>
|
* Authors: Thomas Hellström <thomas-at-tungstengraphics-dot-com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "drmP.h"
|
#include "drmP.h"
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
* DEALINGS IN THE SOFTWARE.
|
* DEALINGS IN THE SOFTWARE.
|
||||||
*
|
*
|
||||||
* Author: Thomas Hellström 2004.
|
* Author: Thomas Hellström 2004.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _VIA_VERIFIER_H_
|
#ifndef _VIA_VERIFIER_H_
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
*
|
*
|
||||||
* rs_set_termios fixed to look also for changes of the input
|
* rs_set_termios fixed to look also for changes of the input
|
||||||
* flags INPCK, BRKINT, PARMRK, IGNPAR and IGNBRK.
|
* flags INPCK, BRKINT, PARMRK, IGNPAR and IGNBRK.
|
||||||
* Bernd Anh<EFBFBD>pl 05/17/96.
|
* Bernd Anhäupl 05/17/96.
|
||||||
*
|
*
|
||||||
* --- End of notices from serial.c ---
|
* --- End of notices from serial.c ---
|
||||||
*
|
*
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
* Mostly based on original driver:
|
* Mostly based on original driver:
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 Nokia Corporation
|
* Copyright (C) 2005 Nokia Corporation
|
||||||
* Author: Juha Yrj<EFBFBD><EFBFBD><juha.yrjola@nokia.com>
|
* Author: Juha Yrjölä <juha.yrjola@nokia.com>
|
||||||
*
|
*
|
||||||
* This file is licensed under the terms of the GNU General Public
|
* This file is licensed under the terms of the GNU General Public
|
||||||
* License version 2. This program is licensed "as is" without any
|
* License version 2. This program is licensed "as is" without any
|
||||||
|
|
|
@ -371,14 +371,14 @@ static int i8k_proc_show(struct seq_file *seq, void *offset)
|
||||||
int fn_key, cpu_temp, ac_power;
|
int fn_key, cpu_temp, ac_power;
|
||||||
int left_fan, right_fan, left_speed, right_speed;
|
int left_fan, right_fan, left_speed, right_speed;
|
||||||
|
|
||||||
cpu_temp = i8k_get_temp(0); /* 11100 µs */
|
cpu_temp = i8k_get_temp(0); /* 11100 µs */
|
||||||
left_fan = i8k_get_fan_status(I8K_FAN_LEFT); /* 580 µs */
|
left_fan = i8k_get_fan_status(I8K_FAN_LEFT); /* 580 µs */
|
||||||
right_fan = i8k_get_fan_status(I8K_FAN_RIGHT); /* 580 µs */
|
right_fan = i8k_get_fan_status(I8K_FAN_RIGHT); /* 580 µs */
|
||||||
left_speed = i8k_get_fan_speed(I8K_FAN_LEFT); /* 580 µs */
|
left_speed = i8k_get_fan_speed(I8K_FAN_LEFT); /* 580 µs */
|
||||||
right_speed = i8k_get_fan_speed(I8K_FAN_RIGHT); /* 580 µs */
|
right_speed = i8k_get_fan_speed(I8K_FAN_RIGHT); /* 580 µs */
|
||||||
fn_key = i8k_get_fn_status(); /* 750 µs */
|
fn_key = i8k_get_fn_status(); /* 750 µs */
|
||||||
if (power_status)
|
if (power_status)
|
||||||
ac_power = i8k_get_power_status(); /* 14700 µs */
|
ac_power = i8k_get_power_status(); /* 14700 µs */
|
||||||
else
|
else
|
||||||
ac_power = -1;
|
ac_power = -1;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 Narayanan R S <nars@kadamba.org>
|
* Copyright (C) 2005 Narayanan R S <nars@kadamba.org>
|
||||||
*
|
*
|
||||||
* Copyright (C) 2001-2002 Alcôve <www.alcove.com>
|
* Copyright (C) 2001-2002 Alcôve <www.alcove.com>
|
||||||
*
|
*
|
||||||
* Copyright (C) 2001 Michael Ashley <m.ashley@unsw.edu.au>
|
* Copyright (C) 2001 Michael Ashley <m.ashley@unsw.edu.au>
|
||||||
*
|
*
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
gl520sm.c - Part of lm_sensors, Linux kernel modules for hardware
|
gl520sm.c - Part of lm_sensors, Linux kernel modules for hardware
|
||||||
monitoring
|
monitoring
|
||||||
Copyright (c) 1998, 1999 Frodo Looijaard <frodol@dds.nl>,
|
Copyright (c) 1998, 1999 Frodo Looijaard <frodol@dds.nl>,
|
||||||
Kyösti Mälkki <kmalkki@cc.hut.fi>
|
Kyösti Mälkki <kmalkki@cc.hut.fi>
|
||||||
Copyright (c) 2005 Maarten Deprez <maartendeprez@users.sourceforge.net>
|
Copyright (c) 2005 Maarten Deprez <maartendeprez@users.sourceforge.net>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -805,7 +805,7 @@ static void __exit sensors_gl520sm_exit(void)
|
||||||
|
|
||||||
|
|
||||||
MODULE_AUTHOR("Frodo Looijaard <frodol@dds.nl>, "
|
MODULE_AUTHOR("Frodo Looijaard <frodol@dds.nl>, "
|
||||||
"Kyösti Mälkki <kmalkki@cc.hut.fi>, "
|
"Kyösti Mälkki <kmalkki@cc.hut.fi>, "
|
||||||
"Maarten Deprez <maartendeprez@users.sourceforge.net>");
|
"Maarten Deprez <maartendeprez@users.sourceforge.net>");
|
||||||
MODULE_DESCRIPTION("GL520SM driver");
|
MODULE_DESCRIPTION("GL520SM driver");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
for hardware monitoring
|
for hardware monitoring
|
||||||
|
|
||||||
Copyright (C) 1998 - 2001 Frodo Looijaard <frodol@dds.nl>,
|
Copyright (C) 1998 - 2001 Frodo Looijaard <frodol@dds.nl>,
|
||||||
Kyösti Mälkki <kmalkki@cc.hut.fi>, and
|
Kyösti Mälkki <kmalkki@cc.hut.fi>, and
|
||||||
Mark D. Studebaker <mdsxyz123@yahoo.com>
|
Mark D. Studebaker <mdsxyz123@yahoo.com>
|
||||||
Ported to Linux 2.6 by Aurelien Jarno <aurelien@aurel32.net> with
|
Ported to Linux 2.6 by Aurelien Jarno <aurelien@aurel32.net> with
|
||||||
the help of Jean Delvare <khali@linux-fr.org>
|
the help of Jean Delvare <khali@linux-fr.org>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
for hardware monitoring
|
for hardware monitoring
|
||||||
|
|
||||||
Copyright (c) 1998 - 2002 Frodo Looijaard <frodol@dds.nl>,
|
Copyright (c) 1998 - 2002 Frodo Looijaard <frodol@dds.nl>,
|
||||||
Kyösti Mälkki <kmalkki@cc.hut.fi>,
|
Kyösti Mälkki <kmalkki@cc.hut.fi>,
|
||||||
Mark Studebaker <mdsxyz123@yahoo.com>,
|
Mark Studebaker <mdsxyz123@yahoo.com>,
|
||||||
and Bob Dougherty <bobd@stanford.edu>
|
and Bob Dougherty <bobd@stanford.edu>
|
||||||
(Some conversion-factor data were contributed by Jonathan Teh Soon Yew
|
(Some conversion-factor data were contributed by Jonathan Teh Soon Yew
|
||||||
|
@ -866,7 +866,7 @@ static void __exit sm_via686a_exit(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
MODULE_AUTHOR("Kyösti Mälkki <kmalkki@cc.hut.fi>, "
|
MODULE_AUTHOR("Kyösti Mälkki <kmalkki@cc.hut.fi>, "
|
||||||
"Mark Studebaker <mdsxyz123@yahoo.com> "
|
"Mark Studebaker <mdsxyz123@yahoo.com> "
|
||||||
"and Bob Dougherty <bobd@stanford.edu>");
|
"and Bob Dougherty <bobd@stanford.edu>");
|
||||||
MODULE_DESCRIPTION("VIA 686A Sensor device");
|
MODULE_DESCRIPTION("VIA 686A Sensor device");
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
/* ------------------------------------------------------------------------- */
|
/* ------------------------------------------------------------------------- */
|
||||||
|
|
||||||
/* With some changes from Frodo Looijaard <frodol@dds.nl>, Kyösti Mälkki
|
/* With some changes from Frodo Looijaard <frodol@dds.nl>, Kyösti Mälkki
|
||||||
<kmalkki@cc.hut.fi> and Jean Delvare <khali@linux-fr.org> */
|
<kmalkki@cc.hut.fi> and Jean Delvare <khali@linux-fr.org> */
|
||||||
|
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
|
|
|
@ -350,7 +350,7 @@ static int pca_init(struct i2c_algo_pca_data *adap)
|
||||||
pca_outw(adap, I2C_PCA_ADR, own << 1);
|
pca_outw(adap, I2C_PCA_ADR, own << 1);
|
||||||
|
|
||||||
pca_set_con(adap, I2C_PCA_CON_ENSIO | clock);
|
pca_set_con(adap, I2C_PCA_CON_ENSIO | clock);
|
||||||
udelay(500); /* 500 µs for oscilator to stabilise */
|
udelay(500); /* 500 µs for oscilator to stabilise */
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
/* ------------------------------------------------------------------------- */
|
/* ------------------------------------------------------------------------- */
|
||||||
|
|
||||||
/* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi> and
|
/* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi> and
|
||||||
Frodo Looijaard <frodol@dds.nl> ,and also from Martin Bailey
|
Frodo Looijaard <frodol@dds.nl> ,and also from Martin Bailey
|
||||||
<mbailey@littlefeet-inc.com> */
|
<mbailey@littlefeet-inc.com> */
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
/* ------------------------------------------------------------------------- */
|
/* ------------------------------------------------------------------------- */
|
||||||
|
|
||||||
/* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi> and even
|
/* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi> and even
|
||||||
Frodo Looijaard <frodol@dds.nl> */
|
Frodo Looijaard <frodol@dds.nl> */
|
||||||
|
|
||||||
/* Partialy rewriten by Oleg I. Vdovikin for mmapped support of
|
/* Partialy rewriten by Oleg I. Vdovikin for mmapped support of
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
Copyright (c) 1999-2004 Geert Uytterhoeven <geert@linux-m68k.org>
|
Copyright (c) 1999-2004 Geert Uytterhoeven <geert@linux-m68k.org>
|
||||||
|
|
||||||
Based on i2c Support for Via Technologies 82C586B South Bridge
|
Based on i2c Support for Via Technologies 82C586B South Bridge
|
||||||
Copyright (c) 1998, 1999 Kyösti Mälkki <kmalkki@cc.hut.fi>
|
Copyright (c) 1998, 1999 Kyösti Mälkki <kmalkki@cc.hut.fi>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
* Copyright 1995-97 Simon G. Vogl
|
* Copyright 1995-97 Simon G. Vogl
|
||||||
* 1998-99 Hans Berglund
|
* 1998-99 Hans Berglund
|
||||||
*
|
*
|
||||||
* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi>
|
* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi>
|
||||||
* and even Frodo Looijaard <frodol@dds.nl>
|
* and even Frodo Looijaard <frodol@dds.nl>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
* Tony Lindgren <tony@atomide.com> and Imre Deak <imre.deak@nokia.com>
|
* Tony Lindgren <tony@atomide.com> and Imre Deak <imre.deak@nokia.com>
|
||||||
* Copyright (C) 2005 Nokia Corporation
|
* Copyright (C) 2005 Nokia Corporation
|
||||||
*
|
*
|
||||||
* Cleaned up by Juha Yrjölä <juha.yrjola@nokia.com>
|
* Cleaned up by Juha Yrjölä <juha.yrjola@nokia.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
Copyright (C) 1995-2000 Simon G. Vogl
|
Copyright (C) 1995-2000 Simon G. Vogl
|
||||||
With some changes from:
|
With some changes from:
|
||||||
Frodo Looijaard <frodol@dds.nl>
|
Frodo Looijaard <frodol@dds.nl>
|
||||||
Kyösti Mälkki <kmalkki@cc.hut.fi>
|
Kyösti Mälkki <kmalkki@cc.hut.fi>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
Copyright (C) 1995-2000 Simon G. Vogl
|
Copyright (C) 1995-2000 Simon G. Vogl
|
||||||
With some changes from:
|
With some changes from:
|
||||||
Frodo Looijaard <frodol@dds.nl>
|
Frodo Looijaard <frodol@dds.nl>
|
||||||
Kyösti Mälkki <kmalkki@cc.hut.fi>
|
Kyösti Mälkki <kmalkki@cc.hut.fi>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
i2c Support for Via Technologies 82C586B South Bridge
|
i2c Support for Via Technologies 82C586B South Bridge
|
||||||
|
|
||||||
Copyright (c) 1998, 1999 Kyösti Mälkki <kmalkki@cc.hut.fi>
|
Copyright (c) 1998, 1999 Kyösti Mälkki <kmalkki@cc.hut.fi>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -176,7 +176,7 @@ static void __exit i2c_vt586b_exit(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
MODULE_AUTHOR("Kyösti Mälkki <kmalkki@cc.hut.fi>");
|
MODULE_AUTHOR("Kyösti Mälkki <kmalkki@cc.hut.fi>");
|
||||||
MODULE_DESCRIPTION("i2c for Via vt82c586b southbridge");
|
MODULE_DESCRIPTION("i2c for Via vt82c586b southbridge");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
i2c-viapro.c - Part of lm_sensors, Linux kernel modules for hardware
|
i2c-viapro.c - Part of lm_sensors, Linux kernel modules for hardware
|
||||||
monitoring
|
monitoring
|
||||||
Copyright (c) 1998 - 2002 Frodo Looijaard <frodol@dds.nl>,
|
Copyright (c) 1998 - 2002 Frodo Looijaard <frodol@dds.nl>,
|
||||||
Philip Edelbrock <phil@netroedge.com>, Kyösti Mälkki <kmalkki@cc.hut.fi>,
|
Philip Edelbrock <phil@netroedge.com>, Kyösti Mälkki <kmalkki@cc.hut.fi>,
|
||||||
Mark D. Studebaker <mdsxyz123@yahoo.com>
|
Mark D. Studebaker <mdsxyz123@yahoo.com>
|
||||||
Copyright (C) 2005 - 2007 Jean Delvare <khali@linux-fr.org>
|
Copyright (C) 2005 - 2007 Jean Delvare <khali@linux-fr.org>
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
/* ------------------------------------------------------------------------- */
|
/* ------------------------------------------------------------------------- */
|
||||||
|
|
||||||
/* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi>.
|
/* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi>.
|
||||||
All SMBus-related things are written by Frodo Looijaard <frodol@dds.nl>
|
All SMBus-related things are written by Frodo Looijaard <frodol@dds.nl>
|
||||||
SMBus 2.0 support by Mark Studebaker <mdsxyz123@yahoo.com> and
|
SMBus 2.0 support by Mark Studebaker <mdsxyz123@yahoo.com> and
|
||||||
Jean Delvare <khali@linux-fr.org> */
|
Jean Delvare <khali@linux-fr.org> */
|
||||||
|
|
|
@ -120,7 +120,7 @@
|
||||||
* Reformat to match kernel tabbing style.
|
* Reformat to match kernel tabbing style.
|
||||||
* Add CDROM_GET_UPC ioctl.
|
* Add CDROM_GET_UPC ioctl.
|
||||||
* 3.10 Apr 10, 1996 -- Fix compilation error with STANDARD_ATAPI.
|
* 3.10 Apr 10, 1996 -- Fix compilation error with STANDARD_ATAPI.
|
||||||
* 3.11 Apr 29, 1996 -- Patch from Heiko Eissfeldt <heiko@colossus.escape.de>
|
* 3.11 Apr 29, 1996 -- Patch from Heiko Eißfeldt <heiko@colossus.escape.de>
|
||||||
* to remove redundant verify_area calls.
|
* to remove redundant verify_area calls.
|
||||||
* 3.12 May 7, 1996 -- Rudimentary changer support. Based on patches
|
* 3.12 May 7, 1996 -- Rudimentary changer support. Based on patches
|
||||||
* from Gerhard Zuber <zuber@berlin.snafu.de>.
|
* from Gerhard Zuber <zuber@berlin.snafu.de>.
|
||||||
|
@ -256,7 +256,7 @@
|
||||||
* - Minimize the TOC reading - only do it when we
|
* - Minimize the TOC reading - only do it when we
|
||||||
* know a media change has occurred.
|
* know a media change has occurred.
|
||||||
* - Moved all the CDROMREADx ioctls to the Uniform layer.
|
* - Moved all the CDROMREADx ioctls to the Uniform layer.
|
||||||
* - Heiko Eissfeldt <heiko@colossus.escape.de> supplied
|
* - Heiko Eißfeldt <heiko@colossus.escape.de> supplied
|
||||||
* some fixes for CDI.
|
* some fixes for CDI.
|
||||||
* - CD-ROM leaving door locked fix from Andries
|
* - CD-ROM leaving door locked fix from Andries
|
||||||
* Brouwer <Andries.Brouwer@cwi.nl>
|
* Brouwer <Andries.Brouwer@cwi.nl>
|
||||||
|
@ -2341,7 +2341,7 @@ static int cdrom_read_toc(ide_drive_t *drive, struct request_sense *sense)
|
||||||
If we get an error for the regular case, we assume
|
If we get an error for the regular case, we assume
|
||||||
a CDI without additional audio tracks. In this case
|
a CDI without additional audio tracks. In this case
|
||||||
the readable TOC is empty (CDI tracks are not included)
|
the readable TOC is empty (CDI tracks are not included)
|
||||||
and only holds the Leadout entry. Heiko Eißfeldt */
|
and only holds the Leadout entry. Heiko Eißfeldt */
|
||||||
ntracks = 0;
|
ntracks = 0;
|
||||||
stat = cdrom_read_tocentry(drive, CDROM_LEADOUT, 1, 0,
|
stat = cdrom_read_tocentry(drive, CDROM_LEADOUT, 1, 0,
|
||||||
(char *)&toc->hdr,
|
(char *)&toc->hdr,
|
||||||
|
|
|
@ -102,7 +102,7 @@ void q40_ide_setup_ports ( hw_regs_t *hw,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* the static array is needed to have the name reported in /proc/ioports,
|
* the static array is needed to have the name reported in /proc/ioports,
|
||||||
* hwif->name unfortunately isn´t available yet
|
* hwif->name unfortunately isn't available yet
|
||||||
*/
|
*/
|
||||||
static const char *q40_ide_names[Q40IDE_NUM_HWIFS]={
|
static const char *q40_ide_names[Q40IDE_NUM_HWIFS]={
|
||||||
"ide0", "ide1"
|
"ide0", "ide1"
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Copyright (c) 1999-2001 Vojtech Pavlik
|
* Copyright (c) 1999-2001 Vojtech Pavlik
|
||||||
*
|
*
|
||||||
* Based on the work of:
|
* Based on the work of:
|
||||||
* Andree Borrmann Mats Sjövall
|
* Andree Borrmann Mats Sjövall
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* OMAP Keypad Driver
|
* OMAP Keypad Driver
|
||||||
*
|
*
|
||||||
* Copyright (C) 2003 Nokia Corporation
|
* Copyright (C) 2003 Nokia Corporation
|
||||||
* Written by Timo Teräs <ext-timo.teras@nokia.com>
|
* Written by Timo Teräs <ext-timo.teras@nokia.com>
|
||||||
*
|
*
|
||||||
* Added support for H2 & H3 Keypad
|
* Added support for H2 & H3 Keypad
|
||||||
* Copyright (C) 2004 Texas Instruments
|
* Copyright (C) 2004 Texas Instruments
|
||||||
|
@ -481,6 +481,6 @@ static void __exit omap_kp_exit(void)
|
||||||
module_init(omap_kp_init);
|
module_init(omap_kp_init);
|
||||||
module_exit(omap_kp_exit);
|
module_exit(omap_kp_exit);
|
||||||
|
|
||||||
MODULE_AUTHOR("Timo Teräs");
|
MODULE_AUTHOR("Timo Teräs");
|
||||||
MODULE_DESCRIPTION("OMAP Keypad Driver");
|
MODULE_DESCRIPTION("OMAP Keypad Driver");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
|
|
@ -767,7 +767,7 @@ Amd7930_init(struct IsdnCardState *cs)
|
||||||
/* read */
|
/* read */
|
||||||
if (*ptr++ >= 0x100) {
|
if (*ptr++ >= 0x100) {
|
||||||
if (cmd < 8)
|
if (cmd < 8)
|
||||||
/* setzt Register zurück */
|
/* reset register */
|
||||||
rByteAMD(cs, cmd);
|
rByteAMD(cs, cmd);
|
||||||
else {
|
else {
|
||||||
wByteAMD(cs, 0x00, cmd);
|
wByteAMD(cs, 0x00, cmd);
|
||||||
|
|
|
@ -75,16 +75,16 @@
|
||||||
static const char *enternow_pci_rev = "$Revision: 1.1.4.5 $";
|
static const char *enternow_pci_rev = "$Revision: 1.1.4.5 $";
|
||||||
|
|
||||||
|
|
||||||
/* für PowerISDN PCI */
|
/* for PowerISDN PCI */
|
||||||
#define TJ_AMD_IRQ 0x20
|
#define TJ_AMD_IRQ 0x20
|
||||||
#define TJ_LED1 0x40
|
#define TJ_LED1 0x40
|
||||||
#define TJ_LED2 0x80
|
#define TJ_LED2 0x80
|
||||||
|
|
||||||
|
|
||||||
/* Das Fenster zum AMD...
|
/* The window to [the] AMD [chip]...
|
||||||
* Ab Adresse hw.njet.base + TJ_AMD_PORT werden vom AMD jeweils 8 Bit in
|
* From address hw.njet.base + TJ_AMD_PORT onwards, the AMD
|
||||||
* den TigerJet i/o-Raum gemappt
|
* maps [consecutive/multiple] 8 bits into the TigerJet I/O space
|
||||||
* -> 0x01 des AMD bei hw.njet.base + 0C4 */
|
* -> 0x01 of the AMD at hw.njet.base + 0C4 */
|
||||||
#define TJ_AMD_PORT 0xC0
|
#define TJ_AMD_PORT 0xC0
|
||||||
|
|
||||||
|
|
||||||
|
@ -96,11 +96,11 @@ static const char *enternow_pci_rev = "$Revision: 1.1.4.5 $";
|
||||||
static unsigned char
|
static unsigned char
|
||||||
ReadByteAmd7930(struct IsdnCardState *cs, unsigned char offset)
|
ReadByteAmd7930(struct IsdnCardState *cs, unsigned char offset)
|
||||||
{
|
{
|
||||||
/* direktes Register */
|
/* direct register */
|
||||||
if(offset < 8)
|
if(offset < 8)
|
||||||
return (inb(cs->hw.njet.isac + 4*offset));
|
return (inb(cs->hw.njet.isac + 4*offset));
|
||||||
|
|
||||||
/* indirektes Register */
|
/* indirect register */
|
||||||
else {
|
else {
|
||||||
outb(offset, cs->hw.njet.isac + 4*AMD_CR);
|
outb(offset, cs->hw.njet.isac + 4*AMD_CR);
|
||||||
return(inb(cs->hw.njet.isac + 4*AMD_DR));
|
return(inb(cs->hw.njet.isac + 4*AMD_DR));
|
||||||
|
@ -111,11 +111,11 @@ ReadByteAmd7930(struct IsdnCardState *cs, unsigned char offset)
|
||||||
static void
|
static void
|
||||||
WriteByteAmd7930(struct IsdnCardState *cs, unsigned char offset, unsigned char value)
|
WriteByteAmd7930(struct IsdnCardState *cs, unsigned char offset, unsigned char value)
|
||||||
{
|
{
|
||||||
/* direktes Register */
|
/* direct register */
|
||||||
if(offset < 8)
|
if(offset < 8)
|
||||||
outb(value, cs->hw.njet.isac + 4*offset);
|
outb(value, cs->hw.njet.isac + 4*offset);
|
||||||
|
|
||||||
/* indirektes Register */
|
/* indirect register */
|
||||||
else {
|
else {
|
||||||
outb(offset, cs->hw.njet.isac + 4*AMD_CR);
|
outb(offset, cs->hw.njet.isac + 4*AMD_CR);
|
||||||
outb(value, cs->hw.njet.isac + 4*AMD_DR);
|
outb(value, cs->hw.njet.isac + 4*AMD_DR);
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* $Id: hfc_pci.c,v 1.48.2.4 2004/02/11 13:21:33 keil Exp $
|
/* $Id: hfc_pci.c,v 1.48.2.4 2004/02/11 13:21:33 keil Exp $
|
||||||
*
|
*
|
||||||
* low level driver for CCD´s hfc-pci based cards
|
* low level driver for CCD's hfc-pci based cards
|
||||||
*
|
*
|
||||||
* Author Werner Cornelius
|
* Author Werner Cornelius
|
||||||
* based on existing driver for CCD hfc ISA cards
|
* based on existing driver for CCD hfc ISA cards
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* isdnhdlc.c -- General purpose ISDN HDLC decoder.
|
* isdnhdlc.c -- General purpose ISDN HDLC decoder.
|
||||||
*
|
*
|
||||||
*Copyright (C) 2002 Wolfgang Mües <wolfgang@iksw-muees.de>
|
*Copyright (C) 2002 Wolfgang Mües <wolfgang@iksw-muees.de>
|
||||||
* 2001 Frode Isaksen <fisaksen@bewan.com>
|
* 2001 Frode Isaksen <fisaksen@bewan.com>
|
||||||
* 2001 Kai Germaschewski <kai.germaschewski@gmx.de>
|
* 2001 Kai Germaschewski <kai.germaschewski@gmx.de>
|
||||||
*
|
*
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
/*-------------------------------------------------------------------*/
|
/*-------------------------------------------------------------------*/
|
||||||
|
|
||||||
MODULE_AUTHOR("Wolfgang Mües <wolfgang@iksw-muees.de>, "
|
MODULE_AUTHOR("Wolfgang Mües <wolfgang@iksw-muees.de>, "
|
||||||
"Frode Isaksen <fisaksen@bewan.com>, "
|
"Frode Isaksen <fisaksen@bewan.com>, "
|
||||||
"Kai Germaschewski <kai.germaschewski@gmx.de>");
|
"Kai Germaschewski <kai.germaschewski@gmx.de>");
|
||||||
MODULE_DESCRIPTION("General purpose ISDN HDLC decoder");
|
MODULE_DESCRIPTION("General purpose ISDN HDLC decoder");
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
* Neccessary because some ISDN devices don't have HDLC
|
* Neccessary because some ISDN devices don't have HDLC
|
||||||
* controllers. Also included: a bit reversal table.
|
* controllers. Also included: a bit reversal table.
|
||||||
*
|
*
|
||||||
*Copyright (C) 2002 Wolfgang Mües <wolfgang@iksw-muees.de>
|
*Copyright (C) 2002 Wolfgang Mües <wolfgang@iksw-muees.de>
|
||||||
* 2001 Frode Isaksen <fisaksen@bewan.com>
|
* 2001 Frode Isaksen <fisaksen@bewan.com>
|
||||||
* 2001 Kai Germaschewski <kai.germaschewski@gmx.de>
|
* 2001 Kai Germaschewski <kai.germaschewski@gmx.de>
|
||||||
*
|
*
|
||||||
|
|
|
@ -304,7 +304,7 @@ initjade(struct IsdnCardState *cs)
|
||||||
cs->BC_Write_Reg(cs, 1, jade_HDLC_IMR, 0x00);
|
cs->BC_Write_Reg(cs, 1, jade_HDLC_IMR, 0x00);
|
||||||
/* Setup host access to hdlc controller */
|
/* Setup host access to hdlc controller */
|
||||||
jade_write_indirect(cs, jade_HDLCCNTRACCESS, (jadeINDIRECT_HAH1|jadeINDIRECT_HAH2));
|
jade_write_indirect(cs, jade_HDLCCNTRACCESS, (jadeINDIRECT_HAH1|jadeINDIRECT_HAH2));
|
||||||
/* Unmask HDLC int (don´t forget DSP int later on)*/
|
/* Unmask HDLC int (don't forget DSP int later on)*/
|
||||||
cs->BC_Write_Reg(cs, -1,jade_INT, (jadeINT_HDLC1|jadeINT_HDLC2));
|
cs->BC_Write_Reg(cs, -1,jade_INT, (jadeINT_HDLC1|jadeINT_HDLC2));
|
||||||
|
|
||||||
/* once again TRANSPARENT */
|
/* once again TRANSPARENT */
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Documentation:
|
* Documentation:
|
||||||
* - "Common ISDN API - Perfil Português - Versão 2.1",
|
* - "Common ISDN API - Perfil Português - Versão 2.1",
|
||||||
* Telecom Portugal, Fev 1992.
|
* Telecom Portugal, Fev 1992.
|
||||||
* - "Common ISDN API - Especificação de protocolos para
|
* - "Common ISDN API - Especificação de protocolos para
|
||||||
* acesso aos canais B", Inesc, Jan 1994.
|
* acesso aos canais B", Inesc, Jan 1994.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
*
|
*
|
||||||
* Better read-balancing code written by Mika Kuoppala <miku@iki.fi>, 2000
|
* Better read-balancing code written by Mika Kuoppala <miku@iki.fi>, 2000
|
||||||
*
|
*
|
||||||
* Fixes to reconstruction by Jakob Østergaard" <jakob@ostenfeld.dk>
|
* Fixes to reconstruction by Jakob Østergaard" <jakob@ostenfeld.dk>
|
||||||
* Various fixes by Neil Brown <neilb@cse.unsw.edu.au>
|
* Various fixes by Neil Brown <neilb@cse.unsw.edu.au>
|
||||||
*
|
*
|
||||||
* Changes by Peter T. Breuer <ptb@it.uc3m.es> 31/1/2003 to support
|
* Changes by Peter T. Breuer <ptb@it.uc3m.es> 31/1/2003 to support
|
||||||
|
|
|
@ -312,7 +312,7 @@ static int sort_and_eliminate(u32* values, int* count)
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* bubble sort the first ´count´ items of the array ´values´ */
|
/* bubble sort the first @count items of the array @values */
|
||||||
for( top = *count; top > 0; top--) {
|
for( top = *count; top > 0; top--) {
|
||||||
for( low = 0, high = 1; high < top; low++, high++) {
|
for( low = 0, high = 1; high < top; low++, high++) {
|
||||||
if( values[low] > values[high] ) {
|
if( values[low] > values[high] ) {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* TerraTec Cinergy T²/qanu USB2 DVB-T adapter.
|
* TerraTec Cinergy T²/qanu USB2 DVB-T adapter.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2004 Daniel Mack <daniel@qanu.de> and
|
* Copyright (C) 2004 Daniel Mack <daniel@qanu.de> and
|
||||||
* Holger Waechtler <holger@qanu.de>
|
* Holger Waechtler <holger@qanu.de>
|
||||||
|
|
|
@ -1259,7 +1259,7 @@ struct tvcard bttv_tvcards[] = {
|
||||||
.has_radio = 1,
|
.has_radio = 1,
|
||||||
},
|
},
|
||||||
[BTTV_BOARD_LIFETEC_9415] = {
|
[BTTV_BOARD_LIFETEC_9415] = {
|
||||||
/* Tim Röstermundt <rosterm@uni-muenster.de>
|
/* Tim Röstermundt <rosterm@uni-muenster.de>
|
||||||
in de.comp.os.unix.linux.hardware:
|
in de.comp.os.unix.linux.hardware:
|
||||||
options bttv card=0 pll=1 radio=1 gpiomask=0x18e0
|
options bttv card=0 pll=1 radio=1 gpiomask=0x18e0
|
||||||
gpiomux =0x44c71f,0x44d71f,0,0x44d71f,0x44dfff
|
gpiomux =0x44c71f,0x44d71f,0,0x44d71f,0x44dfff
|
||||||
|
@ -2824,7 +2824,7 @@ struct tvcard bttv_tvcards[] = {
|
||||||
},
|
},
|
||||||
/* ---- card 0x8b ---------------------------------- */
|
/* ---- card 0x8b ---------------------------------- */
|
||||||
[BTTV_BOARD_PV_M4900] = {
|
[BTTV_BOARD_PV_M4900] = {
|
||||||
/* Sérgio Fortier <sergiofortier@yahoo.com.br> */
|
/* Sérgio Fortier <sergiofortier@yahoo.com.br> */
|
||||||
.name = "Prolink PixelView PlayTV MPEG2 PV-M4900",
|
.name = "Prolink PixelView PlayTV MPEG2 PV-M4900",
|
||||||
.video_inputs = 3,
|
.video_inputs = 3,
|
||||||
.audio_inputs = 1,
|
.audio_inputs = 1,
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* Copyright (C) 2001-2004 Stelian Pop <stelian@popies.net>
|
* Copyright (C) 2001-2004 Stelian Pop <stelian@popies.net>
|
||||||
*
|
*
|
||||||
* Copyright (C) 2001-2002 Alcôve <www.alcove.com>
|
* Copyright (C) 2001-2002 Alcôve <www.alcove.com>
|
||||||
*
|
*
|
||||||
* Copyright (C) 2000 Andrew Tridgell <tridge@valinux.com>
|
* Copyright (C) 2000 Andrew Tridgell <tridge@valinux.com>
|
||||||
*
|
*
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* Copyright (C) 2001-2004 Stelian Pop <stelian@popies.net>
|
* Copyright (C) 2001-2004 Stelian Pop <stelian@popies.net>
|
||||||
*
|
*
|
||||||
* Copyright (C) 2001-2002 Alcôve <www.alcove.com>
|
* Copyright (C) 2001-2002 Alcôve <www.alcove.com>
|
||||||
*
|
*
|
||||||
* Copyright (C) 2000 Andrew Tridgell <tridge@valinux.com>
|
* Copyright (C) 2000 Andrew Tridgell <tridge@valinux.com>
|
||||||
*
|
*
|
||||||
|
|
|
@ -955,7 +955,7 @@ read_frame(struct vicam_camera *cam, int framenum)
|
||||||
request[7] = realShutter >> 8;
|
request[7] = realShutter >> 8;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Per John Markus Bjørndalen, byte at index 8 causes problems if it isn't 0
|
// Per John Markus Bjørndalen, byte at index 8 causes problems if it isn't 0
|
||||||
request[8] = 0;
|
request[8] = 0;
|
||||||
// bytes 9-15 do not seem to affect exposure or image quality
|
// bytes 9-15 do not seem to affect exposure or image quality
|
||||||
|
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
* Video4linux 1/2 integration by Justin Schoeman
|
* Video4linux 1/2 integration by Justin Schoeman
|
||||||
* <justin@suntiger.ee.up.ac.za>
|
* <justin@suntiger.ee.up.ac.za>
|
||||||
* 2.4 PROCFS support ported from 2.4 kernels by
|
* 2.4 PROCFS support ported from 2.4 kernels by
|
||||||
* Iñaki García Etxebarria <garetxe@euskalnet.net>
|
* Iñaki García Etxebarria <garetxe@euskalnet.net>
|
||||||
* Makefile fix by "W. Michael Petullo" <mike@flyn.org>
|
* Makefile fix by "W. Michael Petullo" <mike@flyn.org>
|
||||||
* 2.4 devfs support ported from 2.4 kernels by
|
* 2.4 devfs support ported from 2.4 kernels by
|
||||||
* Dan Merillat <dan@merillat.org>
|
* Dan Merillat <dan@merillat.org>
|
||||||
|
|
|
@ -30,13 +30,13 @@ Juha Sievanen, University of Helsinki Finland
|
||||||
Bug fixes
|
Bug fixes
|
||||||
Core code extensions
|
Core code extensions
|
||||||
|
|
||||||
Auvo Häkkinen, University of Helsinki Finland
|
Auvo Häkkinen, University of Helsinki Finland
|
||||||
LAN OSM code
|
LAN OSM code
|
||||||
/Proc interface to LAN class
|
/Proc interface to LAN class
|
||||||
Bug fixes
|
Bug fixes
|
||||||
Core code extensions
|
Core code extensions
|
||||||
|
|
||||||
Taneli Vähäkangas, University of Helsinki Finland
|
Taneli Vähäkangas, University of Helsinki Finland
|
||||||
Fixes to i2o_config
|
Fixes to i2o_config
|
||||||
|
|
||||||
CREDITS
|
CREDITS
|
||||||
|
|
|
@ -15,8 +15,8 @@
|
||||||
*
|
*
|
||||||
* Fixes/additions:
|
* Fixes/additions:
|
||||||
* Philipp Rumpf
|
* Philipp Rumpf
|
||||||
* Juha Sievänen <Juha.Sievanen@cs.Helsinki.FI>
|
* Juha Sievänen <Juha.Sievanen@cs.Helsinki.FI>
|
||||||
* Auvo Häkkinen <Auvo.Hakkinen@cs.Helsinki.FI>
|
* Auvo Häkkinen <Auvo.Hakkinen@cs.Helsinki.FI>
|
||||||
* Deepak Saxena <deepak@plexity.net>
|
* Deepak Saxena <deepak@plexity.net>
|
||||||
* Boji T Kannanthanam <boji.t.kannanthanam@intel.com>
|
* Boji T Kannanthanam <boji.t.kannanthanam@intel.com>
|
||||||
* Alan Cox <alan@redhat.com>:
|
* Alan Cox <alan@redhat.com>:
|
||||||
|
|
|
@ -10,12 +10,12 @@
|
||||||
* Added basic ioctl() support
|
* Added basic ioctl() support
|
||||||
* Deepak Saxena (06/07/1999):
|
* Deepak Saxena (06/07/1999):
|
||||||
* Added software download ioctl (still testing)
|
* Added software download ioctl (still testing)
|
||||||
* Auvo Häkkinen (09/10/1999):
|
* Auvo Häkkinen (09/10/1999):
|
||||||
* Changes to i2o_cfg_reply(), ioctl_parms()
|
* Changes to i2o_cfg_reply(), ioctl_parms()
|
||||||
* Added ioct_validate()
|
* Added ioct_validate()
|
||||||
* Taneli Vähäkangas (09/30/1999):
|
* Taneli Vähäkangas (09/30/1999):
|
||||||
* Fixed ioctl_swdl()
|
* Fixed ioctl_swdl()
|
||||||
* Taneli Vähäkangas (10/04/1999):
|
* Taneli Vähäkangas (10/04/1999):
|
||||||
* Changed ioctl_swdl(), implemented ioctl_swul() and ioctl_swdel()
|
* Changed ioctl_swdl(), implemented ioctl_swul() and ioctl_swdel()
|
||||||
* Deepak Saxena (11/18/1999):
|
* Deepak Saxena (11/18/1999):
|
||||||
* Added event managmenet support
|
* Added event managmenet support
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* Fixes/additions:
|
* Fixes/additions:
|
||||||
* Juha Sievänen (Juha.Sievanen@cs.Helsinki.FI),
|
* Juha Sievänen (Juha.Sievanen@cs.Helsinki.FI),
|
||||||
* Auvo Häkkinen (Auvo.Hakkinen@cs.Helsinki.FI)
|
* Auvo Häkkinen (Auvo.Hakkinen@cs.Helsinki.FI)
|
||||||
* University of Helsinki, Department of Computer Science
|
* University of Helsinki, Department of Computer Science
|
||||||
* LAN entries
|
* LAN entries
|
||||||
* Markus Lidel <Markus.Lidel@shadowconnect.com>
|
* Markus Lidel <Markus.Lidel@shadowconnect.com>
|
||||||
|
|
|
@ -15,8 +15,8 @@
|
||||||
*
|
*
|
||||||
* Fixes/additions:
|
* Fixes/additions:
|
||||||
* Philipp Rumpf
|
* Philipp Rumpf
|
||||||
* Juha Sievänen <Juha.Sievanen@cs.Helsinki.FI>
|
* Juha Sievänen <Juha.Sievanen@cs.Helsinki.FI>
|
||||||
* Auvo Häkkinen <Auvo.Hakkinen@cs.Helsinki.FI>
|
* Auvo Häkkinen <Auvo.Hakkinen@cs.Helsinki.FI>
|
||||||
* Deepak Saxena <deepak@plexity.net>
|
* Deepak Saxena <deepak@plexity.net>
|
||||||
* Boji T Kannanthanam <boji.t.kannanthanam@intel.com>
|
* Boji T Kannanthanam <boji.t.kannanthanam@intel.com>
|
||||||
* Alan Cox <alan@redhat.com>:
|
* Alan Cox <alan@redhat.com>:
|
||||||
|
|
|
@ -15,8 +15,8 @@
|
||||||
*
|
*
|
||||||
* Fixes/additions:
|
* Fixes/additions:
|
||||||
* Philipp Rumpf
|
* Philipp Rumpf
|
||||||
* Juha Sievänen <Juha.Sievanen@cs.Helsinki.FI>
|
* Juha Sievänen <Juha.Sievanen@cs.Helsinki.FI>
|
||||||
* Auvo Häkkinen <Auvo.Hakkinen@cs.Helsinki.FI>
|
* Auvo Häkkinen <Auvo.Hakkinen@cs.Helsinki.FI>
|
||||||
* Deepak Saxena <deepak@plexity.net>
|
* Deepak Saxena <deepak@plexity.net>
|
||||||
* Boji T Kannanthanam <boji.t.kannanthanam@intel.com>
|
* Boji T Kannanthanam <boji.t.kannanthanam@intel.com>
|
||||||
* Alan Cox <alan@redhat.com>:
|
* Alan Cox <alan@redhat.com>:
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
*
|
*
|
||||||
* Copyright (C) IBM Corporation, 2004
|
* Copyright (C) IBM Corporation, 2004
|
||||||
*
|
*
|
||||||
* Authors: Max Asböck <amax@us.ibm.com>
|
* Authors: Max Asböck <amax@us.ibm.com>
|
||||||
* Vernon Mauery <vernux@us.ibm.com>
|
* Vernon Mauery <vernux@us.ibm.com>
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -73,7 +73,7 @@
|
||||||
|
|
||||||
Jean-Jacques Michel - bug fix
|
Jean-Jacques Michel - bug fix
|
||||||
|
|
||||||
Tobias Ringström - Rx interrupt status checking suggestion
|
Tobias Ringström - Rx interrupt status checking suggestion
|
||||||
|
|
||||||
Andrew Morton - Clear blocked signals, avoid
|
Andrew Morton - Clear blocked signals, avoid
|
||||||
buffer overrun setting current->comm.
|
buffer overrun setting current->comm.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Amiga Linux/m68k Ariadne Ethernet Driver
|
* Amiga Linux/m68k Ariadne Ethernet Driver
|
||||||
*
|
*
|
||||||
* © Copyright 1995-2003 by Geert Uytterhoeven (geert@linux-m68k.org)
|
* © Copyright 1995-2003 by Geert Uytterhoeven (geert@linux-m68k.org)
|
||||||
* Peter De Schrijver (p2@mind.be)
|
* Peter De Schrijver (p2@mind.be)
|
||||||
*
|
*
|
||||||
* ---------------------------------------------------------------------------
|
* ---------------------------------------------------------------------------
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Amiga Linux/m68k Ariadne Ethernet Driver
|
* Amiga Linux/m68k Ariadne Ethernet Driver
|
||||||
*
|
*
|
||||||
* © Copyright 1995 by Geert Uytterhoeven (geert@linux-m68k.org)
|
* © Copyright 1995 by Geert Uytterhoeven (geert@linux-m68k.org)
|
||||||
* Peter De Schrijver
|
* Peter De Schrijver
|
||||||
* (Peter.DeSchrijver@linux.cc.kuleuven.ac.be)
|
* (Peter.DeSchrijver@linux.cc.kuleuven.ac.be)
|
||||||
*
|
*
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* devices like TTY. It interfaces between a raw TTY and the
|
* devices like TTY. It interfaces between a raw TTY and the
|
||||||
* kernel's AX.25 protocol layers.
|
* kernel's AX.25 protocol layers.
|
||||||
*
|
*
|
||||||
* Authors: Andreas Könsgen <ajk@iehk.rwth-aachen.de>
|
* Authors: Andreas Könsgen <ajk@iehk.rwth-aachen.de>
|
||||||
* Ralf Baechle DL5RB <ralf@linux-mips.org>
|
* Ralf Baechle DL5RB <ralf@linux-mips.org>
|
||||||
*
|
*
|
||||||
* Quite a lot of stuff "stolen" by Joerg Reuter from slip.c, written by
|
* Quite a lot of stuff "stolen" by Joerg Reuter from slip.c, written by
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
* published by the Free Software Foundation; either version 2 of
|
* published by the Free Software Foundation; either version 2 of
|
||||||
* the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
*
|
*
|
||||||
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
||||||
* provide warranty for any of this software. This material is
|
* provide warranty for any of this software. This material is
|
||||||
* provided "AS-IS" and at no charge.
|
* provided "AS-IS" and at no charge.
|
||||||
*
|
*
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
* published by the Free Software Foundation; either version 2 of
|
* published by the Free Software Foundation; either version 2 of
|
||||||
* the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
*
|
*
|
||||||
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
||||||
* provide warranty for any of this software. This material is
|
* provide warranty for any of this software. This material is
|
||||||
* provided "AS-IS" and at no charge.
|
* provided "AS-IS" and at no charge.
|
||||||
*
|
*
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
* published by the Free Software Foundation; either version 2 of
|
* published by the Free Software Foundation; either version 2 of
|
||||||
* the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
*
|
*
|
||||||
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
||||||
* provide warranty for any of this software. This material is
|
* provide warranty for any of this software. This material is
|
||||||
* provided "AS-IS" and at no charge.
|
* provided "AS-IS" and at no charge.
|
||||||
*
|
*
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
* published by the Free Software Foundation; either version 2 of
|
* published by the Free Software Foundation; either version 2 of
|
||||||
* the License, or (at your option) any later version.
|
* the License, or (at your option) any later version.
|
||||||
*
|
*
|
||||||
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
||||||
* provide warranty for any of this software. This material is
|
* provide warranty for any of this software. This material is
|
||||||
* provided "AS-IS" and at no charge.
|
* provided "AS-IS" and at no charge.
|
||||||
*
|
*
|
||||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче