aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64/conf
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2010-03-13 09:21:00 +0000
committerEd Schouten <ed@FreeBSD.org>2010-03-13 09:21:00 +0000
commit338f1debcd01fc1e84b3980656f449806db9ff37 (patch)
tree7b215ec0f853884eea71c9726a81c027c4f34031 /sys/ia64/conf
parent0c7964a064fbff3d13c2ff3991aa6cfcd6b27dcb (diff)
downloadsrc-338f1debcd01fc1e84b3980656f449806db9ff37.tar.gz
src-338f1debcd01fc1e84b3980656f449806db9ff37.zip
Remove COMPAT_43TTY from stock kernel configuration files.
COMPAT_43TTY enables the sgtty interface. Even though its exposure has only been removed in FreeBSD 8.0, it wasn't used by anything in the base system in FreeBSD 5.x (possibly even 4.x?). On those releases, if your ports/packages are less than two years old, they will prefer termios over sgtty.
Notes
Notes: svn path=/head/; revision=205116
Diffstat (limited to 'sys/ia64/conf')
-rw-r--r--sys/ia64/conf/GENERIC1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC
index b64c0143bd4c..1df2e00829cf 100644
--- a/sys/ia64/conf/GENERIC
+++ b/sys/ia64/conf/GENERIC
@@ -27,7 +27,6 @@ makeoptions DEBUG=-g # Build kernel with debug information.
options AUDIT # Security event auditing
options CD9660 # ISO 9660 Filesystem
-options COMPAT_43TTY # BSD 4.3 TTY compat (sgtty)
options COMPAT_FREEBSD6 # Compatible with FreeBSD6
options COMPAT_FREEBSD7 # Compatible with FreeBSD7
options DDB # Support DDB