Changeset ba64905 in rtems
- Timestamp:
- Jan 28, 2011, 8:35:34 PM (10 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 3e8cdf8
- Parents:
- 6454e161
- Location:
- c/src/lib/libbsp/i386/pc386
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/pc386/ChangeLog
r6454e161 rba64905 1 2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com> 2 3 * clock/rtc.c, console/console.c, console/inch.c, console/outch.c, 4 include/bsp.h, include/crt.h, ne2000/ne2000.c, startup/bspcmdline.c, 5 startup/bspstart.c, startup/ldsegs.S, timer/timer.c, 6 timer/timerisr.S: Fix typo where license said found in found in. 7 1 8 2011-01-06 Joel Sherrill <joel.sherrill@oarcorp.com> 2 9 -
c/src/lib/libbsp/i386/pc386/clock/rtc.c
r6454e161 rba64905 25 25 | * 26 26 | * The license and distribution terms for this file may be 27 | * found in found inthe file LICENSE in this distribution or at27 | * found in the file LICENSE in this distribution or at 28 28 | * http://www.rtems.com/license/LICENSE. 29 29 | ************************************************************************** -
c/src/lib/libbsp/i386/pc386/console/console.c
r6454e161 rba64905 24 24 | * 25 25 | * The license and distribution terms for this file may be 26 | * found in found inthe file LICENSE in this distribution or at26 | * found in the file LICENSE in this distribution or at 27 27 | * http://www.rtems.com/license/LICENSE. 28 28 | ************************************************************************** -
c/src/lib/libbsp/i386/pc386/console/inch.c
r6454e161 rba64905 23 23 | * 24 24 | * The license and distribution terms for this file may be 25 | * found in found inthe file LICENSE in this distribution or at25 | * found in the file LICENSE in this distribution or at 26 26 | * http://www.rtems.com/license/LICENSE. 27 27 | ************************************************************************** -
c/src/lib/libbsp/i386/pc386/console/outch.c
r6454e161 rba64905 8 8 * 9 9 * The license and distribution terms for this file may be 10 * found in found inthe file LICENSE in this distribution or at10 * found in the file LICENSE in this distribution or at 11 11 * http://www.rtems.com/license/LICENSE. 12 12 * -
c/src/lib/libbsp/i386/pc386/include/bsp.h
r6454e161 rba64905 32 32 | * 33 33 | * The license and distribution terms for this file may be 34 | * found in found inthe file LICENSE in this distribution or at34 | * found in the file LICENSE in this distribution or at 35 35 | * http://www.rtems.com/license/LICENSE. 36 36 | ************************************************************************** -
c/src/lib/libbsp/i386/pc386/include/crt.h
r6454e161 rba64905 8 8 * 9 9 * The license and distribution terms for this file may be 10 * found in found inthe file LICENSE in this distribution or at10 * found in the file LICENSE in this distribution or at 11 11 * http://www.rtems.com/license/LICENSE. 12 12 * -
c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c
r6454e161 rba64905 4 4 * 5 5 * The license and distribution terms for this file may be 6 * found in found inthe file LICENSE in this distribution or at6 * found in the file LICENSE in this distribution or at 7 7 * http://www.rtems.com/license/LICENSE. 8 8 * -
c/src/lib/libbsp/i386/pc386/startup/bspcmdline.c
r6454e161 rba64905 20 20 | * 21 21 | * The license and distribution terms for this file may be 22 | * found in found inthe file LICENSE in this distribution or at22 | * found in the file LICENSE in this distribution or at 23 23 | * http://www.rtems.com/license/LICENSE. 24 24 | ************************************************************************** -
c/src/lib/libbsp/i386/pc386/startup/bspstart.c
r6454e161 rba64905 24 24 | * 25 25 | * The license and distribution terms for this file may be 26 | * found in found inthe file LICENSE in this distribution or at26 | * found in the file LICENSE in this distribution or at 27 27 | * http://www.rtems.com/license/LICENSE. 28 28 | ************************************************************************** -
c/src/lib/libbsp/i386/pc386/startup/ldsegs.S
r6454e161 rba64905 29 29 | * 30 30 | * The license and distribution terms for this file may be 31 | * found in found inthe file LICENSE in this distribution or at31 | * found in the file LICENSE in this distribution or at 32 32 | * http://www.rtems.com/license/LICENSE. 33 33 | ************************************************************************** -
c/src/lib/libbsp/i386/pc386/timer/timer.c
r6454e161 rba64905 22 22 * 23 23 * The license and distribution terms for this file may be 24 * found in found inthe file LICENSE in this distribution or at24 * found in the file LICENSE in this distribution or at 25 25 * http://www.rtems.com/license/LICENSE. 26 26 * -
c/src/lib/libbsp/i386/pc386/timer/timerisr.S
r6454e161 rba64905 24 24 | * 25 25 | * The license and distribution terms for this file may be 26 | * found in found inthe file LICENSE in this distribution or at26 | * found in the file LICENSE in this distribution or at 27 27 | * http://www.rtems.com/license/LICENSE. 28 28 | **************************************************************************
Note: See TracChangeset
for help on using the changeset viewer.