diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-02-23 21:59:34 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-02-23 21:59:34 +0000 |
commit | 428fe47992a7779523cc4d7f505b729b49b8ec7d (patch) | |
tree | 6c980a072bd0dd7e5684beaa70b14f0dfd189a20 /sys/arch/wgrisc/conf/files.wgrisc | |
parent | b5d84b14e4aa07dac44d1522848b7fbaf98bdeca (diff) |
First cut of Flash memory disk. Needs more work though...
Diffstat (limited to 'sys/arch/wgrisc/conf/files.wgrisc')
-rw-r--r-- | sys/arch/wgrisc/conf/files.wgrisc | 7 |
1 files changed, 6 insertions, 1 deletions
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 # |