summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf/LN2410SBC
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2012-03-21 08:38:42 +0000
committered <ed@FreeBSD.org>2012-03-21 08:38:42 +0000
commit619ab2327e380438e75ad0910f2849aa0ab4d504 (patch)
treedbf94bdfd2e622ff5f7c7a8c7f9faae61cc3bfd5 /sys/arm/conf/LN2410SBC
parent77afb41a4e2f8e398cca6791a95a7a8f21cb57e7 (diff)
downloadFreeBSD-src-619ab2327e380438e75ad0910f2849aa0ab4d504.zip
FreeBSD-src-619ab2327e380438e75ad0910f2849aa0ab4d504.tar.gz
Remove pty(4) from our kernel configurations.
As of FreeBSD 8, this driver should not be used. Applications that use posix_openpt(2) and openpty(3) use the pts(4) that is built into the kernel unconditionally. If it turns out high profile depend on the pty(4) module anyway, I'd rather get those fixed. So please report any issues to me. The pty(4) module is still available as a kernel module of course, so a simple `kldload pty' can be used to run old-style pseudo-terminals.
Diffstat (limited to 'sys/arm/conf/LN2410SBC')
-rw-r--r--sys/arm/conf/LN2410SBC1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arm/conf/LN2410SBC b/sys/arm/conf/LN2410SBC
index 4598aef..ec1d1d0 100644
--- a/sys/arm/conf/LN2410SBC
+++ b/sys/arm/conf/LN2410SBC
@@ -63,7 +63,6 @@ options SX_NOINLINE
options NO_FFS_SNAPSHOT
options NO_SWAPPING
device random
-device pty
device loop
device ether
OpenPOWER on IntegriCloud