Date: Tue, 29 Oct 2002 12:23:45 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 20368 for review Message-ID: <200210292023.g9TKNjc1051633@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=20368 Change 20368 by jhb@jhb_laptop on 2002/10/29 12:23:40 Turn on COMPAT_FREEBSD4 to avoid foot incinerating. Affected files ... .. //depot/projects/smpng/sys/alpha/conf/ALPHA#7 edit .. //depot/projects/smpng/sys/alpha/conf/ALPHA-up#6 edit .. //depot/projects/smpng/sys/i386/conf/X86#6 edit .. //depot/projects/smpng/sys/i386/conf/X86-up#6 edit .. //depot/projects/smpng/sys/sparc64/conf/SPARC64#10 edit Differences ... ==== //depot/projects/smpng/sys/alpha/conf/ALPHA#7 (text+ko) ==== @@ -24,6 +24,7 @@ options PROCFS #Process filesystem options PSEUDOFS #Pseudo-filesystem framework options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] +options COMPAT_FREEBSD4 #Compatible with FreeBSD4 options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI options KTRACE #ktrace(1) syscall trace support options SYSVSHM #SYSV-style shared memory ==== //depot/projects/smpng/sys/alpha/conf/ALPHA-up#6 (text+ko) ==== @@ -24,6 +24,7 @@ options PROCFS #Process filesystem options PSEUDOFS #Pseudo-filesystem framework options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] +options COMPAT_FREEBSD4 #Compatible with FreeBSD4 options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI options KTRACE #ktrace(1) syscall trace support options SYSVSHM #SYSV-style shared memory ==== //depot/projects/smpng/sys/i386/conf/X86#6 (text+ko) ==== @@ -20,6 +20,7 @@ options PROCFS #Process filesystem options PSEUDOFS #Pseudo-filesystem framework options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] +options COMPAT_FREEBSD4 #Compatible with FreeBSD4 options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues ==== //depot/projects/smpng/sys/i386/conf/X86-up#6 (text+ko) ==== @@ -20,6 +20,7 @@ options PROCFS #Process filesystem options PSEUDOFS #Pseudo-filesystem framework options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] +options COMPAT_FREEBSD4 #Compatible with FreeBSD4 options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues ==== //depot/projects/smpng/sys/sparc64/conf/SPARC64#10 (text+ko) ==== @@ -29,6 +29,7 @@ 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 KTRACE #ktrace(1) syscall trace support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210292023.g9TKNjc1051633>