summaryrefslogtreecommitdiffstats
path: root/sys/ia64/conf
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2010-03-13 09:21:00 +0000
committered <ed@FreeBSD.org>2010-03-13 09:21:00 +0000
commit6cb70302d944b35b4c4ac65d61e1f9f6fdbe6f42 (patch)
tree7b215ec0f853884eea71c9726a81c027c4f34031 /sys/ia64/conf
parent82f04b0d188538af7839c562d14d93bf9d29427f (diff)
downloadFreeBSD-src-6cb70302d944b35b4c4ac65d61e1f9f6fdbe6f42.zip
FreeBSD-src-6cb70302d944b35b4c4ac65d61e1f9f6fdbe6f42.tar.gz
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.
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 b64c014..1df2e00 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
OpenPOWER on IntegriCloud