Merge from vendor branch TEXINFO:
[dragonfly.git] / share / examples / isdn / KERNEL
1 #---------------------------------------------------------------------------
2 #
3 #       Example fragment of a FreeBSD 4.x kernel config 
4 #       file which includes all parts of isdn4bsd.
5 #
6 #       This file can be appended to your kernel config
7 #       file and then edited (stripped down) to match your
8 #       hardware configuration.
9 #
10 #       last edit-date: [Tue May 21 13:48:45 2002]
11 #
12 # $FreeBSD: src/share/examples/isdn/KERNEL,v 1.1.2.6 2002/05/22 11:20:39 hm Exp $
13 # $DragonFly: src/share/examples/isdn/KERNEL,v 1.2 2003/06/17 04:36:57 dillon Exp $
14 #
15 #---------------------------------------------------------------------------
16
17 # Siemens/Infineon chipsets
18 device          isic0
19
20 # Winbond chipset
21 device          iwic0
22
23 # AVM Fritz PCI
24 device          ifpi0
25
26 # AVM Fritz PCI version 2
27 device          "ifpi2"
28
29 # Teles 16.3c
30 device          ihfc0
31
32 # NETjet-S / Teles PCI-TJ
33 device          itjc0
34
35 # AVM Fritz PnP
36 device          ifpnp0
37
38 # AVM B1/T1
39 device          "i4bcapi"
40 device          iavc0
41
42 # enable some ISA cards within the "isic" driver
43 options         TEL_S0_8
44 options         TEL_S0_16
45 options         TEL_S0_16_3
46 options         AVM_A1
47 options         USR_STI
48 options         ELSA_PCC16
49
50 # enable some ISA PnP cards within the "isic" driver
51 options         TEL_S0_16_3_P
52 options         CRTX_S0_P
53 options         DRN_NGO
54 options         SEDLBAUER
55 options         ELSA_QS1ISA
56 options         SIEMENS_ISURF2
57 options         ASUSCOM_IPAC
58 options         EICON_DIVA
59 options         COMPAQ_M610
60
61 # enable ELSA Microlink PCI card within the "isic" driver
62 options         ELSA_QS1PCI
63
64 # protocol stack
65 pseudo-device   "i4bq921"
66 pseudo-device   "i4bq931"
67 pseudo-device   "i4b"
68
69 # control devices
70 pseudo-device   "i4btrc"        4
71 pseudo-device   "i4bctl"
72 pseudo-device   "i4brbch"       4
73 pseudo-device   "i4btel"        2
74
75 # IP over raw HDLC
76 options         IPR_VJ
77 pseudo-device   "i4bipr"        4
78
79 # kernel sppp
80 pseudo-device   sppp
81 pseudo-device   "i4bisppp"      4
82
83 # Netgraph interface
84 #options         NETGRAPH
85 #pseudo-device  "i4bing"        4
86