diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-07-13 16:43:53 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-07-13 16:43:53 +0000 |
| commit | f0eb293e8870321fbfa5feb5ff756be26654b724 (patch) | |
| tree | a95ecab73f75ee37e738011a0655e8ad0e3a86f7 /sys | |
| parent | 728bf8f207aeb881cdba83e874b9b08b696ea646 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/alpha/conf/GENERIC | 1 | ||||
| -rw-r--r-- | sys/alpha/conf/NOTES | 1 | ||||
| -rw-r--r-- | sys/conf/NOTES | 3 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 3 | ||||
| -rw-r--r-- | sys/pc98/conf/GENERIC | 1 |
5 files changed, 6 insertions, 3 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index 8f22210b1b35d..ff62613ba3b53 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -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 diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES index 8f22210b1b35d..ff62613ba3b53 100644 --- a/sys/alpha/conf/NOTES +++ b/sys/alpha/conf/NOTES @@ -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 diff --git a/sys/conf/NOTES b/sys/conf/NOTES index db36db85191b8..cc468a2cec16a 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -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 diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 3bed5100e157a..6d5331099767a 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -874,9 +874,6 @@ options COMPAT_LINUX # and PSEUDOFS) options LINPROCFS -# Enable FreeBSD4 compatibility syscalls -options COMPAT_FREEBSD4 - # # SysVR4 ABI emulation # diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 5d15a91cbcf93..e7d5875159a6f 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -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 |
