Followup from your reply:
* Using FreeBSD defines/code would be acceptable.
* Using the uintptr_t* construction may or may not work in RES2DEV
because pointer arithmetic on uintptr_t* may yield uncertain results
due to integer rather than byte math. (Although subtracting the two
pointer types as yo
OK I'm going to try to work my way through LIBPCI and maybe DRVMGR
today. Slow going. :)
On Fri, Feb 27, 2015 at 9:18 AM, Daniel Hellstrom wrote:
> Perfect! The headers move patch has been completed, I will send it together
> with the other updates to come.
>
> DanielH
>
>
>
> On 02/27/2015 03:06
Perfect! The headers move patch has been completed, I will send it together
with the other updates to come.
DanielH
On 02/27/2015 03:06 PM, Gedare Bloom wrote:
Yes I prefer to have fixes posted as a follow-up patch. We don't need
to slog through another 100 patches for a few tweaks.
Gedare
pOn 02/26/2015 08:35 PM, Gedare Bloom wrote:
On Thu, Feb 26, 2015 at 11:38 AM, Daniel Hellstrom wrote:
---
cpukit/Makefile.am |3 +
cpukit/configure.ac| 12 +
cpukit/libpci/CHANGES | 46 ++
cpukit/libpci/Makefile.am | 46 ++
Yes I prefer to have fixes posted as a follow-up patch. We don't need
to slog through another 100 patches for a few tweaks.
Gedare
On Fri, Feb 27, 2015 at 5:39 AM, Joel Sherrill
wrote:
>
>
> On February 27, 2015 3:55:22 AM EST, Daniel Hellstrom
> wrote:
>>
>>On 02/26/2015 07:13 PM, Gedare Bloo
Thanks, I checked in both patches.
--
Sebastian Huber, embedded brains GmbH
Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone : +49 89 189 47 41-16
Fax : +49 89 189 47 41-09
E-Mail : sebastian.hu...@embedded-brains.de
PGP : Public key available on request.
Diese Nachricht ist
On February 27, 2015 3:55:22 AM EST, Daniel Hellstrom
wrote:
>
>On 02/26/2015 07:13 PM, Gedare Bloom wrote:
>> bsp-specific headers should not be installed to include/. this has
>> historically been allowed but we want to get away from it.
>Ok, this is a problem for all drivers I submit. I will
On 26/02/15 18:01, Gedare Bloom wrote:
TODO:
> * tests.
> * port documentation from RCC manuals to RTEMS doc/ directory.
> * redesign/simplify the driver registration configuration in
drvmgr_confdefs.h.
> * a generic bus driver to support a hardcoded setup that can be used for
>most s
On 02/26/2015 07:13 PM, Gedare Bloom wrote:
bsp-specific headers should not be installed to include/. this has
historically been allowed but we want to get away from it.
Ok, this is a problem for all drivers I submit. I will add a patch in the end
to move all existing BSP drivers and all new B
On 02/26/2015 07:11 PM, Gedare Bloom wrote:
exported variables should be in a proper namespace.
Ok. I will rename the leon3_* them to LEON3_* something to match the LEON3_mp_irq and LEON3_irq_to_cpu. The irqmp_dev and timer_dev will be renamed to LEON3_IrqCtrl_Adev and LEON3_Timer_Adev to match
On 02/26/2015 05:58 PM, Gedare Bloom wrote:
On Thu, Feb 26, 2015 at 11:38 AM, Daniel Hellstrom wrote:
Hi,
I have rebased and tested briefly the RTEMS code that we have used on LEON2/3/4
on RTEMS-4.10 during the last couple of years. A couple of years ago most stuff
that did not depend on the P
11 matches
Mail list logo