From 57be8af6424fe98a84058dd0712eaa9b9e111185 Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 10 Jan 2006 09:19:10 +0000 Subject: Move the old BSD4.3 tty compatibility from (!BURN_BRIDGES && COMPAT_43) to COMPAT_43TTY. Add COMPAT_43TTY to NOTES and */conf/GENERIC Compile tty_compat.c only under the new option. Spit out #warning "Old BSD tty API used, please upgrade." if ioctl_compat.h gets #included from userland. --- sys/i386/conf/GENERIC | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/i386') diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 2e5f546..6116c2f 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -47,6 +47,7 @@ options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS # Pseudo-filesystem framework options GEOM_GPT # GUID Partition Tables. options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!] +options COMPAT_43TTY # BSD 4.3 TTY compat [KEEP THIS!] options COMPAT_FREEBSD4 # Compatible with FreeBSD4 options COMPAT_FREEBSD5 # Compatible with FreeBSD5 options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI -- cgit v1.1