diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-10-11 22:06:51 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-10-11 22:06:51 +0000 |
commit | a8fd6865bd65719e98f10462c68fc1b437ca6974 (patch) | |
tree | 2c51f4b74d68e67c5c2180dd1ccc5c2960445534 /sys/arch/mvme88k/conf/RAMDISK | |
parent | 54222586fc769389928f40caffdc7538103085d7 (diff) |
Merge sclock and clock pseudo-devices.
Diffstat (limited to 'sys/arch/mvme88k/conf/RAMDISK')
-rw-r--r-- | sys/arch/mvme88k/conf/RAMDISK | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/arch/mvme88k/conf/RAMDISK b/sys/arch/mvme88k/conf/RAMDISK index d86d5d48b30..879562f39a6 100644 --- a/sys/arch/mvme88k/conf/RAMDISK +++ b/sys/arch/mvme88k/conf/RAMDISK @@ -1,6 +1,6 @@ -# $OpenBSD: RAMDISK,v 1.13 2003/08/09 21:19:58 miod Exp $ +# $OpenBSD: RAMDISK,v 1.14 2003/10/11 22:06:48 miod Exp $ -machine mvme88k +machine mvme88k # 2 meg ramdisk option MINIROOTSIZE=4096 @@ -14,7 +14,7 @@ option "NCPUS=1" # number of CPUs supported (max 4) option BUGMAP # use the Bug ROM VME mappings # Define this if your processor has the xxx.usr bug (mask C82N) -option ERRATA__XXX_USR +option ERRATA__XXX_USR maxusers 32 @@ -42,7 +42,6 @@ syscon0 at mainbus0 addr 0xfff00000 pcctwo0 at bussw0 offset 0x42000 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 1 @@ -50,7 +49,6 @@ ssh0 at pcctwo0 offset 0x47000 ipl 2 cl0 at pcctwo0 offset 0x45000 ipl 3 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 |