summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/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/powerpc/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/powerpc/conf')
-rw-r--r--sys/powerpc/conf/GENERIC1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index 6e1aa09..5c76272 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -47,7 +47,6 @@ options PROCFS #Process filesystem (requires PSEUDOFS)
options PSEUDOFS #Pseudo-filesystem framework
options GEOM_PART_GPT #GUID Partition Tables.
options GEOM_LABEL #Provides labelization
-options COMPAT_43TTY #BSD 4.3 TTY compat (sgtty)
options COMPAT_FREEBSD4 #Keep this for a while
options COMPAT_FREEBSD5 #Compatible with FreeBSD5
options COMPAT_FREEBSD6 #Compatible with FreeBSD6
OpenPOWER on IntegriCloud