[PATCH] s390: claw driver wiring

[patch 1/10] s390: claw driver wiring.

From: Andy Richter <richtera@us.ibm.com>

claw network driver changes:
 - Add an entry to the drivers/s390/net Makefile to build the claw driver.
 - Add claw channel type to cu3088.

Signed-off-by: Frank Pavlic <pavlic@de.ibm.com>
这个提交包含在:
Frank Pavlic
2005-05-12 20:17:46 +02:00
提交者 Jeff Garzik
父节点 88d7bd8cb9
当前提交 321de3c8cc
修改 3 个文件,包含 7 行新增1 行删除

查看文件

@@ -23,6 +23,9 @@ enum channel_types {
/* Device is a OSA2 card */
channel_type_osa2,
/* Device is a CLAW channel device */
channel_type_claw,
/* Device is a channel, but we don't know
* anything about it */
channel_type_unknown,