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 /common/usb_storage.c | |
| parent | c43352ccfa1ebeb15da26e52bcb152f614cbfe0a (diff) | |
| download | olio-uboot-2014.01-460c322f13ec0e20d3ac72fe375873458999e43a.tar.xz olio-uboot-2014.01-460c322f13ec0e20d3ac72fe375873458999e43a.zip | |
(re)enabled scsi commands do_scsi() and do_scsiboot()
Patch by Denis Peter, 06 Dec 2004
Diffstat (limited to 'common/usb_storage.c')
| -rw-r--r-- | common/usb_storage.c | 15 | 
1 files changed, 11 insertions, 4 deletions
| diff --git a/common/usb_storage.c b/common/usb_storage.c index 6cf62e40d..69d195af6 100644 --- a/common/usb_storage.c +++ b/common/usb_storage.c @@ -1,12 +1,19 @@  /* - * (C) Copyright 2001 - * Denis Peter, MPL AG Switzerland + * Most of this source has been derived from the Linux USB + * project: + *   (c) 1999-2002 Matthew Dharm (mdharm-usb@one-eyed-alien.net) + *   (c) 2000 David L. Brown, Jr. (usb-storage@davidb.org) + *   (c) 1999 Michael Gee (michael@linuxspecific.com) + *   (c) 2000 Yggdrasil Computing, Inc. + * + * + * Adapted for U-Boot: + *   (C) Copyright 2001 Denis Peter, MPL AG Switzerland   *   * For BBB support (C) Copyright 2003   * Gary Jennejohn, DENX Software Engineering <gj@denx.de>   * - * Most of this source has been derived from the Linux USB - * project. BBB support based on /sys/dev/usb/umass.c from + * BBB support based on /sys/dev/usb/umass.c from   * FreeBSD.   *   * See file CREDITS for list of people who contributed to this |