Mercurial > flash_v2
annotate packages/devs/eth/powerpc/adderII/current/ChangeLog @ 862:725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
| author | gthomas |
|---|---|
| date | Mon, 24 Mar 2003 21:59:28 +0000 |
| parents | |
| children |
| rev | line source |
|---|---|
|
862
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
1 2003-03-24 Gary Thomas <gary@mlbassoc.com> |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
2 |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
3 * include/adderII_eth.inl: |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
4 * cdl/adderII_eth_drivers.cdl: New package - ethernet support on |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
5 AdderII using FEC. |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
6 |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
7 2002-09-03 Gary Thomas <gary@mlbassoc.com> |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
8 |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
9 * include/viper_eth.inl: |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
10 * cdl/viper_eth_drivers.cdl: New package - platform specifics for |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
11 PowerPC/FEC ethernet driver. |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
12 |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
13 //=========================================================================== |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
14 //####ECOSGPLCOPYRIGHTBEGIN#### |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
15 // ------------------------------------------- |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
16 // This file is part of eCos, the Embedded Configurable Operating System. |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
17 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
18 // |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
19 // eCos is free software; you can redistribute it and/or modify it under |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
20 // the terms of the GNU General Public License as published by the Free |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
21 // Software Foundation; either version 2 or (at your option) any later version. |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
22 // |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
23 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
24 // WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
25 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
26 // for more details. |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
27 // |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
28 // You should have received a copy of the GNU General Public License along |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
29 // with eCos; if not, write to the Free Software Foundation, Inc., |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
30 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
31 // |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
32 // As a special exception, if other files instantiate templates or use macros |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
33 // or inline functions from this file, or you compile this file and link it |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
34 // with other works to produce a work based on this file, this file does not |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
35 // by itself cause the resulting work to be covered by the GNU General Public |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
36 // License. However the source code for this file must still be made available |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
37 // in accordance with section (3) of the GNU General Public License. |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
38 // |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
39 // This exception does not invalidate any other reasons why a work based on |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
40 // this file might be covered by the GNU General Public License. |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
41 // |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
42 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
43 // at http://sources.redhat.com/ecos/ecos-license/ |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
44 // ------------------------------------------- |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
45 //####ECOSGPLCOPYRIGHTEND#### |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
46 //=========================================================================== |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
47 |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
48 |
|
725ba4e57f0c
Add support for A&M Adder-II (by extending Adder platform)
gthomas
parents:
diff
changeset
|
49 |
