summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/conf/GENERIC
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mvme88k/conf/GENERIC')
-rw-r--r--sys/arch/mvme88k/conf/GENERIC114
1 files changed, 29 insertions, 85 deletions
diff --git a/sys/arch/mvme88k/conf/GENERIC b/sys/arch/mvme88k/conf/GENERIC
index 959af6779af..51b4d91c961 100644
--- a/sys/arch/mvme88k/conf/GENERIC
+++ b/sys/arch/mvme88k/conf/GENERIC
@@ -1,100 +1,44 @@
-#
-# This configuration file contains all possible options
-#
+# $OpenBSD: GENERIC,v 1.7 1998/12/15 06:02:54 smurph Exp $
-machine m88k
+machine mvme88k
-options TIMEZONE=300, DST=1
+include "../../../conf/GENERIC"
-#
-# processors this kernel should support
-#
options "M88000" # support for 88K
options MVME187 # support for 187
-options SWAPPAGER # Pager for processes (Required)
-options VNODEPAGER # Pager for vnodes (Required)
-options DEVPAGER # Pager for devices (Required)
-
-#
-# Networking options
-#
-
-#
-# File system related options
-#
-#options QUOTA # Disk quotas for local disks
-#options NFSSERVER # Network File System server side code
-#options NFSCLIENT # Network File System client side code
-
-#
-# File systems
-#
-options FFS # Berkeley fast file system
-options MFS # Memory based filesystem
-options FIFO # FIFO operations on vnodes (Recommended)
-
-#
-# Compatability options for various existing systems
-#
-#options "COMPAT_43" # 4.3 BSD compatible system calls
-#options "TCP_COMPAT_42" # Use 4.2 BSD style TCP
-#options "COMPAT_NOMID" # allow nonvalid machine id executables
-
-#
-# Support for System V IPC facilities.
-#
-
-#
-# Support for various kernel options
-#
-options GENERIC # Mini-root boot support
-options DIAGNOSTIC # Add additional error checking code
-options "NKMEMCLUSTERS=256" # Size of kernel malloc area
+maxusers 64
-#
-# Misc. debuging options
-#
-options PANICWAIT # Require keystroke to dump/reboot
-options DEBUG # Add debugging statements
-options DDB # Kernel debugger
-options SYSCALL_DEBUG # debug all syscalls.
+config bsd swap generic
#
# devices
#
mainbus0 at root
-# mainbus devices
-#sram0 at mainbus0 addr 0xffe00000
-vme0 at mainbus0 addr 0xfff40000
-pcctwo0 at mainbus0 addr 0xfff42000
-# pcctwo devices
-clock0 at pcctwo0 addr 0xfff42000 ipl 5
-nvram0 at pcctwo0 addr 0xfffc0000 size 0x10000
-#ie0 at pcctwo0 addr 0xfff46000 ipl 1 size
-#siop0 at pcctwo0 addr 0xfff47000 ipl 2 #size
-cl0 at pcctwo0 addr 0xfff45000 ipl 3 size 0x512
-#lptwo0 at pcctwo0 addr 0xfff45000 ipl 1 size
-#mcecc0 at pcctwo0 addr 0xfff43000
-#mcecc1 at pcctwo0 addr 0xfff43100
-#memc0 at pcctwo0 addr 0xfff43000
-#memc1 at pcctwo0 addr 0xfff43100
-
+# ------------------------------ mainbus devices ------------------------
#bugtty0 at mainbus0
-
-#vme0 devices
+sram0 at mainbus0 addr 0xffe00000
+pcctwo0 at mainbus0 addr 0xfff00000
+# ------------------------------ pcctwo devices -------------------------
+clock0 at pcctwo0 ipl 5
+nvram0 at pcctwo0 offset 0xc0000
+vme0 at pcctwo0 offset 0x40000
+ie0 at pcctwo0 offset 0x46000 ipl 3
+siop0 at pcctwo0 offset 0x47000 ipl 2
+cl0 at pcctwo0 offset 0x45000 ipl 3
+#lptwo0 at pcctwo0 addr 0xfff45000 ipl 1 size
+memc0 at pcctwo0 offset 0x43000
+memc1 at pcctwo0 offset 0x43100
+# ------------------------------ vme0 devices --------------------------
vmes0 at vme0
vmel0 at vme0
-
-#scsibus* at siop?
-#
-#sd* at scsibus? target ? lun ?
-#st* at scsibus? target ? lun ?
-#cd* at scsibus? target ? lun ?
-
-#pseudo-device sl # slip
-#pseudo-device ppp # ppp
-pseudo-device pty 16 # pseudo terminals
-pseudo-device loop # network loopback
-
-config netbsd swap on generic
+# ------------------------------ siop0 devices -------------------------
+scsibus* at siop?
+# ------------------------------ scsibus0 devices ----------------------
+#sd0 at scsibus? target 0 lun 0
+#sd1 at scsibus? target 2 lun 0
+sd* at scsibus? target ? lun ?
+st* at scsibus? target ? lun ?
+cd* at scsibus? target ? lun ?
+# ------------------------------ pseudo devices ------------------------
+pseudo-device rd 2