mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-17 02:36:21 +00:00
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>
This commit is contained in:
parent
bbf19db37e
commit
27a15e50fb
@ -1,7 +1,7 @@
|
|||||||
/* -*- c-basic-offset: 8 -*-
|
/* -*- c-basic-offset: 8 -*-
|
||||||
* fw-sbp2.c -- SBP2 driver (SCSI over IEEE1394)
|
* fw-sbp2.c -- SBP2 driver (SCSI over IEEE1394)
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005-2006 Kristian Hoegsberg <krh@bitplanet.net>
|
* Copyright (C) 2005-2007 Kristian Hoegsberg <krh@bitplanet.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
|
||||||
* 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,6 +18,15 @@
|
|||||||
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* The basic structure of this driver is based the old storage driver,
|
||||||
|
* drivers/ieee1394/sbp2.c, originally written by
|
||||||
|
* James Goodwin <jamesg@filanet.com>
|
||||||
|
* with later contributions and ongoing maintenance from
|
||||||
|
* Ben Collins <bcollins@debian.org>,
|
||||||
|
* Stefan Richter <stefanr@s5r6.in-berlin.de>
|
||||||
|
* and many others.
|
||||||
|
*/
|
||||||
|
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
#include <linux/mod_devicetable.h>
|
#include <linux/mod_devicetable.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user