Re: [PATCH rtems] fat_fat_operations.c: Fix incorrect indentation

2023-10-03 Thread Chris Johns
OK Chris On 4/10/2023 2:29 am, Joel Sherrill wrote: > --- > cpukit/libfs/src/dosfs/fat_fat_operations.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/cpukit/libfs/src/dosfs/fat_fat_operations.c > b/cpukit/libfs/src/dosfs/fat_fat_operations.c > index

[PATCH rtems] fat_fat_operations.c: Fix incorrect indentation

2023-10-03 Thread Joel Sherrill
--- cpukit/libfs/src/dosfs/fat_fat_operations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cpukit/libfs/src/dosfs/fat_fat_operations.c b/cpukit/libfs/src/dosfs/fat_fat_operations.c index 24a408f9c7..1d94beb26a 100644 ---

[net-services PATCH] tests/ntp: Update to the new test printer header

2023-10-03 Thread chrisj
From: Chris Johns --- testsuites/ntp01/test_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuites/ntp01/test_main.c b/testsuites/ntp01/test_main.c index 6a744c8..4824192 100644 --- a/testsuites/ntp01/test_main.c +++ b/testsuites/ntp01/test_main.c @@ -38,6 +38,7 @@ #include

[libbsd/6-freebsd-12 PATCH] i386/pc686: Fix kernel bus DMA for the PC686 BSP

2023-10-03 Thread chrisj
From: Chris Johns The x86 provides it own bus space support. Use the generic bus space calls. This however requires the BUS_SPACE_MEM tag be provided for all architectures. Make the generic value match the x86 value. --- rtemsbsd/include/machine/bus.h| 9 +

[PATCH] bsp/i386/pc686: Clean up warnings

2023-10-03 Thread chrisj
From: Chris Johns --- bsps/i386/include/bsp/irq.h | 2 ++ bsps/i386/pc386/console/exar17d15x.c | 6 +++--- bsps/i386/pc386/console/fb_vesa_rm.c | 19 +++ bsps/i386/pc386/console/i386-stub.c | 2 +- bsps/i386/pc386/console/outch.c