summaryrefslogtreecommitdiff
path: root/src/dev/termdev
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/termdev')
-rw-r--r--src/dev/termdev/ptytermdev.cil2
-rw-r--r--src/dev/termdev/serialtermdev.cil2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/dev/termdev/ptytermdev.cil b/src/dev/termdev/ptytermdev.cil
index 0a5f93e..8a3b3af 100644
--- a/src/dev/termdev/ptytermdev.cil
+++ b/src/dev/termdev/ptytermdev.cil
@@ -18,7 +18,7 @@
(blockabstract base_template)
- (context ptytermdev_context (.sys.id .sys.role ptytermdev lowlevelrange))
+ (context ptytermdev_context (.sys.id .sys.role ptytermdev .sys.lowlow))
(type ptytermdev)
(call .ptytermdev.type (ptytermdev)))
diff --git a/src/dev/termdev/serialtermdev.cil b/src/dev/termdev/serialtermdev.cil
index 4e06669..510ea76 100644
--- a/src/dev/termdev/serialtermdev.cil
+++ b/src/dev/termdev/serialtermdev.cil
@@ -17,7 +17,7 @@
(blockabstract base_template)
(context serialtermdev_context
- (.sys.id .sys.role serialtermdev lowlevelrange))
+ (.sys.id .sys.role serialtermdev .sys.lowlow))
(type serialtermdev)
(call .serialtermdev.type (serialtermdev)))