2003-04-11 18:55:39 +04:00
|
|
|
# $NetBSD: ISDN,v 1.5 2003/04/11 14:55:39 drochner Exp $
|
2001-01-22 01:23:07 +03:00
|
|
|
|
2001-11-20 15:56:17 +03:00
|
|
|
# GENERIC kernel with ISDN.
|
2001-01-23 14:25:59 +03:00
|
|
|
# use other configuration files instead by adjusting the following line:
|
2001-01-22 01:23:07 +03:00
|
|
|
include "arch/amiga/conf/GENERIC"
|
|
|
|
|
2001-01-23 14:25:59 +03:00
|
|
|
# or instead, if you don't want to include:
|
|
|
|
# ---- cut here and append the part below to your configuration file ---
|
|
|
|
|
2001-01-22 01:23:07 +03:00
|
|
|
# BSC ISDN Master/ITH ISDN Master II/VMC ISDN Blaster at Z-bus:
|
|
|
|
|
|
|
|
aster* at zbus?
|
|
|
|
isic* at aster? port ?
|
|
|
|
|
2002-03-25 18:41:21 +03:00
|
|
|
#---------------------------------------------------------------------
|
2001-01-22 01:23:07 +03:00
|
|
|
# ISDN user land devices, drivers and pseudo-devices.
|
2002-03-25 18:41:21 +03:00
|
|
|
#---------------------------------------------------------------------
|
|
|
|
#
|
|
|
|
pseudo-device isdn # communication with userland daemon
|
|
|
|
pseudo-device isdntrc 2 # userland driver to do ISDN tracing
|
|
|
|
pseudo-device isdnctl # userland driver to control the whole thing
|
|
|
|
pseudo-device isdnbchan 4 # userland driver for access to raw B channel
|
|
|
|
pseudo-device isdntel 2 # userland driver for telephony
|
2003-04-11 18:55:39 +04:00
|
|
|
options IRIP_VJ # compile support for VJ compression
|
2002-03-25 18:41:21 +03:00
|
|
|
pseudo-device irip 2 # network driver for IP over raw HDLC ISDN
|
|
|
|
pseudo-device ippp 2 # synchronous PPP over ISDN
|
|
|
|
#
|