A cvsup file that pulls the "checked out" version of source. I'm referencing
[dragonfly.git] / share / examples / isdn / KERNEL
blobb9e91e2b9ec0494120e3632c9f67f3fa9566e057
1 #---------------------------------------------------------------------------
3 #       Example fragment of a FreeBSD 4.x kernel config 
4 #       file which includes all parts of isdn4bsd.
6 #       This file can be appended to your kernel config
7 #       file and then edited (stripped down) to match your
8 #       hardware configuration.
10 #       last edit-date: [Tue May 21 13:48:45 2002]
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 $
15 #---------------------------------------------------------------------------
17 # Siemens/Infineon chipsets
18 device          isic0
20 # Winbond chipset
21 device          iwic0
23 # AVM Fritz PCI
24 device          ifpi0
26 # AVM Fritz PCI version 2
27 device          "ifpi2"
29 # Teles 16.3c
30 device          ihfc0
32 # NETjet-S / Teles PCI-TJ
33 device          itjc0
35 # AVM Fritz PnP
36 device          ifpnp0
38 # AVM B1/T1
39 device          "i4bcapi"
40 device          iavc0
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
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
61 # enable ELSA Microlink PCI card within the "isic" driver
62 options         ELSA_QS1PCI
64 # protocol stack
65 pseudo-device   "i4bq921"
66 pseudo-device   "i4bq931"
67 pseudo-device   "i4b"
69 # control devices
70 pseudo-device   "i4btrc"        4
71 pseudo-device   "i4bctl"
72 pseudo-device   "i4brbch"       4
73 pseudo-device   "i4btel"        2
75 # IP over raw HDLC
76 options         IPR_VJ
77 pseudo-device   "i4bipr"        4
79 # kernel sppp
80 pseudo-device   sppp
81 pseudo-device   "i4bisppp"      4
83 # Netgraph interface
84 #options         NETGRAPH
85 #pseudo-device  "i4bing"        4