summaryrefslogtreecommitdiffstats
path: root/share/examples/isdn/KERNEL
blob: a80dcce47f5d00ef5cf27734041e30afc241188a (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
#---------------------------------------------------------------------------
#
#	example fragment of a kernel config file to include all
#	parts of isdn4bsd. This file should be appended to your
#	kernel config file and then edited (stripped down) to
#	match your hardware configuration.
#
#	last edit-date: [Sun Oct 21 11:03:37 2001]
#
# $FreeBSD$
#
#---------------------------------------------------------------------------

# Siemens/Infineon chipsets
device		isic	4

# Winbond chipset
device		iwic	4

# AVM Fritz PCI
device		ifpi	4

# AVM Fritz PCI version 2
device		"ifpi2"	4

# Teles 16.3c
device		ihfc	4

# NETjet-S / Teles PCI-TJ
device          itjc	4

# AVM Fritz PnP
device          ifpnp	4

# AVM B1/T1
device		"i4bcapi"
device		iavc	4

# enable some ISA cards within the "isic" driver
options		TEL_S0_8
options		TEL_S0_16
options		TEL_S0_16_3
options		AVM_A1
options		USR_STI
options		ELSA_PCC16

# enable some ISA PnP cards within the "isic" driver
options		TEL_S0_16_3_P
options		CRTX_S0_P
options		DRN_NGO
options		SEDLBAUER
options		ELSA_QS1ISA
options		SIEMENS_ISURF2
options		ASUSCOM_IPAC
options		EICON_DIVA
options		COMPAQ_M610

# enable ELSA Microlink PCI card within the "isic" driver
options		ELSA_QS1PCI

# protocol stack
device		"i4bq921"
device		"i4bq931"
device		"i4b"

# control devices
device		"i4btrc"	4
device		"i4bctl"
device		"i4brbch"	4
device		"i4btel"	2

# IP over raw HDLC
options		IPR_VJ
device		"i4bipr"	4

# kernel sppp/isppp
device		"i4bisppp"	4

# Netgraph interface
#options         NETGRAPH
#device		"i4bing"	4

OpenPOWER on IntegriCloud