Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab771630 authored by Alan Cox's avatar Alan Cox Committed by Jeff Garzik
Browse files

ata: Switch all my stuff to a common address



Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent 1d63e726
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
/*
 *  ata_generic.c - Generic PATA/SATA controller driver.
 *  Copyright 2005 Red Hat Inc <alan@redhat.com>, all rights reserved.
 *  Copyright 2005 Red Hat Inc, all rights reserved.
 *
 *  Elements from ide/pci/generic.c
 *	    Copyright (C) 2001-2002	Andre Hedrick <andre@linux-ide.org>
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 *
 *  Copyright (C) 1998-1999 Andrzej Krzysztofowicz, Author and Maintainer
 *  Copyright (C) 1998-2000 Andre Hedrick <andre@linux-ide.org>
 *  Copyright (C) 2003 Red Hat Inc <alan@redhat.com>
 *  Copyright (C) 2003 Red Hat Inc
 *
 *
 *  This program is free software; you can redistribute it and/or modify
+1 −1
Original line number Diff line number Diff line
/*
 *	ACPI PATA driver
 *
 *	(c) 2007 Red Hat  <alan@redhat.com>
 *	(c) 2007 Red Hat
 */

#include <linux/kernel.h>
+0 −1
Original line number Diff line number Diff line
/*
 * pata_ali.c 	- ALI 15x3 PATA for new ATA layer
 *			  (C) 2005 Red Hat Inc
 *			  Alan Cox <alan@redhat.com>
 *
 * based in part upon
 * linux/drivers/ide/pci/alim15x3.c		Version 0.17	2003/01/02
+0 −1
Original line number Diff line number Diff line
/*
 * pata_amd.c 	- AMD PATA for new ATA layer
 *			  (C) 2005-2006 Red Hat Inc
 *			  Alan Cox <alan@redhat.com>
 *
 *  Based on pata-sil680. Errata information is taken from data sheets
 *  and the amd74xx.c driver by Vojtech Pavlik. Nvidia SATA devices are
Loading