NetBSD/sys/arch/mvme68k/conf/VME147
dholland 4acb6306f5 Systematize (and in many cases, fix) the comments on options COMPAT_NN.
There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.
2014-08-23 20:26:56 +00:00

101 lines
2.6 KiB
Plaintext

# $NetBSD: VME147,v 1.59 2014/08/23 20:26:59 dholland Exp $
include "arch/mvme68k/conf/std.mvme68k"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
# Boards this kernel supports; need at lest the correct one
options MVME147
maxusers 4
#options DDB
#options DIAGNOSTIC, DEBUG
#options SYSVSHM
options KTRACE
options COMPAT_43
options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
file-system FFS
file-system NFS
file-system KERNFS
file-system MFS
file-system CD9660
#file-system MSDOSFS
#file-system UNION
#file-system PTYFS # /dev/pts/N support
#options NFSSERVER
#options FFS_EI # FFS Endian Independent support
options FFS_NO_SNAPSHOT # No FFS snapshot support
# Networking options
options INET
#options GATEWAY # IP packet forwarding
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
options COMPAT_AOUT_M68K # compatibility with NetBSD/m68k a.out
options COMPAT_09 # NetBSD 0.9,
options COMPAT_10 # NetBSD 1.0,
options COMPAT_11 # NetBSD 1.1,
options COMPAT_12 # NetBSD 1.2,
options COMPAT_13 # NetBSD 1.3,
options COMPAT_14 # NetBSD 1.4,
options COMPAT_15 # NetBSD 1.5,
options COMPAT_16 # NetBSD 1.6,
options COMPAT_20 # NetBSD 2.0,
options COMPAT_30 # NetBSD 3.0, and
options COMPAT_40 # NetBSD 4.0 binary compatibility.
#options COMPAT_SUNOS
#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
#options COMPAT_LINUX # compatibility with Linux/m68k binaries
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
## force NFS root and swap
#config netbsd root on ? type nfs
## "generic" boot (put root on boot device)
config netbsd root on ? type ?
options NFS_BOOT_DHCP # Diskless client w/ dhcp
options NFS_BOOT_BOOTP # Diskless client w/ bootp
options NFS_BOOT_BOOTPARAM # Diskless client w/ bootparamd
pseudo-device sl
pseudo-device ppp
pseudo-device loop
pseudo-device bpfilter
pseudo-device pty
pseudo-device vnd
#pseudo-device fss # file system snapshot device
pseudo-device clockctl # user control of clock subsystem
mainbus0 at root
pcc0 at mainbus0
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
zstty* at zsc? channel ?
vmepcc0 at pcc?
vme0 at vmepcc0
# Example VMEbus device
#foo0 at vme0 addr 0x10001000 am 0x0d irq 2 vect 0x80
scsibus* at wdsc?
sd* at scsibus? target ? lun ?
st* at scsibus? target ? lun ?
cd* at scsibus? target ? lun ?