2000-12-07 11:40:06 +03:00
|
|
|
# $NetBSD: VME162,v 1.4 2000/12/07 08:40:06 scw Exp $
|
Add preliminary support for the MVME162-LX 200/300 series of boards.
Currently, the major onboard devices are supported (disk, network,
rs232 and VMEbus). However, work is still need to support the remaining
devices (eg. IndustryPack sites).
These boards are available with a dazzling array of build options. At
this time, the following options are *required*:
o Real floating point hardware (the 68LC040 model isn't tested),
o The VMEchip2 must be present,
o If offboard VMEbus RAM is not present, at least 8MB of onboard
RAM is required.
o Even if offboard VMEbus RAM *is* present, at least 4MB of onboard
RAM is required. (Boards with 1 or 2MB onboard RAM *can* be
supported with offboard RAM, but not without some funky values in
the VMEbus Master mapping registers.)
There is no support for boards other than those in the -LX 200/300 series.
2000-09-06 23:51:42 +04:00
|
|
|
|
|
|
|
include "arch/mvme68k/conf/std.mvme68k"
|
|
|
|
|
|
|
|
# Boards this kernel supports; need at least one
|
|
|
|
options MVME162
|
|
|
|
|
|
|
|
# Needed on m68040 boards to emulate some missing FP instructions
|
|
|
|
options FPSP
|
|
|
|
|
2000-11-25 22:33:39 +03:00
|
|
|
maxusers 8
|
Add preliminary support for the MVME162-LX 200/300 series of boards.
Currently, the major onboard devices are supported (disk, network,
rs232 and VMEbus). However, work is still need to support the remaining
devices (eg. IndustryPack sites).
These boards are available with a dazzling array of build options. At
this time, the following options are *required*:
o Real floating point hardware (the 68LC040 model isn't tested),
o The VMEchip2 must be present,
o If offboard VMEbus RAM is not present, at least 8MB of onboard
RAM is required.
o Even if offboard VMEbus RAM *is* present, at least 4MB of onboard
RAM is required. (Boards with 1 or 2MB onboard RAM *can* be
supported with offboard RAM, but not without some funky values in
the VMEbus Master mapping registers.)
There is no support for boards other than those in the -LX 200/300 series.
2000-09-06 23:51:42 +04:00
|
|
|
|
2000-11-25 22:33:39 +03:00
|
|
|
#options DDB
|
|
|
|
#options DIAGNOSTIC, DEBUG
|
Add preliminary support for the MVME162-LX 200/300 series of boards.
Currently, the major onboard devices are supported (disk, network,
rs232 and VMEbus). However, work is still need to support the remaining
devices (eg. IndustryPack sites).
These boards are available with a dazzling array of build options. At
this time, the following options are *required*:
o Real floating point hardware (the 68LC040 model isn't tested),
o The VMEchip2 must be present,
o If offboard VMEbus RAM is not present, at least 8MB of onboard
RAM is required.
o Even if offboard VMEbus RAM *is* present, at least 4MB of onboard
RAM is required. (Boards with 1 or 2MB onboard RAM *can* be
supported with offboard RAM, but not without some funky values in
the VMEbus Master mapping registers.)
There is no support for boards other than those in the -LX 200/300 series.
2000-09-06 23:51:42 +04:00
|
|
|
|
|
|
|
#options SYSVSHM
|
|
|
|
options KTRACE
|
|
|
|
options COMPAT_43
|
|
|
|
|
|
|
|
file-system FFS
|
|
|
|
file-system NFS
|
|
|
|
file-system KERNFS
|
|
|
|
file-system MFS
|
2000-11-25 22:33:39 +03:00
|
|
|
file-system CD9660
|
Add preliminary support for the MVME162-LX 200/300 series of boards.
Currently, the major onboard devices are supported (disk, network,
rs232 and VMEbus). However, work is still need to support the remaining
devices (eg. IndustryPack sites).
These boards are available with a dazzling array of build options. At
this time, the following options are *required*:
o Real floating point hardware (the 68LC040 model isn't tested),
o The VMEchip2 must be present,
o If offboard VMEbus RAM is not present, at least 8MB of onboard
RAM is required.
o Even if offboard VMEbus RAM *is* present, at least 4MB of onboard
RAM is required. (Boards with 1 or 2MB onboard RAM *can* be
supported with offboard RAM, but not without some funky values in
the VMEbus Master mapping registers.)
There is no support for boards other than those in the -LX 200/300 series.
2000-09-06 23:51:42 +04:00
|
|
|
#file-system MSDOSFS
|
|
|
|
#file-system UNION
|
|
|
|
|
|
|
|
#options NFSSERVER
|
|
|
|
#options FFS_EI # FFS Endian Independant support
|
|
|
|
|
|
|
|
# Networking options
|
|
|
|
options INET
|
2000-11-25 22:33:39 +03:00
|
|
|
#options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
Add preliminary support for the MVME162-LX 200/300 series of boards.
Currently, the major onboard devices are supported (disk, network,
rs232 and VMEbus). However, work is still need to support the remaining
devices (eg. IndustryPack sites).
These boards are available with a dazzling array of build options. At
this time, the following options are *required*:
o Real floating point hardware (the 68LC040 model isn't tested),
o The VMEchip2 must be present,
o If offboard VMEbus RAM is not present, at least 8MB of onboard
RAM is required.
o Even if offboard VMEbus RAM *is* present, at least 4MB of onboard
RAM is required. (Boards with 1 or 2MB onboard RAM *can* be
supported with offboard RAM, but not without some funky values in
the VMEbus Master mapping registers.)
There is no support for boards other than those in the -LX 200/300 series.
2000-09-06 23:51:42 +04:00
|
|
|
#options GATEWAY # IP packet forwarding
|
|
|
|
#options ISO # OSI networking
|
|
|
|
#options TPIP
|
|
|
|
#options EON
|
|
|
|
|
2000-12-07 11:40:06 +03:00
|
|
|
options COMPAT_AOUT_M68K # compatibility with NetBSD/m68k a.out
|
Add preliminary support for the MVME162-LX 200/300 series of boards.
Currently, the major onboard devices are supported (disk, network,
rs232 and VMEbus). However, work is still need to support the remaining
devices (eg. IndustryPack sites).
These boards are available with a dazzling array of build options. At
this time, the following options are *required*:
o Real floating point hardware (the 68LC040 model isn't tested),
o The VMEchip2 must be present,
o If offboard VMEbus RAM is not present, at least 8MB of onboard
RAM is required.
o Even if offboard VMEbus RAM *is* present, at least 4MB of onboard
RAM is required. (Boards with 1 or 2MB onboard RAM *can* be
supported with offboard RAM, but not without some funky values in
the VMEbus Master mapping registers.)
There is no support for boards other than those in the -LX 200/300 series.
2000-09-06 23:51:42 +04:00
|
|
|
#options COMPAT_14, COMPAT_13, COMPAT_12
|
|
|
|
#options COMPAT_SUNOS
|
|
|
|
#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
|
|
|
|
|
|
|
|
## 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
|
|
|
|
|
|
|
|
pcctwo0 at mainbus0
|
2000-11-26 00:46:42 +03:00
|
|
|
memc* at pcctwo? ipl 6
|
Add preliminary support for the MVME162-LX 200/300 series of boards.
Currently, the major onboard devices are supported (disk, network,
rs232 and VMEbus). However, work is still need to support the remaining
devices (eg. IndustryPack sites).
These boards are available with a dazzling array of build options. At
this time, the following options are *required*:
o Real floating point hardware (the 68LC040 model isn't tested),
o The VMEchip2 must be present,
o If offboard VMEbus RAM is not present, at least 8MB of onboard
RAM is required.
o Even if offboard VMEbus RAM *is* present, at least 4MB of onboard
RAM is required. (Boards with 1 or 2MB onboard RAM *can* be
supported with offboard RAM, but not without some funky values in
the VMEbus Master mapping registers.)
There is no support for boards other than those in the -LX 200/300 series.
2000-09-06 23:51:42 +04:00
|
|
|
clock0 at pcctwo? ipl 5
|
|
|
|
zsc* at pcctwo? ipl 4
|
|
|
|
ie0 at pcctwo? ipl 3
|
|
|
|
ncrsc0 at pcctwo? ipl 2
|
|
|
|
|
|
|
|
zstty* at zsc? channel ?
|
|
|
|
|
|
|
|
# VMEbus Support
|
|
|
|
vmetwo0 at mainbus0
|
|
|
|
vme0 at vmetwo0
|
|
|
|
|
|
|
|
# Example VMEbus device
|
|
|
|
#foo0 at vme0 addr 0x10001000 am 0x0d irq 3 vect 0x80
|
|
|
|
|
|
|
|
# SCSI Bus Support
|
|
|
|
scsibus* at ncrsc?
|
|
|
|
|
|
|
|
sd* at scsibus? target ? lun ?
|
|
|
|
st* at scsibus? target ? lun ?
|
2000-11-25 22:33:39 +03:00
|
|
|
cd* at scsibus? target ? lun ?
|