diff options
author | 2004-01-12 13:15:34 +0000 | |
---|---|---|
committer | 2004-01-12 13:15:34 +0000 | |
commit | 4d5722f6da8e50c4591429082a55b7aa83f48ade (patch) | |
tree | b34e23a776e8199d728311f2f490284438fbba88 | |
parent | make DESCRIPTION not conflict with the options; (diff) | |
download | wireguard-openbsd-4d5722f6da8e50c4591429082a55b7aa83f48ade.tar.xz wireguard-openbsd-4d5722f6da8e50c4591429082a55b7aa83f48ade.zip |
Oops, put back nvram0 for now.
-rw-r--r-- | sys/arch/mvme88k/conf/RAMDISK | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mvme88k/conf/RAMDISK b/sys/arch/mvme88k/conf/RAMDISK index ec07bbf101f..c8ed4f42482 100644 --- a/sys/arch/mvme88k/conf/RAMDISK +++ b/sys/arch/mvme88k/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.19 2004/01/05 20:07:59 miod Exp $ +# $OpenBSD: RAMDISK,v 1.20 2004/01/12 13:15:34 miod Exp $ machine mvme88k @@ -44,14 +44,14 @@ pcctwo0 at bussw0 offset 0x42000 clock0 at pcctwo0 ipl 5 vme0 at pcctwo0 offset 0x40000 -#nvram0 at pcctwo0 offset 0xc0000 +nvram0 at pcctwo0 offset 0xc0000 ie0 at pcctwo0 offset 0x46000 ipl 1 ssh0 at pcctwo0 offset 0x47000 ipl 2 cl0 at pcctwo0 offset 0x45000 ipl 3 #cl1 at pcctwo0 offset 0x45200 ipl 3 # M8120 only clock0 at syscon0 ipl 5 -#nvram0 at syscon0 offset 0x80000 +nvram0 at syscon0 offset 0x80000 dart0 at syscon0 offset 0x82000 ipl 3 vme0 at syscon0 offset 0x85000 |