Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Merge dk_intf and dkdriver interfaces.
details: https://anonhg.NetBSD.org/src/rev/a11f29d79aa0
branches: trunk
changeset: 337874:a11f29d79aa0
user: mlelstv <mlelstv%NetBSD.org@localhost>
date: Sat May 02 12:57:19 2015 +0000
description:
Merge dk_intf and dkdriver interfaces.
Merge common disk driver functionality in ld.c with dksubr.c.
Adjust the two previous users of dk_intf (cgd and xbd) to
the changes.
This file was missing from the commit.
diffstat:
sys/kern/files.kern | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8d22377887ee -r a11f29d79aa0 sys/kern/files.kern
--- a/sys/kern/files.kern Sat May 02 12:10:24 2015 +0000
+++ b/sys/kern/files.kern Sat May 02 12:57:19 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.kern,v 1.3 2015/03/07 16:35:37 christos Exp $
+# $NetBSD: files.kern,v 1.4 2015/05/02 12:57:19 mlelstv Exp $
#
# kernel sources
@@ -13,7 +13,7 @@
file dev/cgd_crypto.c cgd
file dev/clock_subr.c kern # XXX
file dev/clockctl.c clockctl
-file dev/dksubr.c cgd | xbd | ccd | raid | dm
+file dev/dksubr.c cgd | xbd | ccd | raid | dm | ld
file dev/dkwedge/dk.c kern # XXX
file dev/dkwedge/dkwedge_apple.c dkwedge_method_apple
file dev/dkwedge/dkwedge_bsdlabel.c dkwedge_method_bsdlabel
Home |
Main Index |
Thread Index |
Old Index