summaryrefslogtreecommitdiffstats
path: root/target/linux/oxnas/files
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-12-10 15:51:00 +0000
committerJohn Crispin <john@openwrt.org>2014-12-10 15:51:00 +0000
commit1fa7c8587dda724dcd19294dc8932d790ec5acb3 (patch)
tree69a8c11a76566b6d2eccc02e4fe51614854c4e44 /target/linux/oxnas/files
parentc399f986899e9fc311c4c6a3870fc16770941a1c (diff)
downloadmaster-31e0f0ae-1fa7c8587dda724dcd19294dc8932d790ec5acb3.tar.gz
master-31e0f0ae-1fa7c8587dda724dcd19294dc8932d790ec5acb3.tar.bz2
master-31e0f0ae-1fa7c8587dda724dcd19294dc8932d790ec5acb3.zip
oxnas: add copyright header to sata_oxnas
sata_oxnas.c is obviously a refactored version of sata_ox820.c which does contain this header. Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43597
Diffstat (limited to 'target/linux/oxnas/files')
-rw-r--r--target/linux/oxnas/files/drivers/ata/sata_oxnas.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/target/linux/oxnas/files/drivers/ata/sata_oxnas.c b/target/linux/oxnas/files/drivers/ata/sata_oxnas.c
index b3685bdda0..743d907cff 100644
--- a/target/linux/oxnas/files/drivers/ata/sata_oxnas.c
+++ b/target/linux/oxnas/files/drivers/ata/sata_oxnas.c
@@ -1,3 +1,22 @@
+/*
+ * sata_oxnas
+ * A driver to interface the 934 based sata core present in the ox820
+ * with libata and scsi
+ * based on sata_oxnas driver by Ma Haijun <mahaijuns@gmail.com>
+ * based on ox820 sata code by:
+ * Copyright (c) 2007 Oxford Semiconductor Ltd.
+ *
+ * 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
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ */
+
#include <linux/ata.h>
#include <linux/libata.h>
#include <linux/of_platform.h>