diff options
| author | martin <martin@NetBSD.org> | 2001-01-05 13:09:15 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2001-01-05 13:09:15 +0000 |
| commit | 242656c78ac3d57a3bd4863a356e5fb50e85f183 (patch) | |
| tree | 0d4457cc261e78a87142499da679a2c4de55c3ea /sys/dev/microcode | |
| parent | 2ba61551115a138c63033fea3ea7731f82bbbb9e (diff) | |
Enable the imported ISDN4BSD based ISDN subsystem.
This is the kernel part (userland to follow soon) of the latest (and
very probably last) release (version 0.96) of ISDN4BSD. ISDN4BSD has a
homepage at http://www.freebsd-support.de/i4b/.
It gives the user various ways to use the isdn connection: raw data (via
the i4brbch "raw b-channel" device), ppp (via the isp "isdn PPP" device),
voice/answering machine (the i4btel "telephone" device) and ip over isdn
(the ipr device, "IP over raw ISDN").
Supported are a bunch of common and older cards, more to be added soon
after some cleanup. Currently only the european E-DSS1 variant of the
ISDN D channel protocol is supported.
Diffstat (limited to 'sys/dev/microcode')
| -rw-r--r-- | sys/dev/microcode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/microcode/Makefile b/sys/dev/microcode/Makefile index 715f51e647b..6e457514fbd 100644 --- a/sys/dev/microcode/Makefile +++ b/sys/dev/microcode/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 1998/06/12 23:22:51 cgd Exp $ +# $NetBSD: Makefile,v 1.2 2001/01/05 13:09:17 martin Exp $ -SUBDIR= aic7xxx isp +SUBDIR= aic7xxx isp daic INCSDIR= /usr/include/dev/microcode |
