Attach ce(4) to the build.

MFC after:	3 days
This commit is contained in:
Roman Kurakin 2006-01-31 23:11:35 +00:00
parent ba4e658553
commit f2ca64ca71
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155159
4 changed files with 10 additions and 0 deletions

View File

@ -12,6 +12,7 @@ MAN= acpi_asus.4 \
apm.4 \
ar.4 \
arl.4 \
ce.4 \
cp.4 \
CPU_ELAN.4 \
cs.4 \

View File

@ -142,6 +142,9 @@ dev/atkbdc/atkbdc.c optional atkbdc
dev/atkbdc/atkbdc_isa.c optional atkbdc isa
dev/atkbdc/atkbdc_subr.c optional atkbdc
dev/atkbdc/psm.c optional psm atkbdc
dev/ce/ceddk.c optional ce
dev/ce/if_ce.c optional ce
dev/ce/tau32-ddk.c optional ce
dev/cm/if_cm_isa.c optional cm isa
dev/cp/cpddk.c optional cp
dev/cp/if_cp.c optional cp

View File

@ -493,6 +493,9 @@ hint.mse.0.irq="5"
# (requires sppp)
# arl: Aironet Arlan 655 wireless adapters.
# ath: Atheros a/b/g WiFi adapters (requires ath_hal and wlan)
# 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
@ -529,6 +532,7 @@ device arl
hint.arl.0.at="isa"
hint.arl.0.irq="9"
hint.arl.0.maddr="0xd0000"
device ce
device cp
device cs
hint.cs.0.at="isa"

View File

@ -43,6 +43,7 @@ SUBDIR= ${_3dfx} \
cd9660 \
cd9660_iconv \
cdce \
${_ce} \
${_ciss} \
${_cm} \
coda \
@ -324,6 +325,7 @@ _awi= awi
_bktr= bktr
_cardbus= cardbus
_cbb= cbb
_ce= ce
_coff= coff
_cp= cp
_cpufreq= cpufreq