diff options
Diffstat (limited to 'sys/arch/mvme68k/conf/MVME147')
-rw-r--r-- | sys/arch/mvme68k/conf/MVME147 | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/sys/arch/mvme68k/conf/MVME147 b/sys/arch/mvme68k/conf/MVME147 new file mode 100644 index 00000000000..1db2af5c30a --- /dev/null +++ b/sys/arch/mvme68k/conf/MVME147 @@ -0,0 +1,69 @@ +# $NetBSD: AVAGO,v 1.6 1994/10/26 02:32:32 cgd Exp $ + +machine mvme68k m68k + +options "M68030" # support for 030 +options FPCOPROC # Support for MC6888[12] (Required) + +options MAPPEDCOPY # GOOD? BAD? UGLY? PRETTY? + +options MVME147 # (requires M68030) + +maxusers 6 + +# obsolete timezone spec +options TIMEZONE=0, DST=0 + +#options DIAGNOSTIC, DEBUG +options DDB +options FFS +options NFSCLIENT +options NFSSERVER +options SYSVSEM,SYSVMSG,SYSVSHM +options KTRACE +options COMPAT_43 +options FIFO +#options MFS +options DEVPAGER, SWAPPAGER, VNODEPAGER +#options MSDOSFS + +options COMPAT_SUNOS + +# 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 + +config netbsd swap generic + +#pseudo-device sl +#pseudo-device ppp 2 +pseudo-device loop +pseudo-device bpfilter +pseudo-device pty + +mainbus0 at root + +# MVME147 +pcc0 at mainbus0 addr 0xfffe0000 +clock0 at pcc0 ipl 5 +nvram0 at pcc0 offset 0x0000 +zs0 at pcc0 offset 0x3000 ipl 4 +zs1 at pcc0 offset 0x3800 ipl 4 +le0 at pcc0 offset 0x1800 ipl 1 +sbic0 at pcc0 offset 0x4000 ipl 2 +lp0 at pcc0 ipl 1 +vme0 at pcc0 offset 0x2000 + +vmes0 at vme0 +vmel0 at vme0 + +scsibus* at sbic? + +sd* at scsibus? target ? lun ? +st* at scsibus? target ? lun ? +cd* at scsibus? target ? lun ? |