84 lines
1.8 KiB
Plaintext
84 lines
1.8 KiB
Plaintext
# $NetBSD: VME147,v 1.28 1999/07/29 10:37:20 augustss Exp $
|
|
|
|
include "arch/mvme68k/conf/std.mvme68k"
|
|
|
|
# Boards this kernel supports; need at lest the correct one
|
|
options MVME147
|
|
|
|
maxusers 2
|
|
|
|
#options DDB
|
|
|
|
options DIAGNOSTIC, DEBUG
|
|
|
|
#options SYSVSHM
|
|
options KTRACE
|
|
options COMPAT_43
|
|
|
|
file-system FFS
|
|
file-system NFS
|
|
file-system KERNFS
|
|
#file-system MFS
|
|
#file-system MSDOSFS
|
|
#file-system UNION
|
|
|
|
#options NFSSERVER
|
|
#options FFS_EI # FFS Endian Independant support
|
|
|
|
# Networking options
|
|
options INET
|
|
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
|
#options GATEWAY # IP packet forwarding
|
|
#options ISO # OSI networking
|
|
#options TPIP
|
|
#options EON
|
|
|
|
options COMPAT_09, COMPAT_10, COMPAT_11, COMPAT_12, COMPAT_13, COMPAT_14
|
|
options COMPAT_SUNOS
|
|
#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
|
|
#options COMPAT_LINUX # compatibility with Linux/m68k binaries
|
|
#options EXEC_ELF32 # 32-bit ELF executables (Linux)
|
|
|
|
## 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_BOOTPARAM # Diskless client w/ bootparamd
|
|
|
|
|
|
pseudo-device sl
|
|
pseudo-device ppp 2
|
|
pseudo-device loop
|
|
pseudo-device bpfilter
|
|
pseudo-device pty
|
|
pseudo-device vnd 2
|
|
|
|
mainbus0 at root
|
|
|
|
pcc0 at mainbus0
|
|
|
|
zsc* at pcc? ipl 4
|
|
zstty* at zsc? channel ?
|
|
|
|
clock0 at pcc? ipl 5
|
|
le0 at pcc? ipl 3
|
|
wdsc0 at pcc? ipl 2
|
|
lpt0 at pcc? ipl 1
|
|
vmechip0 at pcc?
|
|
|
|
vmes0 at vmechip?
|
|
vmel0 at vmechip?
|
|
|
|
# example only - A24D16 device
|
|
#foo0 at vmes0 atype 24 addr 0x0ef00 ipl 3 vec 0x60
|
|
|
|
scsibus* at wdsc?
|
|
|
|
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
|