Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/atari/conf Specify the major number of the md-devic...



details:   https://anonhg.NetBSD.org/src/rev/e3619a5a1325
branches:  trunk
changeset: 476768:e3619a5a1325
user:      leo <leo%NetBSD.org@localhost>
date:      Mon Sep 27 14:32:17 1999 +0000

description:
Specify the major number of the md-device. Otherwise config(1) won't emit
a dev_name2blk enrty for the RAM-disk. This made the installation procedure
unusable.

diffstat:

 sys/arch/atari/conf/files.atari |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 534ab420f087 -r e3619a5a1325 sys/arch/atari/conf/files.atari
--- a/sys/arch/atari/conf/files.atari   Mon Sep 27 09:47:44 1999 +0000
+++ b/sys/arch/atari/conf/files.atari   Mon Sep 27 14:32:17 1999 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: files.atari,v 1.65 1999/07/09 02:32:30 thorpej Exp $
+#      $NetBSD: files.atari,v 1.66 1999/09/27 14:32:17 leo Exp $
 
 maxpartitions 16
 
@@ -41,6 +41,7 @@
 
 # memory disk
 file   arch/atari/dev/md_root.c        memory_disk_hooks
+major   {md = 1}
 
 # nvram
 device nvr



Home | Main Index | Thread Index | Old Index