[S390] cio: Add chsc subchannel driver.

This patch adds a driver for subchannels of type chsc.

A device /dev/chsc is created which may be used to issue ioctls to:
- obtain information about the machine's I/O configuration
- dynamically change the machine's I/O configuration via
  asynchronous chsc commands

Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
此提交包含在:
Cornelia Huck
2008-07-14 09:59:05 +02:00
提交者 Heiko Carstens
父節點 683c5418e6
當前提交 9d92a7e1b0
共有 20 個檔案被更改,包括 1068 行新增31 行删除

查看文件

@@ -3,8 +3,7 @@
#include <asm/page.h>
#include <asm/isc.h>
#include "schid.h"
#include <asm/schid.h>
#ifdef CONFIG_QDIO_DEBUG
#define QDIO_VERBOSE_LEVEL 9