diff options
author | Steve Murphree <smurph@cvs.openbsd.org> | 1999-09-27 21:21:17 +0000 |
---|---|---|
committer | Steve Murphree <smurph@cvs.openbsd.org> | 1999-09-27 21:21:17 +0000 |
commit | 1c201a60a3c18e499cf59693f56de7a9f2ee428e (patch) | |
tree | 7cb61783f7c3edebd74d8a3a055ef828589d1ad8 /sys/arch/mvme88k/conf/XT | |
parent | 1ff08d9908ff88b62ef58fdb25537d7a96cfcf9d (diff) |
Some cleaning...
Diffstat (limited to 'sys/arch/mvme88k/conf/XT')
-rw-r--r-- | sys/arch/mvme88k/conf/XT | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/sys/arch/mvme88k/conf/XT b/sys/arch/mvme88k/conf/XT index ccdac5baefc..352ace495d8 100644 --- a/sys/arch/mvme88k/conf/XT +++ b/sys/arch/mvme88k/conf/XT @@ -1,4 +1,4 @@ -# $OpenBSD: XT,v 1.1 1999/05/29 04:48:31 smurph Exp $ +# $OpenBSD: XT,v 1.2 1999/09/27 21:21:16 smurph Exp $ machine mvme88k @@ -11,6 +11,9 @@ option TIMEZONE=300, DST=1 option "M88000" # support for 88K option MVME187 # support for 187 option MVME188 # support for 188 +option MVME197 # support for 197 +option "NCPUS=1" # Number of cpus supported (max 4) + option BUGMAP # use Bug Rom VME Mappings option SWAPPAGER # Pager for processes (Required) @@ -68,17 +71,22 @@ option PANICWAIT # Require keystroke to dump/reboot #option DEBUG # Add debugging statements option DDB # Kernel debugger #option SYSCALL_DEBUG # debug all syscalls. -option KTRACE # debug all syscalls. +#option KTRACE # debug all syscalls. # ------------------------------ devices -------------------------------- mainbus0 at root # ------------------------------ mainbus devices ------------------------ -#bugtty0 at mainbus0 +bugtty0 at mainbus0 #sram0 at mainbus0 addr 0xffe00000 #vme0 at mainbus0 addr 0xfff40000 pcctwo0 at mainbus0 addr 0xfff00000 +syscon0 at mainbus0 addr 0xfff00000 +busswitch0 at mainbus0 addr 0xfff00000 +# ----------------------------- busswicth devices ----------------------- +pcctwo0 at busswitch0 offset 0x42000 # ------------------------------ pcctwo devices ------------------------- clock0 at pcctwo0 ipl 5 +sclock0 at pcctwo0 ipl 5 vme0 at pcctwo0 offset 0x40000 nvram0 at pcctwo0 offset 0xc0000 ie0 at pcctwo0 offset 0x46000 ipl 3 @@ -87,6 +95,12 @@ cl0 at pcctwo0 offset 0x45000 ipl 3 #lptwo0 at pcctwo0 addr 0xfff45000 ipl 1 size #memc0 at pcctwo0 addr 0xfff43000 #memc1 at pcctwo0 addr 0xfff43100 +# ------------------------------ syscon0 devices ------------------------ +clock0 at syscon0 ipl 5 +sclock0 at syscon0 ipl 5 +nvram0 at syscon0 offset 0x80000 +dart0 at syscon0 offset 0x82000 ipl 3 +vme0 at syscon0 offset 0x85000 # ------------------------------ vme0 devices -------------------------- vmes0 at vme0 vmel0 at vme0 @@ -107,12 +121,9 @@ vs5 at vmes0 addr 0xffff7800 ipl 2 vec 0x8a len 0x800 # ------------------------------ svme0 devices ------------------------- scsibus* at vs? -# ------------------------------ scsibus0 devices ---------------------- # ------------------------------ 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 ? |