Changeset 247914a in rtems
- Timestamp:
- Sep 4, 2003, 6:45:02 PM (18 years ago)
- Children:
- df34027
- Parents:
- a4199003
- Location:
- c/src/lib/libbsp/powerpc/eth_comm
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/eth_comm/ChangeLog
ra4199003 r247914a 1 2003-09-04 Joel Sherrill <joel@OARcorp.com> 2 3 * canbus/canbus.c, clock/p_clock.c, include/bsp.h, include/canbus.h, 4 include/coverhd.h, irq/irq.c, irq/irq.h, irq/irq_asm.S, 5 irq/irq_init.c, startup/bspstart.c, startup/mmutlbtab.c, 6 startup/setvec.c, vectors/vectors.h, vectors/vectors_init.c: URL for 7 license changed. 8 1 9 2003-08-22 Joel Sherrill <joel@OARcorp.com> 2 10 -
c/src/lib/libbsp/powerpc/eth_comm/canbus/canbus.c
ra4199003 r247914a 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * Note: All of this code assumes a 10Mhz clock input to the 82527 -
c/src/lib/libbsp/powerpc/eth_comm/clock/p_clock.c
ra4199003 r247914a 7 7 * The license and distribution terms for this file may in 8 8 * the file LICENSE in this distribution or at 9 * http://www. OARcorp.com/rtems/license.html.9 * http://www.rtems.com/license/LICENSE. 10 10 * 11 11 * Modified to support the MPC750. -
c/src/lib/libbsp/powerpc/eth_comm/include/bsp.h
ra4199003 r247914a 10 10 * The license and distribution terms for this file may be 11 11 * found in the file LICENSE in this distribution or at 12 * http://www. OARcorp.com/rtems/license.html.12 * http://www.rtems.com/license/LICENSE. 13 13 * 14 14 * $Id$ -
c/src/lib/libbsp/powerpc/eth_comm/include/canbus.h
ra4199003 r247914a 10 10 * The license and distribution terms for this file may be 11 11 * found in the file LICENSE in this distribution or at 12 * http://www. OARcorp.com/rtems/license.html.12 * http://www.rtems.com/license/LICENSE. 13 13 * 14 14 * $Id: -
c/src/lib/libbsp/powerpc/eth_comm/include/coverhd.h
ra4199003 r247914a 20 20 * The license and distribution terms for this file may be 21 21 * found in the file LICENSE in this distribution or at 22 * http://www. OARcorp.com/rtems/license.html.22 * http://www.rtems.com/license/LICENSE. 23 23 * 24 24 * $Id$ -
c/src/lib/libbsp/powerpc/eth_comm/irq/irq.c
ra4199003 r247914a 7 7 * The license and distribution terms for this file may be 8 8 * found in found in the file LICENSE in this distribution or at 9 * http://www. OARcorp.com/rtems/license.html.9 * http://www.rtems.com/license/LICENSE. 10 10 * 11 11 * $Id$ -
c/src/lib/libbsp/powerpc/eth_comm/irq/irq.h
ra4199003 r247914a 14 14 * The license and distribution terms for this file may be 15 15 * found in found in the file LICENSE in this distribution or at 16 * http://www. OARcorp.com/rtems/license.html.16 * http://www.rtems.com/license/LICENSE. 17 17 * 18 18 * $Id$ -
c/src/lib/libbsp/powerpc/eth_comm/irq/irq_asm.S
ra4199003 r247914a 5 5 * The license and distribution terms for this file may be 6 6 * found in found in the file LICENSE in this distribution or at 7 * http://www. OARcorp.com/rtems/license.html.7 * http://www.rtems.com/license/LICENSE. 8 8 * 9 9 * Modified to support the MCP750. -
c/src/lib/libbsp/powerpc/eth_comm/irq/irq_init.c
ra4199003 r247914a 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
c/src/lib/libbsp/powerpc/eth_comm/startup/bspstart.c
ra4199003 r247914a 13 13 * The license and distribution terms for this file may be 14 14 * found in the file LICENSE in this distribution or at 15 * http://www. OARcorp.com/rtems/license.html.15 * http://www.rtems.com/license/LICENSE. 16 16 * 17 17 * $Id$ -
c/src/lib/libbsp/powerpc/eth_comm/startup/mmutlbtab.c
ra4199003 r247914a 6 6 * The license and distribution terms for this file may be 7 7 * found in the file LICENSE in this distribution or at 8 * http://www. OARcorp.com/rtems/license.html.8 * http://www.rtems.com/license/LICENSE. 9 9 */ 10 10 -
c/src/lib/libbsp/powerpc/eth_comm/startup/setvec.c
ra4199003 r247914a 18 18 * The license and distribution terms for this file may be 19 19 * found in the file LICENSE in this distribution or at 20 * http://www. OARcorp.com/rtems/license.html.20 * http://www.rtems.com/license/LICENSE. 21 21 * 22 22 * $Id$ -
c/src/lib/libbsp/powerpc/eth_comm/vectors/vectors.h
ra4199003 r247914a 9 9 * The license and distribution terms for this file may be 10 10 * found in found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
c/src/lib/libbsp/powerpc/eth_comm/vectors/vectors_init.c
ra4199003 r247914a 9 9 * The license and distribution terms for this file may be 10 10 * found in found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$
Note: See TracChangeset
for help on using the changeset viewer.