summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/conf/NFS
diff options
context:
space:
mode:
authorSteve Murphree <smurph@cvs.openbsd.org>1998-12-15 06:02:56 +0000
committerSteve Murphree <smurph@cvs.openbsd.org>1998-12-15 06:02:56 +0000
commita3ede25132630f472db68bca912ef60793ae9073 (patch)
tree0772295b89f8d7716eb716230a560b1edece288e /sys/arch/mvme88k/conf/NFS
parentbe8c8622ef57b334e07dd5c0f36cdacbd0ba355a (diff)
Commint for the first real mvme88k OpendBSD
Diffstat (limited to 'sys/arch/mvme88k/conf/NFS')
-rw-r--r--sys/arch/mvme88k/conf/NFS130
1 files changed, 0 insertions, 130 deletions
diff --git a/sys/arch/mvme88k/conf/NFS b/sys/arch/mvme88k/conf/NFS
deleted file mode 100644
index c39c9162e98..00000000000
--- a/sys/arch/mvme88k/conf/NFS
+++ /dev/null
@@ -1,130 +0,0 @@
-#
-# This configuration file contains all possible options
-#
-
-machine mvme88k
-
-maxusers 32
-
-options TIMEZONE=300, DST=1
-
-options __OpenBSD__
-#
-# 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)
-
-options SYSVSHM
-options SYSVSEM
-options SYSVMSG
-
-#options CD9660 # ISO 9660 + Rock Ridge file system
-#options MSDOSFS # MS-DOS file system
-options FDESC # /dev/fd
-#options FIFO # FIFOs; RECOMMENDED
-options KERNFS # /kern
-options NULLFS # loopback file system
-#options PORTAL # ?
-options PROCFS # /proc
-#options UMAPFS # NULLFS + uid and gid remapping
-options UNION # union file system
-#
-# 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_43
-options EXEC_COFF
-
-options LKM
-
-#
-
-#
-# 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_NOMID" # allow nonvalid machine id executables
-
-#
-# Support for System V IPC facilities.
-#
-
-#
-# Support for various kernel options
-#
-#options DIAGNOSTIC # Add additional error checking code
-options "NKMEMCLUSTERS=256" # Size of kernel malloc area
-
-#
-# 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.
-options KTRACE # debug all syscalls.
-
-#
-# 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 3 size 0x1000
-cl0 at pcctwo0 addr 0xfff45000 ipl 4 size 0x200
-siop0 at pcctwo0 addr 0xfff47000 ipl 2 size 0x1000
-#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
-
-bugtty0 at mainbus0
-
-#vme0 devices
-vmes0 at vme0
-vmel0 at vme0
-
-scsibus* at siop?
-#
-#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-device vnd 2
-pseudo-device bpfilter
-pseudo-device sl # slip
-pseudo-device ppp 2 # ppp
-pseudo-device pty 16 # pseudo terminals
-pseudo-device loop # network loopback
-
-config bsd root on sd0 swap on sd0