# $NetBSD: GENERIC,v 1.106 2023/02/12 14:50:40 abs Exp $
#
# GENERIC machine description file
#
# This machine description file is used to generate the default NetBSD
# kernel. The generic kernel does not include all options, subsystems
# and device drivers, but should be useful for most applications.
#
# The machine description file can be customised for your specific
# machine to reduce the kernel size and improve its performance.
#
# For further information on compiling NetBSD kernels, see the config(8)
# man page.
#
# For further information on hardware support for this architecture, see
# the intro(4) man page. For further information about kernel options
# for this architecture, see the options(4) man page. For an explanation
# of each device driver in this file see the section 4 man page for the
# device.
include "arch/mvme68k/conf/std.mvme68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.106 $"
makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
# Needed on m68040 boards to emulate some missing FP instructions
options FPSP
# Needed on m68060 boards
options M060SP
#options DDB
#options DIAGNOSTIC
#options DEBUG
#options SYSVSHM
options KTRACE
options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
# Alternate buffer queue strategies for better responsiveness under high
# disk I/O load.
#options BUFQ_READPRIO
#options BUFQ_PRIOCSCAN
# File system options
#options FFS_EI # FFS Endian Independent support
options FFS_NO_SNAPSHOT # No FFS snapshot support
#options UFS_DIRHASH # UFS Large Directory Hashing
#options UFS_EXTATTR # Extended attribute support for UFS1
options WAPBL # File system journaling support
options NFSSERVER # Network File System server
# Networking options
options INET
options INET6 # IPV6
#options IPSEC # IP security
#options IPSEC_DEBUG # debug for IP security
#options GATEWAY # IP packet forwarding
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
# random number generator pseudo-device
#options RND_COM # use "com" randomness as well (BROKEN)
# Veriexec
# include "dev/veriexec.config"
mainbus0 at root
# MVME147 specific devices
pcc0 at mainbus0
vmepcc0 at pcc?
clock0 at pcc? ipl 5
zsc* at pcc? ipl 4
le0 at pcc? ipl 3
wdsc0 at pcc? ipl 2
lpt0 at pcc? ipl 1
# MVME16x and MVME17x shared devices
pcctwo0 at mainbus0
vmetwo0 at mainbus0
memc* at mainbus0
clock0 at pcctwo? ipl 5
ie0 at pcctwo? ipl 3
osiop0 at pcctwo? ipl 2
# MVME162/MVME172 specific devices
zsc* at pcctwo? ipl 4
# MVME167/MVME177 specific devices
clmpcc0 at pcctwo? ipl 4
lpt0 at pcctwo? ipl 1
# Common front-end for MVME147 and MVME162 `zs' device
zstty* at zsc? channel ?
# MI VMEbus Interface
vme0 at vmepcc0
vme0 at vmetwo0
# Example VMEbus device
#foo0 at vme0 addr 0x00ef0000 irq 3 vect 0x80
scsibus* at wdsc?
scsibus* at osiop?
sd* at scsibus? target ? lun ?
st* at scsibus? target ? lun ?
cd* at scsibus? target ? lun ?
#ch* at scsibus? target ? lun ?
#ss* at scsibus? target ? lun ? # SCSI scanners
#uk* at scsibus? target ? lun ? # SCSI unknown
# Pull in optional local configuration - always at end
cinclude "arch/mvme68k/conf/GENERIC.local"