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

Timeline



11/20/04:

03:37 Ticket #703 (ATA modes should be 16 bit move to a public header file for BSP use) closed by Ralf Corsepius
State-Changed-From-To: open->closed State-Changed-Why: Patches applied to CVS-trunk. Remarks: * The patch changes the API, therefore I am hesitant to apply this patch to 4.6.x * The patch (probably accidentially) contained powerpc cpuIdent support for the 603le, which I also added to CVS-trunk ;)
02:17 Ticket #720 (MSDOS Formatter fucntionality added) closed by Ralf Corsepius
State-Changed-From-To: open->closed State-Changed-Why: Modified version of the patches merged into CVS-trunk.

11/18/04:

08:32 Ticket #720 (MSDOS Formatter fucntionality added) created by thomas.doerfler
The attached patch will add a "msdos_format" function to …

11/13/04:

00:21 Ticket #719 (m68kpretaskinghook.c vs if ((unsigned long)&pointer == 0)) created by Aaron J. Grier
the optimizer on gcc 3.4.2 assumes that the address of a variable …

11/12/04:

15:36 Ticket #717 (motorola_powerppc bootloader miscompiled) created by Ralf Corsepius
The motorola_powerpc/bootloader/Makefile.am is seriously broken: …

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 …
Note: See TracTimeline for information about the timeline view.