Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp700/conf add md_root.c for the installation ramdisk.



details:   https://anonhg.NetBSD.org/src/rev/b61a4597cb5f
branches:  trunk
changeset: 581036:b61a4597cb5f
user:      chs <chs%NetBSD.org@localhost>
date:      Sat May 21 08:59:18 2005 +0000

description:
add md_root.c for the installation ramdisk.

diffstat:

 sys/arch/hp700/conf/files.hp700 |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 793fa89d1ab2 -r b61a4597cb5f sys/arch/hp700/conf/files.hp700
--- a/sys/arch/hp700/conf/files.hp700   Sat May 21 06:46:34 2005 +0000
+++ b/sys/arch/hp700/conf/files.hp700   Sat May 21 08:59:18 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.hp700,v 1.13 2005/01/28 17:38:50 jkunz Exp $
+#      $NetBSD: files.hp700,v 1.14 2005/05/21 08:59:18 chs Exp $
 #
 #      $OpenBSD: files.hp700,v 1.31 2001/06/26 02:41:25 mickey Exp $
 #
@@ -218,6 +218,11 @@
 #attach        myri at pci
 #file  dev/pci/myri.c                  myri
 
+
+# Memory Disk
+file dev/md_root.c                     memory_disk_hooks
+
+
 #
 # Non-device files
 #



Home | Main Index | Thread Index | Old Index