mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
MFi386: revision 1.1172.
This commit is contained in:
parent
1dc6d50084
commit
f737784258
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134634
@ -350,7 +350,7 @@ options TDFX_LINUX # Enable Linuxulator support
|
||||
# for AGP r128 and radeon cards.
|
||||
|
||||
device mgadrm
|
||||
device "r128drm"
|
||||
device r128drm
|
||||
device radeondrm
|
||||
device sisdrm
|
||||
device tdfxdrm
|
||||
@ -573,7 +573,7 @@ device ifpi
|
||||
# ifpi2 driver for AVM Fritz!Card PCI version 2
|
||||
#
|
||||
# AVM Fritz!Card PCI version 2
|
||||
device "ifpi2"
|
||||
device ifpi2
|
||||
#
|
||||
#---------------------------------------------------------------------------
|
||||
# iwic driver for Winbond W6692 chipset
|
||||
@ -597,34 +597,38 @@ device iavc
|
||||
# ISDN Protocol Stack - mandatory for all hardware drivers
|
||||
#
|
||||
# Q.921 / layer 2 - i4b passive cards D channel handling
|
||||
device "i4bq921"
|
||||
device i4bq921
|
||||
#
|
||||
# Q.931 / layer 3 - i4b passive cards D channel handling
|
||||
device "i4bq931"
|
||||
device i4bq931
|
||||
#
|
||||
# layer 4 - i4b common passive and active card handling
|
||||
device "i4b"
|
||||
device i4b
|
||||
#
|
||||
#---------------------------------------------------------------------------
|
||||
# ISDN devices - mandatory for all hardware drivers
|
||||
#
|
||||
# userland driver to do ISDN tracing (for passive cards only)
|
||||
device "i4btrc" 4
|
||||
device i4btrc
|
||||
options NI4BTRC=4
|
||||
#
|
||||
# userland driver to control the whole thing
|
||||
device "i4bctl"
|
||||
device i4bctl
|
||||
#
|
||||
#---------------------------------------------------------------------------
|
||||
# ISDN devices - optional
|
||||
#
|
||||
# userland driver for access to raw B channel
|
||||
device "i4brbch" 4
|
||||
device i4brbch
|
||||
options NI4BRBCH=4
|
||||
#
|
||||
# userland driver for telephony
|
||||
device "i4btel" 2
|
||||
device i4btel
|
||||
options NI4BTEL=2
|
||||
#
|
||||
# network driver for IP over raw HDLC ISDN
|
||||
device "i4bipr" 4
|
||||
device i4bipr
|
||||
options NI4BIPR=4
|
||||
# enable VJ header compression detection for ipr i/f
|
||||
options IPR_VJ
|
||||
# enable logging of the first n IP packets to isdnd (n=32 here)
|
||||
@ -632,13 +636,15 @@ options IPR_LOG=32
|
||||
#
|
||||
# network driver for sync PPP over ISDN; requires an equivalent
|
||||
# number of sppp device to be configured
|
||||
device "i4bisppp" 4
|
||||
device i4bisppp
|
||||
options NI4BISPPP=4
|
||||
#
|
||||
# B-channel interface to the netgraph subsystem
|
||||
device "i4bing" 2
|
||||
device i4bing
|
||||
options NI4BING=2
|
||||
#
|
||||
# CAPI driver needed for active ISDN cards (see iavc driver above)
|
||||
device "i4bcapi"
|
||||
device i4bcapi
|
||||
#
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user