Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/arch/mvme68k/conf Pullup new file on the branch (ap...
details: https://anonhg.NetBSD.org/src/rev/72bff29372a0
branches: netbsd-1-5
changeset: 489791:72bff29372a0
user: scw <scw%NetBSD.org@localhost>
date: Tue Oct 17 19:43:57 2000 +0000
description:
Pullup new file on the branch (approved by tv)
Bring support for MVME162 into the 1.5 branch.
diffstat:
sys/arch/mvme68k/conf/VME162 | 82 ++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 82 insertions(+), 0 deletions(-)
diffs (86 lines):
diff -r fbf3d2b23639 -r 72bff29372a0 sys/arch/mvme68k/conf/VME162
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/mvme68k/conf/VME162 Tue Oct 17 19:43:57 2000 +0000
@@ -0,0 +1,82 @@
+# $NetBSD: VME162,v 1.1.2.2 2000/10/17 19:43:57 scw Exp $
+
+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
+
+maxusers 16
+
+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_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
+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 ?
+#cd* at scsibus? target ? lun ?
+#ch* at scsibus? target ? lun ?
+#ss* at scsibus? target ? lun ? # SCSI scanners
+#uk* at scsibus? target ? lun ? # SCSI unknown
Home |
Main Index |
Thread Index |
Old Index