Initial import from FreeBSD RELENG_4:
[games.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 #
14 #---------------------------------------------------------------------------
15
16 # Siemens/Infineon chipsets
17 device          isic0
18
19 # Winbond chipset
20 device          iwic0
21
22 # AVM Fritz PCI
23 device          ifpi0
24
25 # AVM Fritz PCI version 2
26 device          "ifpi2"
27
28 # Teles 16.3c
29 device          ihfc0
30
31 # NETjet-S / Teles PCI-TJ
32 device          itjc0
33
34 # AVM Fritz PnP
35 device          ifpnp0
36
37 # AVM B1/T1
38 device          "i4bcapi"
39 device          iavc0
40
41 # enable some ISA cards within the "isic" driver
42 options         TEL_S0_8
43 options         TEL_S0_16
44 options         TEL_S0_16_3
45 options         AVM_A1
46 options         USR_STI
47 options         ELSA_PCC16
48
49 # enable some ISA PnP cards within the "isic" driver
50 options         TEL_S0_16_3_P
51 options         CRTX_S0_P
52 options         DRN_NGO
53 options         SEDLBAUER
54 options         ELSA_QS1ISA
55 options         SIEMENS_ISURF2
56 options         ASUSCOM_IPAC
57 options         EICON_DIVA
58 options         COMPAQ_M610
59
60 # enable ELSA Microlink PCI card within the "isic" driver
61 options         ELSA_QS1PCI
62
63 # protocol stack
64 pseudo-device   "i4bq921"
65 pseudo-device   "i4bq931"
66 pseudo-device   "i4b"
67
68 # control devices
69 pseudo-device   "i4btrc"        4
70 pseudo-device   "i4bctl"
71 pseudo-device   "i4brbch"       4
72 pseudo-device   "i4btel"        2
73
74 # IP over raw HDLC
75 options         IPR_VJ
76 pseudo-device   "i4bipr"        4
77
78 # kernel sppp
79 pseudo-device   sppp
80 pseudo-device   "i4bisppp"      4
81
82 # Netgraph interface
83 #options         NETGRAPH
84 #pseudo-device  "i4bing"        4
85