diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-04 01:14:12 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-04 01:14:12 +0200 |
commit | 460c322f13ec0e20d3ac72fe375873458999e43a (patch) | |
tree | 0e193a8c0c7d204d4de0b272816f0979bd156ab1 /drivers | |
parent | c43352ccfa1ebeb15da26e52bcb152f614cbfe0a (diff) | |
download | u-boot-midas-460c322f13ec0e20d3ac72fe375873458999e43a.tar.gz u-boot-midas-460c322f13ec0e20d3ac72fe375873458999e43a.tar.bz2 u-boot-midas-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.c | 12 |
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> |