80 lines
1.7 KiB
Plaintext
80 lines
1.7 KiB
Plaintext
# $NetBSD: VME147,v 1.10 1996/11/09 03:52:53 chuck Exp $
|
|
|
|
machine mvme68k m68k
|
|
|
|
# Boards this kernel supports; need at lest the correct one
|
|
options MVME147
|
|
|
|
options FPCOPROC # Support for MC6888[12] (Required)
|
|
|
|
maxusers 2
|
|
|
|
# obsolete timezone spec
|
|
options TIMEZONE=0, DST=0
|
|
|
|
options DIAGNOSTIC, DEBUG
|
|
options FFS
|
|
options NFSCLIENT
|
|
#options NFSSERVER
|
|
#options SYSVSHM
|
|
options KTRACE
|
|
options COMPAT_43
|
|
options FIFO
|
|
#options MFS
|
|
options DEVPAGER, SWAPPAGER, VNODEPAGER
|
|
#options MSDOSFS
|
|
|
|
# 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 EXEC_AOUT,EXEC_SCRIPT
|
|
options COMPAT_09, COMPAT_10, COMPAT_11, COMPAT_12
|
|
options COMPAT_SUNOS
|
|
#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
|
|
|
|
## force NFS root and swap
|
|
#config netbsd root on nfs swap on nfs
|
|
## "generic" boot (put root on boot device)
|
|
config netbsd swap generic
|
|
|
|
|
|
pseudo-device sl
|
|
pseudo-device ppp 2
|
|
pseudo-device loop
|
|
pseudo-device bpfilter
|
|
pseudo-device pty
|
|
pseudo-device rd 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
|