mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
MFi386: Enable the ce(4).
This commit is contained in:
parent
0739bd6008
commit
df55e78b6f
2 changed files with 7 additions and 0 deletions
|
|
@ -86,6 +86,9 @@ crypto/des/arch/i386/des_enc.S optional crypto | ipsec ipsec_esp | netsmbcrypto
|
|||
dev/aic/aic_cbus.c optional aic isa
|
||||
dev/ar/if_ar.c optional ar
|
||||
dev/ar/if_ar_pci.c optional ar pci
|
||||
dev/ce/ceddk.c optional ce
|
||||
dev/ce/if_ce.c optional ce
|
||||
dev/ce/tau32-ddk.c optional ce
|
||||
dev/cp/cpddk.c optional cp
|
||||
dev/cp/if_cp.c optional cp
|
||||
dev/ct/bshw_machdep.c optional ct
|
||||
|
|
|
|||
|
|
@ -347,6 +347,9 @@ hint.mse.0.irq="13"
|
|||
|
||||
# ar: Arnet SYNC/570i hdlc sync 2/4 port V.35/X.21 serial driver
|
||||
# (requires sppp)
|
||||
# ce: Cronyx Tau-PCI/32 sync single/dual port G.703/E1 serial adaptor
|
||||
# with 32 HDLC subchannels (requires sppp (default), or NETGRAPH if
|
||||
# NETGRAPH_CRONYX is configured)
|
||||
# cp: Cronyx Tau-PCI sync single/dual/four port
|
||||
# V.35/RS-232/RS-530/RS-449/X.21/G.703/E1/E3/T3/STS-1
|
||||
# serial adaptor (requires sppp (default), or NETGRAPH if
|
||||
|
|
@ -368,6 +371,7 @@ hint.mse.0.irq="13"
|
|||
# Order for ISA/EISA devices is important here
|
||||
|
||||
device ar
|
||||
device ce
|
||||
device cp
|
||||
device cs
|
||||
device ed
|
||||
|
|
|
|||
Loading…
Reference in a new issue