blob: 1d5acef096ddbcf4896ca7fc60d412362cf75612 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/files/capi.conf,v 1.3 2005/04/24 13:31:48 genstef Exp $
# card file proto io irq mem cardnr options
#
##############################
# ISA/PCI devices #
##############################
### AVM B1 (you also have to install the firmware)
#b1isa b1.t4 DSS1 0x150 7 - - P2P
#b1pci b1.t4 DSS1 - - - -
### AVM C2 (you also have to install the firmware)
#c2 c2.bin DSS1 - - - -
#c2 - DSS1 - - - -
### AVM C4 (you also have to install the firmware)
#c4 c4.bin DSS1 - - - -
#c4 - DSS1 - - - -
#c4 - DSS1 - - - - P2P
#c4 - DSS1 - - - - P2P
### AVM t1 (you also have to install the firmware)
#t1isa t1.t4 DSS1 0x340 9 - 0
#t1pci t1.t4 DSS1 - - - -
### AVM FritzCard ISA (A1)
#fcclassic - - 0x200 7 - -
### AVM FritzCard PCI
#fcpci - - - - - -
### AVM DSL controllers
#fcdsl fdslbase.bin - - - - -
#fcdsl2 fds2base.bin - - - - -
#fcdslsl fdssbase.bin - - - - -
##############################
# USB devices #
##############################
# If you're using hotplug, you shouldn't configure your devices in this config.
# USB devices are detected automatically. If you don't want to use hotplug, then
# set CAPI_HOTPLUG_USB="no" in /etc/conf.d/capi and uncomment your card(s) below.
### AVM FRITZCARD!USB
#fcusb - - - - - -
### AVM FRITZX!USB
#fxusb - - - - - -
### AVM FRITZX!USB OEM
#fxusb_CZ - - - - - -
### AVM FRITZCARD!USB v2.0
#fcusb2 fus2base.frm - - - - -
### AVM FRITZCARD!USB v2.1
#fcusb2 fus3base.frm - - - - -
### AVM BlueFRITZ!USB
#bfusb - - - - - -
### AVM FRITZDSL!USB (DSL/ISDN)
#fcdslusb fdsubase.frm - - - - -
### AVM FRITZDSL!USB SL (DSL only)
#fcdslslusb fdlubase.frm - - - - -
##############################
# mISDN (experimental) #
##############################
#avmfritz - - - - - -
#hfcpci - - - - - -
#hfcsusb - - - - - -
#hfcmulti - - - - - -
#sedlfax ISAR.BIN - - - - -
#w6692pci - - - - - -
|