Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Timeline



11/11/04:

01:05 Ticket #715 (libchip/rtc/mc146818a.c should not include bsp.h) closed by Ralf Corsepius
State-Changed-From-To: open->closed State-Changed-Why: Fixed on 04/11/03 ndex: libchip/rtc/mc146818a.c =================================================================== RCS file: /usr1/CVS/rtems/c/src/libchip/rtc/mc146818a.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libchip/rtc/mc146818a.c 21 Oct 2004 13:26:58 -0000 1.3 +++ libchip/rtc/mc146818a.c 3 Nov 2004 08:18:56 -0000 1.4 @@ -20,12 +20,11 @@ * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * - * $Id: mc146818a.c,v 1.3 2004/10/21 13:26:58 ralf Exp $ + * $Id: mc146818a.c,v 1.4 2004/11/03 08:18:56 ralf Exp $ */ #include <rtems.h> #include <libchip/rtc.h> #include <libchip/mc146818a.h> -#include <bsp.h> #define From_BCD( _x ) ((((_x) >> 4) * 10) + ((_x) & 0x0F)) #define To_BCD( _x ) ((((_x) / 10) << 4) + ((_x) % 10))

11/10/04:

21:24 Ticket #715 (libchip/rtc/mc146818a.c should not include bsp.h) closed by Joel Sherrill
21:23 Ticket #715 (libchip/rtc/mc146818a.c should not include bsp.h) created by Joel Sherrill
See title of bug.. it is pretty obvious. Release: unknown
11:34 Ticket #714 (a more flexible console driver for gen68360 BSPs is available) created by thomas.doerfler
The current console driver only supports SMC1 interface. A new one …

11/05/04:

14:18 Ticket #708 (Can't build some pc386 add-ons) closed by Ralf Corsepius
State-Changed-From-To: feedback->closed State-Changed-Why: Reportedly resolved. Probably cause by missing LIB_SPEC patch rsp. by using an automake w/o CCAS-CPPFLAGS patch.
13:39 Ticket #706 (Classic API task_is_suspended doc has extra not) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Attached patch applied to 4.6 branch and trunk.

11/02/04:

01:44 Ticket #697 (Suspicious comments in helas403/flashentry/flashentry.S) closed by Ralf Corsepius
State-Changed-From-To: feedback->closed State-Changed-Why: Patch applied to 4.6-branch and trunk

10/28/04:

06:31 Ticket #707 (librdbg: rpcgen inadvertedly run after CVS checkouts) closed by Ralf Corsepius
State-Changed-From-To: open->closed State-Changed-Why: No feedback, so I am proceeding: --enable-rpcgen added to c/src/configure.ac
Note: See TracTimeline for information about the timeline view.