forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ata: Switch all my stuff to a common address
Signed-off-by: Jeff Garzik <[email protected]>
- Loading branch information
Showing
40 changed files
with
28 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* ata_generic.c - Generic PATA/SATA controller driver. | ||
* Copyright 2005 Red Hat Inc <[email protected]>, all rights reserved. | ||
* Copyright 2005 Red Hat Inc, all rights reserved. | ||
* | ||
* Elements from ide/pci/generic.c | ||
* Copyright (C) 2001-2002 Andre Hedrick <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
* | ||
* Copyright (C) 1998-1999 Andrzej Krzysztofowicz, Author and Maintainer | ||
* Copyright (C) 1998-2000 Andre Hedrick <[email protected]> | ||
* Copyright (C) 2003 Red Hat Inc <[email protected]> | ||
* Copyright (C) 2003 Red Hat Inc | ||
* | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* ACPI PATA driver | ||
* | ||
* (c) 2007 Red Hat <[email protected]> | ||
* (c) 2007 Red Hat | ||
*/ | ||
|
||
#include <linux/kernel.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
/* | ||
* pata_ali.c - ALI 15x3 PATA for new ATA layer | ||
* (C) 2005 Red Hat Inc | ||
* Alan Cox <[email protected]> | ||
* | ||
* based in part upon | ||
* linux/drivers/ide/pci/alim15x3.c Version 0.17 2003/01/02 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
/* | ||
* pata_amd.c - AMD PATA for new ATA layer | ||
* (C) 2005-2006 Red Hat Inc | ||
* Alan Cox <[email protected]> | ||
* | ||
* Based on pata-sil680. Errata information is taken from data sheets | ||
* and the amd74xx.c driver by Vojtech Pavlik. Nvidia SATA devices are | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* pata_artop.c - ARTOP ATA controller driver | ||
* | ||
* (C) 2006 Red Hat <[email protected]> | ||
* (C) 2006 Red Hat | ||
* (C) 2007 Bartlomiej Zolnierkiewicz | ||
* | ||
* Based in part on drivers/ide/pci/aec62xx.c | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
/* | ||
* pata_atiixp.c - ATI PATA for new ATA layer | ||
* (C) 2005 Red Hat Inc | ||
* Alan Cox <[email protected]> | ||
* | ||
* Based on | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
/* | ||
* pata_cmd640.c - CMD640 PCI PATA for new ATA layer | ||
* (C) 2007 Red Hat Inc | ||
* Alan Cox <[email protected]> | ||
* | ||
* Based upon | ||
* linux/drivers/ide/pci/cmd640.c Version 1.02 Sep 01, 1996 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
/* | ||
* pata-cs5530.c - CS5530 PATA for new ATA layer | ||
* (C) 2005 Red Hat Inc | ||
* Alan Cox <[email protected]> | ||
* | ||
* based upon cs5530.c by Mark Lord. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* pata-cs5535.c - CS5535 PATA for new ATA layer | ||
* (C) 2005-2006 Red Hat Inc | ||
* Alan Cox <alan@redhat.com> | ||
* Alan Cox <alan@lxorguk.ukuu.org.uk> | ||
* | ||
* based upon cs5535.c from AMD <[email protected]> as cleaned up and | ||
* made readable and Linux style by Wolfgang Zuleger <[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* pata_cypress.c - Cypress PATA for new ATA layer | ||
* (C) 2006 Red Hat Inc | ||
* Alan Cox <[email protected]> | ||
* Alan Cox | ||
* | ||
* Based heavily on | ||
* linux/drivers/ide/pci/cy82c693.c Version 0.40 Sep. 10, 2002 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* pata_efar.c - EFAR PIIX clone controller driver | ||
* | ||
* (C) 2005 Red Hat <[email protected]> | ||
* (C) 2005 Red Hat | ||
* | ||
* Some parts based on ata_piix.c by Jeff Garzik and others. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
|
||
/* | ||
* pata-isapnp.c - ISA PnP PATA controller driver. | ||
* Copyright 2005/2006 Red Hat Inc <[email protected]>, all rights reserved. | ||
* Copyright 2005/2006 Red Hat Inc, all rights reserved. | ||
* | ||
* Based in part on ide-pnp.c by Andrey Panin <[email protected]> | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* pata_it821x.c - IT821x PATA for new ATA layer | ||
* (C) 2005 Red Hat Inc | ||
* Alan Cox <alan@redhat.com> | ||
* Alan Cox <alan@lxorguk.ukuu.org.uk> | ||
* (C) 2007 Bartlomiej Zolnierkiewicz | ||
* | ||
* based upon | ||
|
@@ -10,7 +10,7 @@ | |
* | ||
* linux/drivers/ide/pci/it821x.c Version 0.09 December 2004 | ||
* | ||
* Copyright (C) 2004 Red Hat <[email protected]> | ||
* Copyright (C) 2004 Red Hat | ||
* | ||
* May be copied or modified under the terms of the GNU General Public License | ||
* Based in part on the ITE vendor provided SCSI driver. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* driven by AHCI in the usual configuration although | ||
* this driver can handle other setups if we need it. | ||
* | ||
* (c) 2006 Red Hat <[email protected]> | ||
* (c) 2006 Red Hat | ||
*/ | ||
|
||
#include <linux/kernel.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* pata-legacy.c - Legacy port PATA/SATA controller driver. | ||
* Copyright 2005/2006 Red Hat <[email protected]>, all rights reserved. | ||
* Copyright 2005/2006 Red Hat, all rights reserved. | ||
* | ||
* 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* isn't making full use of the device functionality but it is | ||
* easy to get working. | ||
* | ||
* (c) 2006 Red Hat <[email protected]> | ||
* (c) 2006 Red Hat | ||
*/ | ||
|
||
#include <linux/kernel.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* pata_netcell.c - Netcell PATA driver | ||
* | ||
* (c) 2006 Red Hat <[email protected]> | ||
* (c) 2006 Red Hat | ||
*/ | ||
|
||
#include <linux/kernel.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
/* | ||
* pata_ninja32.c - Ninja32 PATA for new ATA layer | ||
* (C) 2007 Red Hat Inc | ||
* Alan Cox <[email protected]> | ||
* | ||
* Note: The controller like many controllers has shared timings for | ||
* PIO and DMA. We thus flip to the DMA timings in dma_start and flip back | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
/* | ||
* pata_ns87410.c - National Semiconductor 87410 PATA for new ATA layer | ||
* (C) 2006 Red Hat Inc | ||
* Alan Cox <[email protected]> | ||
* | ||
* 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* pata_oldpiix.c - Intel PATA/SATA controllers | ||
* | ||
* (C) 2005 Red Hat <[email protected]> | ||
* (C) 2005 Red Hat | ||
* | ||
* Some parts based on ata_piix.c by Jeff Garzik and others. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
/* | ||
* pata_opti.c - ATI PATA for new ATA layer | ||
* (C) 2005 Red Hat Inc | ||
* Alan Cox <[email protected]> | ||
* | ||
* Based on | ||
* linux/drivers/ide/pci/opti621.c Version 0.7 Sept 10, 2002 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
/* | ||
* pata_optidma.c - Opti DMA PATA for new ATA layer | ||
* (C) 2006 Red Hat Inc | ||
* Alan Cox <[email protected]> | ||
* | ||
* The Opti DMA controllers are related to the older PIO PCI controllers | ||
* and indeed the VLB ones. The main differences are that the timing | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* pata_pcmcia.c - PCMCIA PATA controller driver. | ||
* Copyright 2005-2006 Red Hat Inc <[email protected]>, all rights reserved. | ||
* Copyright 2005-2006 Red Hat Inc, all rights reserved. | ||
* PCMCIA ident update Copyright 2006 Marcin Juszkiewicz | ||
* <[email protected]> | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* | ||
* Based on pata_pcmcia: | ||
* | ||
* Copyright 2005-2006 Red Hat Inc <[email protected]>, all rights reserved. | ||
* Copyright 2005-2006 Red Hat Inc, all rights reserved. | ||
* | ||
* This file is subject to the terms and conditions of the GNU General Public | ||
* License. See the file "COPYING" in the main directory of this archive | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* pata_qdi.c - QDI VLB ATA controllers | ||
* (C) 2006 Red Hat <[email protected]> | ||
* (C) 2006 Red Hat | ||
* | ||
* This driver mostly exists as a proof of concept for non PCI devices under | ||
* libata. While the QDI6580 was 'neat' in 1993 it is no longer terribly | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
* Copyright 2003-2005 Jeff Garzik | ||
* Copyright (C) 1998-1999 Andrzej Krzysztofowicz, Author and Maintainer | ||
* Copyright (C) 1998-2000 Andre Hedrick <[email protected]> | ||
* Copyright (C) 2003 Red Hat Inc <[email protected]> | ||
* Copyright (C) 2003 Red Hat Inc | ||
* | ||
* and drivers/ata/ahci.c: | ||
* Copyright 2004-2005 Red Hat, Inc. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
/* | ||
* pata_serverworks.c - Serverworks PATA for new ATA layer | ||
* (C) 2005 Red Hat Inc | ||
* Alan Cox <[email protected]> | ||
* | ||
* based upon | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
/* | ||
* pata_sil680.c - SIL680 PATA for new ATA layer | ||
* (C) 2005 Red Hat Inc | ||
* Alan Cox <[email protected]> | ||
* | ||
* based upon | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* pata_sis.c - SiS ATA driver | ||
* | ||
* (C) 2005 Red Hat <[email protected]> | ||
* (C) 2005 Red Hat | ||
* (C) 2007 Bartlomiej Zolnierkiewicz | ||
* | ||
* Based upon linux/drivers/ide/pci/sis5513.c | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
/* | ||
* pata_sl82c105.c - SL82C105 PATA for new ATA layer | ||
* (C) 2005 Red Hat Inc | ||
* Alan Cox <[email protected]> | ||
* | ||
* Based in part on linux/drivers/ide/pci/sl82c105.c | ||
* SL82C105/Winbond 553 IDE driver | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
/* | ||
* pata_via.c - VIA PATA for new ATA layer | ||
* (C) 2005-2006 Red Hat Inc | ||
* Alan Cox <[email protected]> | ||
* | ||
* Documentation | ||
* Most chipset documentation available under NDA only | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* pata_winbond.c - Winbond VLB ATA controllers | ||
* (C) 2006 Red Hat <[email protected]> | ||
* (C) 2006 Red Hat | ||
* | ||
* Support for the Winbond 83759A when operating in advanced mode. | ||
* Multichip mode is not currently supported. | ||
|