From 242656c78ac3d57a3bd4863a356e5fb50e85f183 Mon Sep 17 00:00:00 2001 From: martin Date: Fri, 5 Jan 2001 13:09:15 +0000 Subject: 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. --- sys/dev/microcode/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/microcode') 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 -- cgit