Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src raidframe works well enough now to initialize parity, so ins...
details: https://anonhg.NetBSD.org/src/rev/6d863e6aef9e
branches: trunk
changeset: 748050:6d863e6aef9e
user: pooka <pooka%NetBSD.org@localhost>
date: Sun Oct 11 11:26:40 2009 +0000
description:
raidframe works well enough now to initialize parity, so install it.
diffstat:
distrib/sets/lists/base/shl.elf | 4 +++-
distrib/sets/lists/base/shl.mi | 3 ++-
distrib/sets/lists/comp/mi | 5 ++++-
distrib/sets/lists/comp/shl.mi | 3 ++-
sys/rump/dev/Makefile.rumpdev | 5 ++---
5 files changed, 13 insertions(+), 7 deletions(-)
diffs (85 lines):
diff -r f28587ca5924 -r 6d863e6aef9e distrib/sets/lists/base/shl.elf
--- a/distrib/sets/lists/base/shl.elf Sun Oct 11 10:58:06 2009 +0000
+++ b/distrib/sets/lists/base/shl.elf Sun Oct 11 11:26:40 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: shl.elf,v 1.188 2009/10/09 00:48:33 haad Exp $
+# $NetBSD: shl.elf,v 1.189 2009/10/11 11:26:40 pooka Exp $
#
# Note: Do not mark "old" major and major.minor shared libraries as
# "obsolete"; just remove the entry, as third-party applications
@@ -239,6 +239,8 @@
./usr/lib/librumpdev_disk.so.0 base-rump-shlib
./usr/lib/librumpdev_netsmb.so base-rump-shlib
./usr/lib/librumpdev_netsmb.so.0 base-rump-shlib
+./usr/lib/librumpdev_raidframe.so base-rump-shlib
+./usr/lib/librumpdev_raidframe.so.0 base-rump-shlib
./usr/lib/librumpdev_rnd.so base-rump-shlib
./usr/lib/librumpdev_rnd.so.0 base-rump-shlib
./usr/lib/librumpfs_cd9660.so base-rump-shlib
diff -r f28587ca5924 -r 6d863e6aef9e distrib/sets/lists/base/shl.mi
--- a/distrib/sets/lists/base/shl.mi Sun Oct 11 10:58:06 2009 +0000
+++ b/distrib/sets/lists/base/shl.mi Sun Oct 11 11:26:40 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: shl.mi,v 1.499 2009/10/10 18:06:53 bad Exp $
+# $NetBSD: shl.mi,v 1.500 2009/10/11 11:26:40 pooka Exp $
#
# Note: Don't delete entries from here - mark them as "obsolete" instead,
# unless otherwise stated below.
@@ -127,6 +127,7 @@
./usr/lib/librumpdev_cgd.so.0.0 base-rump-shlib
./usr/lib/librumpdev_disk.so.0.0 base-rump-shlib
./usr/lib/librumpdev_netsmb.so.0.0 base-rump-shlib
+./usr/lib/librumpdev_raidframe.so.0.0 base-rump-shlib
./usr/lib/librumpdev_rnd.so.0.0 base-rump-shlib
./usr/lib/librumpfs_cd9660.so.0.0 base-rump-shlib
./usr/lib/librumpfs_efs.so.0.0 base-rump-shlib
diff -r f28587ca5924 -r 6d863e6aef9e distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi Sun Oct 11 10:58:06 2009 +0000
+++ b/distrib/sets/lists/comp/mi Sun Oct 11 11:26:40 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1326 2009/10/10 18:06:53 bad Exp $
+# $NetBSD: mi,v 1.1327 2009/10/11 11:26:40 pooka Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -2553,6 +2553,9 @@
./usr/lib/librumpdev_netsmb.a comp-c-lib
./usr/lib/librumpdev_netsmb_g.a -unknown- debuglib
./usr/lib/librumpdev_netsmb_p.a comp-c-proflib profile
+./usr/lib/librumpdev_raidframe.a comp-c-lib
+./usr/lib/librumpdev_raidframe_g.a -unknown- debuglib
+./usr/lib/librumpdev_raidframe_p.a comp-c-proflib profile
./usr/lib/librumpdev_rnd.a comp-c-lib
./usr/lib/librumpdev_rnd_g.a -unknown- debuglib
./usr/lib/librumpdev_rnd_p.a comp-c-proflib profile
diff -r f28587ca5924 -r 6d863e6aef9e distrib/sets/lists/comp/shl.mi
--- a/distrib/sets/lists/comp/shl.mi Sun Oct 11 10:58:06 2009 +0000
+++ b/distrib/sets/lists/comp/shl.mi Sun Oct 11 11:26:40 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: shl.mi,v 1.90 2009/10/09 00:48:35 haad Exp $
+# $NetBSD: shl.mi,v 1.91 2009/10/11 11:26:41 pooka Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -91,6 +91,7 @@
./usr/lib/librumpdev_cgd_pic.a comp-c-piclib
./usr/lib/librumpdev_disk_pic.a comp-c-piclib
./usr/lib/librumpdev_netsmb_pic.a comp-c-piclib
+./usr/lib/librumpdev_raidframe_pic.a comp-c-piclib
./usr/lib/librumpdev_rnd_pic.a comp-c-piclib
./usr/lib/librumpfs_cd9660_pic.a comp-c-piclib
./usr/lib/librumpfs_efs_pic.a comp-c-piclib
diff -r f28587ca5924 -r 6d863e6aef9e sys/rump/dev/Makefile.rumpdev
--- a/sys/rump/dev/Makefile.rumpdev Sun Oct 11 10:58:06 2009 +0000
+++ b/sys/rump/dev/Makefile.rumpdev Sun Oct 11 11:26:40 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile.rumpdev,v 1.4 2009/09/08 20:34:48 pooka Exp $
+# $NetBSD: Makefile.rumpdev,v 1.5 2009/10/11 11:26:40 pooka Exp $
#
-#RUMPDEVLIST= raidframe
-RUMPDEVLIST= cgd disk netsmb rnd
+RUMPDEVLIST= cgd disk netsmb raidframe rnd
.for var in ${RUMPDEVLIST}
RUMPDEVLIBS+=lib${var}
Home |
Main Index |
Thread Index |
Old Index