Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/librump/rumpkern Add subr_open_disk.c for getdiskin...
details: https://anonhg.NetBSD.org/src/rev/c46ba33a4cd2
branches: trunk
changeset: 771589:c46ba33a4cd2
user: christos <christos%NetBSD.org@localhost>
date: Fri Nov 25 17:54:15 2011 +0000
description:
Add subr_open_disk.c for getdiskinfo(). Once we get rid of getdiskinfo,
this will not be needed.
diffstat:
sys/rump/librump/rumpkern/Makefile.rumpkern | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r d7687e9172cd -r c46ba33a4cd2 sys/rump/librump/rumpkern/Makefile.rumpkern
--- a/sys/rump/librump/rumpkern/Makefile.rumpkern Fri Nov 25 17:53:20 2011 +0000
+++ b/sys/rump/librump/rumpkern/Makefile.rumpkern Fri Nov 25 17:54:15 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.rumpkern,v 1.111 2011/11/19 22:51:30 tls Exp $
+# $NetBSD: Makefile.rumpkern,v 1.112 2011/11/25 17:54:15 christos Exp $
#
.include "${RUMPTOP}/Makefile.rump"
@@ -84,6 +84,7 @@
subr_callback.c \
subr_copy.c \
subr_device.c \
+ subr_disk_open.c \
subr_evcnt.c \
subr_extent.c \
subr_hash.c \
Home |
Main Index |
Thread Index |
Old Index