diff --git a/sys/arch/mac68k/conf/ALLEN b/sys/arch/mac68k/conf/ALLEN index 04c2a521e033..f26b978561a5 100644 --- a/sys/arch/mac68k/conf/ALLEN +++ b/sys/arch/mac68k/conf/ALLEN @@ -1,5 +1,8 @@ # ALLEN # Mac II, etc. +# +# $Id: ALLEN,v 1.3 1994/02/27 16:48:33 briggs Exp $ +# include "std.mac68k" @@ -32,8 +35,6 @@ options FDESC # user file descriptor filesystem #options PORTAL # portal filesystem (still experimental) # Networking options -options SCSI -options SCSIDEBUG options INET options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP options GATEWAY # IP packet forwarding @@ -45,6 +46,12 @@ options COMPAT_43 options NS options MAPMEM,SYSVSHM +# Misc and mac-specific options +options SCSI +#options SCSIDEBUG +options FPCOPROC +options COMPAT_NOMID + config netbsd root on sd0 swap on sd0 ncr* at mainbus? # SCSI NCR 5380 diff --git a/sys/arch/mac68k/conf/GENERIC b/sys/arch/mac68k/conf/GENERIC index f6ab7f021ae1..95da01c3e86d 100644 --- a/sys/arch/mac68k/conf/GENERIC +++ b/sys/arch/mac68k/conf/GENERIC @@ -1,6 +1,6 @@ # GENERIC # -# $Id: GENERIC,v 1.9 1994/02/27 03:44:24 briggs Exp $ +# $Id: GENERIC,v 1.10 1994/02/27 16:48:34 briggs Exp $ include "std.mac68k" @@ -36,7 +36,7 @@ options PORTAL # portal filesystem (still experimental) options PROCFS options SCSI -options SCSIDEBUG +#options SCSIDEBUG # Networking options options INET @@ -53,6 +53,7 @@ options SYSVSHM,SYSVSEM,SYSVMSG # Mac-specific options options FPCOPROC +options COMPAT_NOMID config netbsd swap generic diff --git a/sys/arch/mac68k/conf/NFSTEST b/sys/arch/mac68k/conf/NFSTEST index 21f72bae17a3..2a6de50d27bb 100644 --- a/sys/arch/mac68k/conf/NFSTEST +++ b/sys/arch/mac68k/conf/NFSTEST @@ -1,6 +1,6 @@ # GENERIC + NFS services # -# $Id: NFSTEST,v 1.2 1994/02/27 03:44:26 briggs Exp $ +# $Id: NFSTEST,v 1.3 1994/02/27 16:48:35 briggs Exp $ include "std.mac68k" @@ -36,7 +36,7 @@ options PORTAL # portal filesystem (still experimental) options PROCFS options SCSI -options SCSIDEBUG +#options SCSIDEBUG # Networking options options INET @@ -53,6 +53,7 @@ options SYSVSHM,SYSVSEM,SYSVMSG # Macintosh-specific options options FPCOPROC +options COMPAT_NOMID config netbsd swap generic diff --git a/sys/arch/mac68k/conf/NOFPU b/sys/arch/mac68k/conf/NOFPU index 6dcbe1428164..f559413ffaec 100644 --- a/sys/arch/mac68k/conf/NOFPU +++ b/sys/arch/mac68k/conf/NOFPU @@ -1,6 +1,6 @@ # GENERIC # -# $Id: NOFPU,v 1.1 1994/02/27 03:44:26 briggs Exp $ +# $Id: NOFPU,v 1.2 1994/02/27 16:48:36 briggs Exp $ include "std.mac68k" @@ -36,7 +36,8 @@ options PORTAL # portal filesystem (still experimental) options PROCFS options SCSI -options SCSIDEBUG +#options SCSIDEBUG +options COMPAT_NOMID # Networking options options INET