- Move non-optional options SWAPPAGER, VNODEPAGER, and DEVPAGER to std.mac68k
- Catch up with vm/vmparam.h (remove MACHINE_NONCONTIG) - Fix space/tab niggles in SPOT config - MYSTERY now includes the esp driver
This commit is contained in:
parent
87e006459e
commit
1ad7567f7f
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.48 1996/11/11 18:02:57 scottr Exp $
|
||||
# $NetBSD: GENERIC,v 1.49 1996/11/19 00:38:05 scottr Exp $
|
||||
#
|
||||
# GENERIC
|
||||
|
||||
@ -7,7 +7,6 @@ include "arch/mac68k/conf/std.mac68k"
|
||||
maxusers 16
|
||||
|
||||
# Standard system options
|
||||
options SWAPPAGER, VNODEPAGER, DEVPAGER # paging
|
||||
options DIAGNOSTIC # DEBUG for extra kernel debugging
|
||||
options KTRACE # system call tracing support
|
||||
#options KGDB # support for kernel gdb
|
||||
@ -61,7 +60,6 @@ options COMPAT_10
|
||||
options COMPAT_11
|
||||
options COMPAT_12
|
||||
#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
|
||||
options MACHINE_NONCONTIG
|
||||
options ZS_CONSOLE_ABORT
|
||||
options DISABLE_EXT_CACHE # Don't use IIci external cache
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: MYSTERY,v 1.6 1996/11/11 18:02:57 scottr Exp $
|
||||
# $NetBSD: MYSTERY,v 1.7 1996/11/19 00:38:05 scottr Exp $
|
||||
#
|
||||
# SPOT
|
||||
|
||||
@ -10,7 +10,6 @@ makeoptions CC="cc -m68030"
|
||||
options MYSTERY
|
||||
|
||||
# Standard system options
|
||||
options SWAPPAGER, VNODEPAGER, DEVPAGER # paging
|
||||
options DIAGNOSTIC # DEBUG for extra kernel debugging
|
||||
options KTRACE # system call tracing support
|
||||
#options KGDB # support for kernel gdb
|
||||
@ -63,7 +62,6 @@ options COMPAT_09
|
||||
options COMPAT_10
|
||||
options COMPAT_11
|
||||
options COMPAT_12
|
||||
options MACHINE_NONCONTIG
|
||||
options ZS_CONSOLE_ABORT
|
||||
|
||||
config netbsd swap generic
|
||||
@ -83,7 +81,7 @@ grf* at macvid?
|
||||
ite0 at grf?
|
||||
|
||||
#ncrscsi0 at obio? # SCSI NCR 5380
|
||||
#esp0 at obio? # SCSI NCR 53C96
|
||||
esp0 at obio? # SCSI NCR 53C96
|
||||
sbc0 at obio? flags 0x1 # MI NCR 5380 SCSI Bus Controller
|
||||
|
||||
scsibus* at scsi?
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: PUMA,v 1.16 1996/11/11 18:02:58 scottr Exp $
|
||||
# $NetBSD: PUMA,v 1.17 1996/11/19 00:38:06 scottr Exp $
|
||||
#
|
||||
# PUMA
|
||||
|
||||
@ -6,9 +6,6 @@ include "arch/mac68k/conf/std.mac68k"
|
||||
|
||||
maxusers 16
|
||||
|
||||
# Standard system options
|
||||
options SWAPPAGER, VNODEPAGER, DEVPAGER # paging
|
||||
|
||||
# Filesystem options
|
||||
options FIFO # POSIX fifo support (in all filesystems)
|
||||
options DDB
|
||||
@ -39,7 +36,6 @@ options SYSVSHM,SYSVSEM,SYSVMSG
|
||||
|
||||
# Mac-specific options
|
||||
options M68030
|
||||
options MACHINE_NONCONTIG
|
||||
options COMPAT_NOMID
|
||||
options COMPAT_SUNOS
|
||||
options COMPAT_09
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: SPOT,v 1.18 1996/11/11 18:02:59 scottr Exp $
|
||||
# $NetBSD: SPOT,v 1.19 1996/11/19 00:38:07 scottr Exp $
|
||||
#
|
||||
# SPOT
|
||||
|
||||
@ -9,7 +9,6 @@ maxusers 16
|
||||
makeoptions CC="cc -m68030"
|
||||
|
||||
# Standard system options
|
||||
options SWAPPAGER, VNODEPAGER, DEVPAGER # paging
|
||||
options DIAGNOSTIC # DEBUG for extra kernel debugging
|
||||
options KTRACE # system call tracing support
|
||||
#options KGDB # support for kernel gdb
|
||||
@ -25,28 +24,17 @@ options QUOTA # fast filesystem with user and group quotas
|
||||
options MFS # memory-based filesystem
|
||||
options NFSSERVER # Sun NFS-compatible filesystem
|
||||
options NFSCLIENT # Sun NFS-compatible filesystem
|
||||
#options NULLFS # Null (formerly loop-back) filesystem
|
||||
options CD9660 # ISO-9660 w/ RockRidge
|
||||
options KERNFS # kernel data-structure filesystem
|
||||
options FDESC # user file descriptor filesystem
|
||||
#options UMAPFS # uid/gid remapping filesystem
|
||||
#options LFS # Log-based filesystem (still experimental)
|
||||
#options PORTAL # portal filesystem (still experimental)
|
||||
options PROCFS # Process filesystem
|
||||
|
||||
options SCSI
|
||||
#options SCSIDEBUG
|
||||
#options NCR5380_DEBUG
|
||||
#options SBC_DEBUG
|
||||
|
||||
# Networking options
|
||||
options INET
|
||||
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
||||
options GATEWAY # IP packet forwarding
|
||||
#options NS # Xerox networking
|
||||
#options ISO # OSI networking
|
||||
#options TPIP
|
||||
#options EON
|
||||
options PPP_BSDCOMP
|
||||
options PPP_DEFLATE
|
||||
options COMPAT_42
|
||||
@ -56,13 +44,9 @@ options SYSVSHM,SYSVSEM,SYSVMSG
|
||||
|
||||
# Mac-specific options
|
||||
options M68030
|
||||
options COMPAT_NOMID
|
||||
options COMPAT_SUNOS
|
||||
options COMPAT_09
|
||||
options COMPAT_10
|
||||
options COMPAT_11
|
||||
options COMPAT_12
|
||||
options MACHINE_NONCONTIG
|
||||
|
||||
# SPOT-specific options
|
||||
options TIMEZONE=360
|
||||
@ -70,22 +54,14 @@ options DST=1
|
||||
|
||||
config netbsd swap generic
|
||||
|
||||
intvid0 at obio? # Internal video hardware
|
||||
|
||||
nubus0 at mainbus?
|
||||
|
||||
ae* at nubus?
|
||||
|
||||
macvid* at nubus?
|
||||
|
||||
# Attach grf semantics to all video hardware as it is found
|
||||
grf* at intvid?
|
||||
grf* at macvid?
|
||||
|
||||
# Attach ite semantics to the appropriate grf device
|
||||
ite0 at grf?
|
||||
|
||||
#ncrscsi0 at obio? # SCSI NCR 5380
|
||||
#esp at obio? # SCSI NCR 53C96
|
||||
sbc0 at obio? flags 0x1 # MI NCR 5380 SCSI Bus Controller
|
||||
|
||||
scsibus* at scsi?
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: std.mac68k,v 1.15 1996/11/11 17:56:11 scottr Exp $
|
||||
# $NetBSD: std.mac68k,v 1.16 1996/11/19 00:38:07 scottr Exp $
|
||||
#
|
||||
# standard Macintosh information.
|
||||
# roughly copied from std.sparc 14 Oct 1993.
|
||||
@ -18,5 +18,11 @@ zstty* at zsc? channel ?
|
||||
|
||||
options HZ=60 # mac clock runs at 60hz
|
||||
|
||||
options EXEC_AOUT
|
||||
options EXEC_SCRIPT
|
||||
# Executable support
|
||||
options EXEC_AOUT # a.out binary support
|
||||
options EXEC_SCRIPT # shell script support
|
||||
|
||||
# VM pager support
|
||||
options SWAPPAGER # paging; REQUIRED
|
||||
options VNODEPAGER # mmap() of files; REQUIRED
|
||||
options DEVPAGER # mmap() of devices; REQUIRED
|
||||
|
Loading…
x
Reference in New Issue
Block a user