]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - share/examples/isdn/KERNEL
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / share / examples / isdn / KERNEL
1 #---------------------------------------------------------------------------
2 #
3 #       example fragment of a kernel config file to include all
4 #       parts of isdn4bsd. This file should be appended to your
5 #       kernel config file and then edited (stripped down) to
6 #       match your hardware configuration.
7 #
8 #       last edit-date: [Sun Oct 21 11:03:37 2001]
9 #
10 # $FreeBSD$
11 #
12 #---------------------------------------------------------------------------
13
14 # Siemens/Infineon chipsets
15 device          isic    4
16
17 # Winbond chipset
18 device          iwic    4
19
20 # AVM Fritz PCI
21 device          ifpi    4
22
23 # AVM Fritz PCI version 2
24 device          "ifpi2" 4
25
26 # Teles 16.3c
27 device          ihfc    4
28
29 # NETjet-S / Teles PCI-TJ
30 device          itjc    4
31
32 # AVM Fritz PnP
33 device          ifpnp   4
34
35 # AVM B1/T1
36 device          "i4bcapi"
37 device          iavc    4
38
39 # enable some ISA cards within the "isic" driver
40 options         TEL_S0_8
41 options         TEL_S0_16
42 options         TEL_S0_16_3
43 options         AVM_A1
44 options         USR_STI
45 options         ELSA_PCC16
46
47 # enable some ISA PnP cards within the "isic" driver
48 options         TEL_S0_16_3_P
49 options         CRTX_S0_P
50 options         DRN_NGO
51 options         SEDLBAUER
52 options         ELSA_QS1ISA
53 options         SIEMENS_ISURF2
54 options         ASUSCOM_IPAC
55 options         EICON_DIVA
56 options         COMPAQ_M610
57
58 # enable ELSA Microlink PCI card within the "isic" driver
59 options         ELSA_QS1PCI
60
61 # protocol stack
62 device          "i4bq921"
63 device          "i4bq931"
64 device          "i4b"
65
66 # control devices
67 device          "i4btrc"        4
68 device          "i4bctl"
69 device          "i4brbch"       4
70 device          "i4btel"        2
71
72 # IP over raw HDLC
73 options         IPR_VJ
74 device          "i4bipr"        4
75
76 # kernel sppp/isppp
77 device          "i4bisppp"      4
78
79 # Netgraph interface
80 #options         NETGRAPH
81 #device         "i4bing"        4
82