Move COMPAT_FREEBSD4 to arch-neutral sys/conf/NOTES.

Add COMPAT_FREEBSD4 to GENERIC for arches that existed in FreeBSD 4's time,
not just i386. (alpha and pc98)

Requested by: bde
This commit is contained in:
Alfred Perlstein 2002-07-13 16:43:53 +00:00
parent 728bf8f207
commit f0eb293e88
5 changed files with 6 additions and 3 deletions

View File

@ -60,6 +60,7 @@ options CD9660 #ISO 9660 Filesystem
options PROCFS #Process filesystem (requires PSEUDOFS)
options PSEUDOFS #Pseudo-filesystem framework
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
options COMPAT_FREEBSD4 #Compatible with FreeBSD4
options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI
options KTRACE #ktrace(1) syscall trace support
options SYSVSHM #SYSV-style shared memory

View File

@ -60,6 +60,7 @@ options CD9660 #ISO 9660 Filesystem
options PROCFS #Process filesystem (requires PSEUDOFS)
options PSEUDOFS #Pseudo-filesystem framework
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
options COMPAT_FREEBSD4 #Compatible with FreeBSD4
options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI
options KTRACE #ktrace(1) syscall trace support
options SYSVSHM #SYSV-style shared memory

View File

@ -172,6 +172,9 @@ options MUTEX_PROFILING
#
options COMPAT_43
# Enable FreeBSD4 compatibility syscalls
options COMPAT_FREEBSD4
#
# These three options provide support for System V Interface
# Definition-style interprocess communication, in the form of shared

View File

@ -874,9 +874,6 @@ options COMPAT_LINUX
# and PSEUDOFS)
options LINPROCFS
# Enable FreeBSD4 compatibility syscalls
options COMPAT_FREEBSD4
#
# SysVR4 ABI emulation
#

View File

@ -46,6 +46,7 @@ options CD9660 #ISO 9660 Filesystem
options PROCFS #Process filesystem (requires PSEUDOFS)
options PSEUDOFS #Pseudo-filesystem framework
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
options COMPAT_FREEBSD4 #Compatible with FreeBSD4
options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI
options EPSON_BOUNCEDMA #use bounce buufer for 15-16M
#options EPSON_MEMWIN #EPSON memory window support