summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2005-08-04 01:14:12 +0200
committerWolfgang Denk <wd@pollux.denx.de>2005-08-04 01:14:12 +0200
commit460c322f13ec0e20d3ac72fe375873458999e43a (patch)
tree0e193a8c0c7d204d4de0b272816f0979bd156ab1 /drivers
parentc43352ccfa1ebeb15da26e52bcb152f614cbfe0a (diff)
downloadblackbird-obmc-uboot-460c322f13ec0e20d3ac72fe375873458999e43a.tar.gz
blackbird-obmc-uboot-460c322f13ec0e20d3ac72fe375873458999e43a.zip
(re)enabled scsi commands do_scsi() and do_scsiboot()
Patch by Denis Peter, 06 Dec 2004
Diffstat (limited to 'drivers')
-rw-r--r--drivers/ct69000.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/drivers/ct69000.c b/drivers/ct69000.c
index f510f371d1..bc2853ed95 100644
--- a/drivers/ct69000.c
+++ b/drivers/ct69000.c
@@ -1,6 +1,8 @@
-/*
- * (C) Copyright 2002
- * Denis Peter, MPL AG Switzerland
+/* ported from ctfb.c (linux kernel):
+ * Created in Jan - July 2000 by Thomas Höhenleitner <th@visuelle-maschinen.de>
+ *
+ * Ported to U-Boot:
+ * (C) Copyright 2002 Denis Peter, MPL AG Switzerland
*
* See file CREDITS for list of people who contributed to this
* project.
@@ -21,10 +23,6 @@
* MA 02111-1307 USA
*/
-/*
- * ported from ctfb.c (linux kernel) for the U-Boot
- *
- */
#include <common.h>
OpenPOWER on IntegriCloud