add idl4k kernel firmware version 1.13.0.105

This commit is contained in:
Jaroslav Kysela
2015-03-26 17:22:37 +01:00
parent 5194d2792e
commit e9070cdc77
31064 changed files with 12769984 additions and 0 deletions

15
kernel/net/iucv/Kconfig Normal file
View File

@@ -0,0 +1,15 @@
config IUCV
tristate "IUCV support (S390 - z/VM only)"
depends on S390
help
Select this option if you want to use inter-user communication
under VM or VIF. If you run on z/VM, say "Y" to enable a fast
communication link between VM guests.
config AFIUCV
tristate "AF_IUCV support (S390 - z/VM only)"
depends on IUCV
help
Select this option if you want to use inter-user communication under
VM or VIF sockets. If you run on z/VM, say "Y" to enable a fast
communication link between VM guests.

6
kernel/net/iucv/Makefile Normal file
View File

@@ -0,0 +1,6 @@
#
# Makefile for IUCV
#
obj-$(CONFIG_IUCV) += iucv.o
obj-$(CONFIG_AFIUCV) += af_iucv.o

1798
kernel/net/iucv/af_iucv.c Normal file

File diff suppressed because it is too large Load Diff

2083
kernel/net/iucv/iucv.c Normal file

File diff suppressed because it is too large Load Diff