mirror of
https://github.com/wfjm/w11.git
synced 2026-04-17 01:45:33 +00:00
fix update glitch
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $Id: hook_blkdev_trace.tcl 689 2015-06-05 14:33:18Z mueller $
|
||||
# $Id: hook_blkdev_trace.tcl 899 2017-05-27 13:25:41Z mueller $
|
||||
puts "hook: trace all block devices to rlc.log"
|
||||
rlc set logfile rlc.log
|
||||
cpu0rka set trace 2
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $Id: hook_deuna_trace.tcl 858 2017-03-05 17:41:37Z mueller $
|
||||
# $Id: hook_deuna_trace.tcl 899 2017-05-27 13:25:41Z mueller $
|
||||
puts "hook: trace DEUNA to rlc.log"
|
||||
rlc set logfile rlc.log
|
||||
cpu0xua set trace 2
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# $Id: hook_disk_over.tcl 871 2017-04-09 15:19:11Z mueller $
|
||||
# $Id: hook_disk_over.tcl 899 2017-05-27 13:25:41Z mueller $
|
||||
puts "hook: set default diskscheme to over"
|
||||
rlw set diskscheme over
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# $Id: hook_dmscnt.tcl 721 2015-12-29 17:50:50Z mueller $
|
||||
# $Id: hook_dmscnt.tcl 899 2017-05-27 13:25:41Z mueller $
|
||||
puts "hook: start dmscnt"
|
||||
rw11::sc_start
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $Id: hook_ibmon_rka.tcl 722 2015-12-30 19:45:46Z mueller $
|
||||
# $Id: hook_ibmon_rka.tcl 899 2017-05-27 13:25:41Z mueller $
|
||||
puts "hook: start ibmon for rka"
|
||||
package require ibd_ibmon
|
||||
ibd_ibmon::stop
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $Id: hook_ibmon_rpa.tcl 722 2015-12-30 19:45:46Z mueller $
|
||||
# $Id: hook_ibmon_rpa.tcl 899 2017-05-27 13:25:41Z mueller $
|
||||
puts "hook: start ibmon for rpa"
|
||||
package require ibd_ibmon
|
||||
ibd_ibmon::stop
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $Id: hook_ibmon_tma.tcl 722 2015-12-30 19:45:46Z mueller $
|
||||
# $Id: hook_ibmon_tma.tcl 899 2017-05-27 13:25:41Z mueller $
|
||||
puts "hook: start ibmon for tma"
|
||||
package require ibd_ibmon
|
||||
ibd_ibmon::stop
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $Id: hook_ibmon_xua.tcl 858 2017-03-05 17:41:37Z mueller $
|
||||
# $Id: hook_ibmon_xua.tcl 899 2017-05-27 13:25:41Z mueller $
|
||||
puts "hook: start ibmon for xua"
|
||||
package require ibd_ibmon
|
||||
ibd_ibmon::stop
|
||||
|
||||
Reference in New Issue
Block a user