mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Dependent on kernel config option CHSC_SCH the device node /dev/chsc may exist per default or not. In case the kernel is built with CHSC_SCH=M, then the device driver is built as separate kernel module, and must therefore be loaded using modprobe chsc_sch to make device node /dev/chsc available. Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>