Disable SCSIDEBUG and make COMPAT_NOMID an option (defined).
This commit is contained in:
parent
4474958dd0
commit
034c4cb56e
|
@ -1,5 +1,8 @@
|
||||||
# ALLEN
|
# ALLEN
|
||||||
# Mac II, etc.
|
# Mac II, etc.
|
||||||
|
#
|
||||||
|
# $Id: ALLEN,v 1.3 1994/02/27 16:48:33 briggs Exp $
|
||||||
|
#
|
||||||
|
|
||||||
include "std.mac68k"
|
include "std.mac68k"
|
||||||
|
|
||||||
|
@ -32,8 +35,6 @@ options FDESC # user file descriptor filesystem
|
||||||
#options PORTAL # portal filesystem (still experimental)
|
#options PORTAL # portal filesystem (still experimental)
|
||||||
|
|
||||||
# Networking options
|
# Networking options
|
||||||
options SCSI
|
|
||||||
options SCSIDEBUG
|
|
||||||
options INET
|
options INET
|
||||||
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
||||||
options GATEWAY # IP packet forwarding
|
options GATEWAY # IP packet forwarding
|
||||||
|
@ -45,6 +46,12 @@ options COMPAT_43
|
||||||
options NS
|
options NS
|
||||||
options MAPMEM,SYSVSHM
|
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
|
config netbsd root on sd0 swap on sd0
|
||||||
|
|
||||||
ncr* at mainbus? # SCSI NCR 5380
|
ncr* at mainbus? # SCSI NCR 5380
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# GENERIC
|
# 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"
|
include "std.mac68k"
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ options PORTAL # portal filesystem (still experimental)
|
||||||
options PROCFS
|
options PROCFS
|
||||||
|
|
||||||
options SCSI
|
options SCSI
|
||||||
options SCSIDEBUG
|
#options SCSIDEBUG
|
||||||
|
|
||||||
# Networking options
|
# Networking options
|
||||||
options INET
|
options INET
|
||||||
|
@ -53,6 +53,7 @@ options SYSVSHM,SYSVSEM,SYSVMSG
|
||||||
|
|
||||||
# Mac-specific options
|
# Mac-specific options
|
||||||
options FPCOPROC
|
options FPCOPROC
|
||||||
|
options COMPAT_NOMID
|
||||||
|
|
||||||
config netbsd swap generic
|
config netbsd swap generic
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# GENERIC + NFS services
|
# 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"
|
include "std.mac68k"
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ options PORTAL # portal filesystem (still experimental)
|
||||||
options PROCFS
|
options PROCFS
|
||||||
|
|
||||||
options SCSI
|
options SCSI
|
||||||
options SCSIDEBUG
|
#options SCSIDEBUG
|
||||||
|
|
||||||
# Networking options
|
# Networking options
|
||||||
options INET
|
options INET
|
||||||
|
@ -53,6 +53,7 @@ options SYSVSHM,SYSVSEM,SYSVMSG
|
||||||
|
|
||||||
# Macintosh-specific options
|
# Macintosh-specific options
|
||||||
options FPCOPROC
|
options FPCOPROC
|
||||||
|
options COMPAT_NOMID
|
||||||
|
|
||||||
config netbsd swap generic
|
config netbsd swap generic
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# GENERIC
|
# 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"
|
include "std.mac68k"
|
||||||
|
|
||||||
|
@ -36,7 +36,8 @@ options PORTAL # portal filesystem (still experimental)
|
||||||
options PROCFS
|
options PROCFS
|
||||||
|
|
||||||
options SCSI
|
options SCSI
|
||||||
options SCSIDEBUG
|
#options SCSIDEBUG
|
||||||
|
options COMPAT_NOMID
|
||||||
|
|
||||||
# Networking options
|
# Networking options
|
||||||
options INET
|
options INET
|
||||||
|
|
Loading…
Reference in New Issue