03aef4723c
options SPACE TAB makeoptions TAB psuedo-device TAB remove trailing whitespace replace multiple spaces -> tabs options "FOO" -> options FOO options "FOO=bar" -> options FOO=bar options "FOO=\"bar\"" -> options FOO="\"bar\""
39 lines
1008 B
Plaintext
39 lines
1008 B
Plaintext
# $NetBSD: ISDN,v 1.3 2001/11/20 12:56:20 lukem 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
|