diff options
author | Steve Murphree <smurph@cvs.openbsd.org> | 1999-05-29 04:41:49 +0000 |
---|---|---|
committer | Steve Murphree <smurph@cvs.openbsd.org> | 1999-05-29 04:41:49 +0000 |
commit | 2205fd17e8627e7209de4cb73e2c1c335b324c53 (patch) | |
tree | bf535b9af17a64ea51dbb30f0a06956e580b283f /sys/arch/mvme88k/conf/RAMDISK | |
parent | dd813d9445c707cd93bbb0accfc42d555331789d (diff) |
Added vme bus device drivers. MVME328, MVME376, MVME332
Diffstat (limited to 'sys/arch/mvme88k/conf/RAMDISK')
-rw-r--r-- | sys/arch/mvme88k/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/conf/RAMDISK b/sys/arch/mvme88k/conf/RAMDISK index f51ea7ed1b0..21f811f6bf8 100644 --- a/sys/arch/mvme88k/conf/RAMDISK +++ b/sys/arch/mvme88k/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.1 1998/12/15 06:02:55 smurph Exp $ +# $OpenBSD: RAMDISK,v 1.2 1999/05/29 04:41:42 smurph Exp $ machine mvme88k @@ -17,7 +17,7 @@ config bsd root rd0 swap rd0 mainbus0 at root # ------------------------------ mainbus devices ------------------------ #bugtty0 at mainbus0 -sram0 at mainbus0 addr 0xffe00000 +#sram0 at mainbus0 addr 0xffe00000 pcctwo0 at mainbus0 addr 0xfff00000 # ------------------------------ pcctwo devices ------------------------- clock0 at pcctwo0 ipl 5 |