Skip to content
Snippets Groups Projects
Commit 31f74ff3 authored by klang's avatar klang
Browse files

tyGSOctalDevCreateAll doesn't have an iocsh binding.

parent ce4c6ab8
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,14 @@ tyGSOctalDrv(1)
# defined in ipacAddXYZ() calls.)
# slot - location of module on carrier -- 0..3 for slot A..slot D
tyGSOctalModuleInit("UART_0", "232", 0x80, 0, 0)
tyGSOctalDevCreateAll("serial", "UART_0", 1000, 1000) # Creates octet ports serial0 - serial6
tyGSOctalDevCreate("serial0", "UART_0", 0, 1000, 1000)
tyGSOctalDevCreate("serial1", "UART_0", 1, 1000, 1000)
tyGSOctalDevCreate("serial2", "UART_0", 2, 1000, 1000)
tyGSOctalDevCreate("serial3", "UART_0", 3, 1000, 1000)
tyGSOctalDevCreate("serial4", "UART_0", 4, 1000, 1000)
tyGSOctalDevCreate("serial5", "UART_0", 5, 1000, 1000)
tyGSOctalDevCreate("serial6", "UART_0", 6, 1000, 1000)
tyGSOctalDevCreate("serial7", "UART_0", 7, 1000, 1000)
#serial0 - SR570
#serial1 -
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment