summaryrefslogtreecommitdiff
path: root/sys/arch/wgrisc/conf
diff options
context:
space:
mode:
authorPer Fogelstrom <pefo@cvs.openbsd.org>1997-02-23 21:59:34 +0000
committerPer Fogelstrom <pefo@cvs.openbsd.org>1997-02-23 21:59:34 +0000
commit428fe47992a7779523cc4d7f505b729b49b8ec7d (patch)
tree6c980a072bd0dd7e5684beaa70b14f0dfd189a20 /sys/arch/wgrisc/conf
parentb5d84b14e4aa07dac44d1522848b7fbaf98bdeca (diff)
First cut of Flash memory disk. Needs more work though...
Diffstat (limited to 'sys/arch/wgrisc/conf')
-rw-r--r--sys/arch/wgrisc/conf/GENERIC4
-rw-r--r--sys/arch/wgrisc/conf/Makefile.wgrisc3
-rw-r--r--sys/arch/wgrisc/conf/files.wgrisc7
3 files changed, 10 insertions, 4 deletions
diff --git a/sys/arch/wgrisc/conf/GENERIC b/sys/arch/wgrisc/conf/GENERIC
index 16d585caa14..d6cf1213e2e 100644
--- a/sys/arch/wgrisc/conf/GENERIC
+++ b/sys/arch/wgrisc/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.2 1997/02/20 11:50:45 pefo Exp $
+# $OpenBSD: GENERIC,v 1.3 1997/02/23 21:59:24 pefo Exp $
#
# Generic configuration file for Willowglen RISC-PC 9100
#
@@ -85,6 +85,8 @@ com3 at riscbus?
asc0 at riscbus?
scsibus* at asc?
+flash0 at riscbus?
+
#
# ISA Bus.
#
diff --git a/sys/arch/wgrisc/conf/Makefile.wgrisc b/sys/arch/wgrisc/conf/Makefile.wgrisc
index ba4cb657c57..a1be8430600 100644
--- a/sys/arch/wgrisc/conf/Makefile.wgrisc
+++ b/sys/arch/wgrisc/conf/Makefile.wgrisc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.wgrisc,v 1.1 1997/02/06 16:02:45 pefo Exp $
+# $OpenBSD: Makefile.wgrisc,v 1.2 1997/02/23 21:59:25 pefo Exp $
# @(#)Makefile.wgrisc 8.2 (Berkeley) 2/16/94
#
@@ -99,7 +99,6 @@ SYSTEM_LD= -@if [ X${DEBUG} = X-g ]; \
${SYSTEM_OBJ} vers.o
#
SYSTEM_LD_TAIL= chmod 755 $@; \
- elf2ecoff $@ $@.ecoff; \
size $@
%LOAD
diff --git a/sys/arch/wgrisc/conf/files.wgrisc b/sys/arch/wgrisc/conf/files.wgrisc
index ad6fed82a90..290098834db 100644
--- a/sys/arch/wgrisc/conf/files.wgrisc
+++ b/sys/arch/wgrisc/conf/files.wgrisc
@@ -1,4 +1,4 @@
-# $OpenBSD: files.wgrisc,v 1.1 1997/02/06 16:02:45 pefo Exp $
+# $OpenBSD: files.wgrisc,v 1.2 1997/02/23 21:59:26 pefo Exp $
#
# maxpartitions must be first item in files.${ARCH}
#
@@ -71,6 +71,11 @@ device asc: scsi
attach asc at riscbus
file arch/wgrisc/dev/asc.c asc needs-count
+# FLASH Memory device driver
+device flash
+attach flash at riscbus
+file arch/wgrisc/dev/flash.c flash needs-count
+
#
# ISA
#