summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2008-08-03 10:32:17 +0000
committered <ed@FreeBSD.org>2008-08-03 10:32:17 +0000
commit7237d2d9a2e1a1f1f650979348ff92f8e2c449dd (patch)
tree3f8b3aa71ff53359719dd9c3ef3b4a55506516f2 /sys/modules
parent50751ffe3128979e36e17193017746d8d761dea2 (diff)
downloadFreeBSD-src-7237d2d9a2e1a1f1f650979348ff92f8e2c449dd.zip
FreeBSD-src-7237d2d9a2e1a1f1f650979348ff92f8e2c449dd.tar.gz
Disconnect drivers that haven't been ported to MPSAFE TTY yet.
As clearly mentioned on the mailing lists, there is a list of drivers that have not been ported to the MPSAFE TTY layer yet. Remove them from the kernel configuration files. This means people can now still use these drivers if they explicitly put them in their kernel configuration file, which is good. People should keep in mind that after August 10, these drivers will not work anymore. Even though owners of the hardware are capable of getting these drivers working again, I will see if I can at least get them to a compilable state (if time permits).
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile15
-rw-r--r--sys/modules/netgraph/Makefile1
-rw-r--r--sys/modules/netgraph/bluetooth/Makefile1
3 files changed, 0 insertions, 17 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 6a5a7b1..4b15997 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -65,14 +65,12 @@ SUBDIR= ${_3dfx} \
${_cs} \
${_ctau} \
cue \
- ${_cx} \
cxgb \
${_cyclic} \
dc \
dcons \
dcons_crom \
de \
- ${_digi} \
${_dpt} \
${_drm} \
${_dtrace} \
@@ -116,8 +114,6 @@ SUBDIR= ${_3dfx} \
if_gre \
if_lagg \
${_if_ndis} \
- if_ppp \
- if_sl \
if_stf \
if_tap \
if_tun \
@@ -226,13 +222,11 @@ SUBDIR= ${_3dfx} \
ral \
${_random} \
${_ray} \
- rc \
rc4 \
${_rdma} \
re \
reiserfs \
rl \
- rp \
rue \
rum \
${_s3} \
@@ -242,13 +236,11 @@ SUBDIR= ${_3dfx} \
${_scsi_low} \
sem \
sf \
- ${_sio} \
sis \
sk \
${_smbfs} \
sn \
${_snc} \
- snp \
${_sound} \
${_speaker} \
${_splash} \
@@ -273,16 +265,13 @@ SUBDIR= ${_3dfx} \
uart \
ubsa \
ubsec \
- ubser \
ucom \
- ucycom \
udav \
udbp \
udf \
udf_iconv \
ufm \
${_ufs} \
- ufoma \
uftdi \
ugen \
uhid \
@@ -384,7 +373,6 @@ _cs= cs
.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
_cyclic= cyclic
.endif
-_digi= digi
_drm= drm
.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
_dtrace= dtrace
@@ -426,7 +414,6 @@ _ray= ray
_rdma= rdma
_safe= safe
_scsi_low= scsi_low
-_sio= sio
_smbfs= smbfs
_sound= sound
_speaker= speaker
@@ -454,7 +441,6 @@ _cm= cm
_cmx= cmx
_coretemp= coretemp
_ctau= ctau
-_cx= cx
_dpt= dpt
_ex= ex
_hptiop= hptiop
@@ -516,7 +502,6 @@ _cpufreq= cpufreq
.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
_cyclic= cyclic
.endif
-_digi= digi
_drm= drm
.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
_dtrace= dtrace
diff --git a/sys/modules/netgraph/Makefile b/sys/modules/netgraph/Makefile
index a95cfff..1e9462a 100644
--- a/sys/modules/netgraph/Makefile
+++ b/sys/modules/netgraph/Makefile
@@ -48,7 +48,6 @@ SUBDIR= async \
tag \
tcpmss \
tee \
- tty \
UI \
vjc \
vlan
diff --git a/sys/modules/netgraph/bluetooth/Makefile b/sys/modules/netgraph/bluetooth/Makefile
index 2c7ae7a..9169cf1 100644
--- a/sys/modules/netgraph/bluetooth/Makefile
+++ b/sys/modules/netgraph/bluetooth/Makefile
@@ -7,7 +7,6 @@ SUBDIR= \
l2cap \
socket \
bt3c \
- h4 \
ubt \
ubtbcmfw
OpenPOWER on IntegriCloud