diff options
author | Kristian Høgsberg <krh@redhat.com> | 2007-02-06 14:49:39 -0500 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-03-09 16:02:55 -0500 |
commit | 27a15e50fb87978d7e1e9f7b561f78692e0b1eb5 (patch) | |
tree | ea7faf68febb685c443e9ecf6f364bfbec84fc68 /drivers/firewire/fw-sbp2.c | |
parent | bbf19db37e8be3fa6d6fe3e26e50da068b44a0e8 (diff) |
firewire: Credit the old sbp2.c driver for being a good starting point.
Signed-off-by: Kristian Høgsberg <krh@redhat.com>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'drivers/firewire/fw-sbp2.c')
-rw-r--r-- | drivers/firewire/fw-sbp2.c | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/drivers/firewire/fw-sbp2.c b/drivers/firewire/fw-sbp2.c index bd64e1874685..fa59e59766e1 100644 --- a/drivers/firewire/fw-sbp2.c +++ b/drivers/firewire/fw-sbp2.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* -*- c-basic-offset: 8 -*- | 1 | /* -*- c-basic-offset: 8 -*- |
2 | * fw-sbp2.c -- SBP2 driver (SCSI over IEEE1394) | 2 | * fw-sbp2.c -- SBP2 driver (SCSI over IEEE1394) |
3 | * | 3 | * |
4 | * Copyright (C) 2005-2006 Kristian Hoegsberg <krh@bitplanet.net> | 4 | * Copyright (C) 2005-2007 Kristian Hoegsberg <krh@bitplanet.net> |
5 | * | 5 | * |
6 | * This program is free software; you can redistribute it and/or modify | 6 | * This program is free software; you can redistribute it and/or modify |
7 | * it under the terms of the GNU General Public License as published by | 7 | * it under the terms of the GNU General Public License as published by |
@@ -18,6 +18,15 @@ | |||
18 | * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 18 | * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
19 | */ | 19 | */ |
20 | 20 | ||
21 | /* The basic structure of this driver is based the old storage driver, | ||
22 | * drivers/ieee1394/sbp2.c, originally written by | ||
23 | * James Goodwin <jamesg@filanet.com> | ||
24 | * with later contributions and ongoing maintenance from | ||
25 | * Ben Collins <bcollins@debian.org>, | ||
26 | * Stefan Richter <stefanr@s5r6.in-berlin.de> | ||
27 | * and many others. | ||
28 | */ | ||
29 | |||
21 | #include <linux/kernel.h> | 30 | #include <linux/kernel.h> |
22 | #include <linux/module.h> | 31 | #include <linux/module.h> |
23 | #include <linux/mod_devicetable.h> | 32 | #include <linux/mod_devicetable.h> |