diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-26 23:19:41 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-26 23:19:41 -0400 |
commit | 5c7c204aeca51ccfad63caab4fcdc5d8026c0fd8 (patch) | |
tree | 4bfd5f4455b706c9ba86a8925bf367f437d16336 /Documentation | |
parent | 228428428138e231a155464239880201e5cc8b44 (diff) | |
parent | 3712b42d4b1bec29a4232a6673bf2e6dcc5faa68 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/ISDN-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/ISDN-2.6:
Add layer1 over IP support
Add mISDN HFC multiport driver
Add mISDN HFC PCI driver
Add mISDN DSP
Add mISDN core files
Define AF_ISDN and PF_ISDN
Add mISDN driver
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/isdn/README.mISDN | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/isdn/README.mISDN b/Documentation/isdn/README.mISDN new file mode 100644 index 000000000000..cd8bf920e77b --- /dev/null +++ b/Documentation/isdn/README.mISDN | |||
@@ -0,0 +1,6 @@ | |||
1 | mISDN is a new modular ISDN driver, in the long term it should replace | ||
2 | the old I4L driver architecture for passiv ISDN cards. | ||
3 | It was designed to allow a broad range of applications and interfaces | ||
4 | but only have the basic function in kernel, the interface to the user | ||
5 | space is based on sockets with a own address family AF_ISDN. | ||
6 | |||