diff options
Diffstat (limited to 'cpu/mpc5xxx/usb_ohci.c')
-rw-r--r-- | cpu/mpc5xxx/usb_ohci.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cpu/mpc5xxx/usb_ohci.c b/cpu/mpc5xxx/usb_ohci.c index 55f6d35..8806826 100644 --- a/cpu/mpc5xxx/usb_ohci.c +++ b/cpu/mpc5xxx/usb_ohci.c @@ -7,6 +7,10 @@ * (C) Copyright 2004 * Pierre Aubert, Staubli Faverges <p.aubert@staubli.com> * + * Note: Much of this code has been derived from Linux 2.4 + * (C) Copyright 1999 Roman Weissgaerber <weissg@vienna.at> + * (C) Copyright 2000-2002 David Brownell + * * See file CREDITS for list of people who contributed to this * project. * @@ -25,8 +29,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA * - * Note: Part of this code has been derived from linux - * */ /* * IMPORTANT NOTES |