Disable SCSIDEBUG and make COMPAT_NOMID an option (defined).
This commit is contained in:
parent
4474958dd0
commit
034c4cb56e
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue