summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorhm <hm@FreeBSD.org>2001-05-25 08:43:30 +0000
committerhm <hm@FreeBSD.org>2001-05-25 08:43:30 +0000
commit7e6e58c4c7f91947ec1f9a10a284f8d9c2fdf1f2 (patch)
tree6b2ce85b45dc25104f9a4e60d014db8fc3de9b95 /sys/conf
parent8094d979ca0adb982d9e0c5482a2825da1b38e11 (diff)
downloadFreeBSD-src-7e6e58c4c7f91947ec1f9a10a284f8d9c2fdf1f2.zip
FreeBSD-src-7e6e58c4c7f91947ec1f9a10a284f8d9c2fdf1f2.tar.gz
Submitted by: Juha-Matti Liukkonen (Cubical Solutions Ltd) (jml@cubical.fi)
Add a CAPI (hardware independent) driver i4bcapi(4) and hardware driver iavc (4) to support active CAPI-based BRI and PRI cards (currently AVM B1 and T1 cards) to isdn4bsd.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES20
-rw-r--r--sys/conf/files13
2 files changed, 32 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 117c6fd..5f80699 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2323,6 +2323,10 @@ hint.pcf.0.irq="5"
# ifpnp - AVM Fritz!Card PnP driver
# itjc - Siemens ISAC / TJNet Tiger300/320 chipset
#
+# i4b active ISDN cards support contains the following hardware drivers:
+#
+# iavc - AVM B1 PCI, AVM B1 ISA, AVM T1
+#
# Note that the ``options'' (if given) and ``device'' lines must BOTH
# be uncommented to enable support for a given card !
#
@@ -2459,6 +2463,17 @@ device iwic
device itjc
#
#---------------------------------------------------------------------------
+# iavc driver (AVM active cards, needs i4bcapi driver!)
+#
+device iavc
+#
+# AVM B1 ISA bus (PnP mode not supported!)
+# ----------------------------------------
+hint.iavc.0.at="isa"
+hint.iavc.0.port="0x150"
+hint.iavc.0.irq="5"
+#
+#---------------------------------------------------------------------------
# ISDN Protocol Stack - mandatory for all hardware drivers
#
# Q.921 / layer 2 - i4b passive cards D channel handling
@@ -2499,9 +2514,12 @@ options IPR_LOG=32
# number of sppp device to be configured
device "i4bisppp" 4
#
-# B-channel inteface to the netgraph subsystem
+# B-channel interface to the netgraph subsystem
device "i4bing" 2
#
+# CAPI driver needed for active ISDN cards (see iavc driver above)
+device "i4bcapi"
+#
#---------------------------------------------------------------------------
# Parallel-Port Bus
diff --git a/sys/conf/files b/sys/conf/files
index ec8ae7b..22c2859 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -654,6 +654,19 @@ i4b/driver/i4b_isppp.c count i4bisppp
i4b/driver/i4b_ispppsubr.c optional i4bisppp
net/slcompress.c optional i4bisppp
#
+# isdn4bsd CAPI driver
+#
+i4b/capi/capi_l4if.c count i4bcapi
+i4b/capi/capi_llif.c optional i4bcapi
+i4b/capi/capi_msgs.c optional i4bcapi
+#
+# isdn4bsd AVM B1/T1 CAPI driver
+#
+i4b/capi/iavc/iavc_pci.c count iavc
+i4b/capi/iavc/iavc_isa.c optional iavc
+i4b/capi/iavc/iavc_lli.c optional iavc
+i4b/capi/iavc/iavc_card.c optional iavc
+#
# isdn4bsd support
#
i4b/layer2/i4b_mbuf.c optional i4btrc
OpenPOWER on IntegriCloud