#
# start isdn4linux? ("yes" or "no")
#
I4L_START=yes
#
# kernel module to use (teles, hisax, icn, pcbit)
#
I4L_MODULE="hisax"
# 
# driver-id for ISDN-Card
#   set to "Fritz!"
#   or whatever you defined when loading driver within kernel
#   set to "" if you don't have a teles-card/hisax-card
#
I4L_ID="Fritz!"
#
# 2. id-string for ICN ISDN-card
#   When using the ICN double card, you MUST define TWO idstrings
#   e.g. "icn2"
I4l_ID2=""
#
#
# D-channel protocol 1=1TR6, 2=EDSS1(Euro-ISDN) for Teles/HiSax
#   remember: when using the ICN card, you have to load different firmwares
#
I4L_PROTOCOL=2
#
# type of HiSax-driver (set to '' for using old teles-modul or within kernel)
#    1   Teles 16.0      pa=irq  pb=membase  pc=iobase
#    2   Teles  8.0      pa=irq  pb=membase
#    3   Teles 16.3      pa=irq  pb=iobase
#    4   Creatix PNP     pa=irq  pb=IO0 (ISAC)   pc=IO1 (HSCX)
#    5   AVM A1 (Fritz)  pa=irq  pb=iobase
#    6   ELSA PCC16      pa=iobase or nothing for autodetect
#
I4L_TYPE=5
#
# IRQ of Teles/HiSax Card
#   eg. 12 or 15 when loading as module
#   set to "" when driver is loaded within kernel
#
I4L_IRQ="15"
#
# Membase of Teles/HiSax card (e.g. '0xd2000' for Teles S0/16,
#	'0' for Teles S0/16.3)
#
I4L_MEMBASE="0xd2000"
#
# Portaddress of Teles/HiSax card (e.g. 0xd80, "0" for S0/8)
#
I4L_PORT="0x240"
#
# for Creatix PNP: IO0 (ISAC)
#
I4L_IO0=''
#
# for Creatix PNP: IO1 (HSCX)
#
I4L_IO1=''
#
# EOF