From 9286c815e819dac49f509b1c203486af9cffbf41 Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 2 Dec 2008 19:09:08 +0000 Subject: Remove "[KEEP THIS!]" from COMPAT_43TTY. It's not really that important. Sgtty is a programming interface that has been replaced by termios over the years. In June we already removed , which exposes the ioctl()'s that are implemented by this interface. The importance of this flag is overrated right now. --- sys/sun4v/conf/GENERIC | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/sun4v/conf') diff --git a/sys/sun4v/conf/GENERIC b/sys/sun4v/conf/GENERIC index 1a3f695..ef9cdb3 100644 --- a/sys/sun4v/conf/GENERIC +++ b/sys/sun4v/conf/GENERIC @@ -51,8 +51,8 @@ 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_43 # Compatible with BSD 4.3 [KEEP THIS!] -options COMPAT_43TTY # BSD 4.3 TTY compat [KEEP THIS!] +options COMPAT_43 # Compatible with BSD 4.3 (sgtty) +options COMPAT_43TTY # BSD 4.3 TTY compat (sgtty) options COMPAT_FREEBSD5 # Compatible with FreeBSD5 options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI options KTRACE # ktrace(1) support -- cgit v1.1