39 lines
1.0 KiB
Plaintext
39 lines
1.0 KiB
Plaintext
# $NetBSD: ISDN,v 1.2 2001/01/23 11:25:59 is Exp $
|
|
|
|
# GENERIC kernel with ISDN.
|
|
# use other configuration files instead by adjusting the following line:
|
|
include "arch/amiga/conf/GENERIC"
|
|
|
|
# or instead, if you don't want to include:
|
|
# ---- cut here and append the part below to your configuration file ---
|
|
|
|
# BSC ISDN Master/ITH ISDN Master II/VMC ISDN Blaster at Z-bus:
|
|
|
|
aster* at zbus?
|
|
isic* at aster? port ?
|
|
|
|
# ISDN user land devices, drivers and pseudo-devices.
|
|
# All these are needed, but you may adjust the count of the
|
|
# pseudo-devices.
|
|
|
|
pseudo-device "i4b"
|
|
|
|
# userland driver to do ISDN tracing
|
|
pseudo-device "i4btrc" 2
|
|
|
|
# userland driver to control the whole thing
|
|
pseudo-device "i4bctl"
|
|
|
|
# userland driver for access to raw B channel
|
|
pseudo-device "i4brbch" 4
|
|
|
|
# userland driver for telephony
|
|
pseudo-device "i4btel" 2
|
|
|
|
# network driver for IP over raw HDLC ISDN
|
|
options IPR_VJ # compile support for VJ compression
|
|
pseudo-device "i4bipr" 2
|
|
|
|
# synchronous PPP over ISDN
|
|
pseudo-device i4bisppp 2
|