[PATCH] admin/devices.fs: Format assigned-addresses property

To help reading property listing also format assigned-addresses property the same way as reg was already formatted. Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> --- Actually wanted to improve printing of ranges but I could not do that this one is simpler though. forth/admin/devices.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forth/admin/devices.fs b/forth/admin/devices.fs index 6f9e8ef..38f6ad6 100644 --- a/forth/admin/devices.fs +++ b/forth/admin/devices.fs @@ -417,7 +417,7 @@ \ This function hardwires data formats to particular node properties : (.property-by-name) ( name-str name-len data len -- ) - 2over " reg" strcmp 0= if + 2over 2dup " reg" strcmp 0= -rot " assigned-addresses" strcmp 0= or if my-#acells my-#scells 2swap .p-reg 2drop exit then -- 2.13.7

On Sun, 21 Jul 2019, BALATON Zoltan wrote:
To help reading property listing also format assigned-addresses property the same way as reg was already formatted.
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Ping?
---
Actually wanted to improve printing of ranges but I could not do that this one is simpler though.
forth/admin/devices.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/forth/admin/devices.fs b/forth/admin/devices.fs index 6f9e8ef..38f6ad6 100644 --- a/forth/admin/devices.fs +++ b/forth/admin/devices.fs @@ -417,7 +417,7 @@
\ This function hardwires data formats to particular node properties : (.property-by-name) ( name-str name-len data len -- ) - 2over " reg" strcmp 0= if + 2over 2dup " reg" strcmp 0= -rot " assigned-addresses" strcmp 0= or if my-#acells my-#scells 2swap .p-reg 2drop exit then

On 22/08/2019 23:13, BALATON Zoltan wrote:
On Sun, 21 Jul 2019, BALATON Zoltan wrote:
To help reading property listing also format assigned-addresses property the same way as reg was already formatted.
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Ping?
Sorry I didn't get a chance to look at this before I went on holiday, however I've now pushed this to master. ATB, Mark.

On Sat, 12 Oct 2019, Mark Cave-Ayland wrote:
On 22/08/2019 23:13, BALATON Zoltan wrote:
On Sun, 21 Jul 2019, BALATON Zoltan wrote:
To help reading property listing also format assigned-addresses property the same way as reg was already formatted.
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Ping?
Sorry I didn't get a chance to look at this before I went on holiday, however I've now pushed this to master.
Thanks. What about my other patch that implements map-in and config access words for ATI VGA ROM? Regards, BALATON Zoltan

On 12/10/2019 18:46, BALATON Zoltan wrote:
Sorry I didn't get a chance to look at this before I went on holiday, however I've now pushed this to master.
Thanks. What about my other patch that implements map-in and config access words for ATI VGA ROM?
Unfortunately this managed to get pushed down my inbox out of sight, however I've just gone through and given this a quick review. ATB, Mark.
participants (2)
-
BALATON Zoltan
-
Mark Cave-Ayland