summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>1999-09-22 21:28:19 +0000
committergreen <green@FreeBSD.org>1999-09-22 21:28:19 +0000
commitcf50c8fc70388833f536ce2431168bdf01df3465 (patch)
tree6351789933f00308efd8da7b6b855bead34985e8
parent50949efe7951fb4349ca26e47e3e345f0a15ce48 (diff)
downloadFreeBSD-src-cf50c8fc70388833f536ce2431168bdf01df3465.zip
FreeBSD-src-cf50c8fc70388833f536ce2431168bdf01df3465.tar.gz
Add phk's m(4) Memory Disk driver as a KLD. I don't believe it
works properly after unloading, however.
-rw-r--r--sys/modules/Makefile2
-rw-r--r--sys/modules/md/Makefile9
2 files changed, 10 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index b5361e5..56d7fc4 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -3,7 +3,7 @@
# XXX present but broken: atapi ip_mroute_mod joy pcic
SUBDIR= ax al ccd cd9660 coda dm fdesc fxp if_disc if_ppp if_sl if_tun ipfw \
- kernfs mfs mii msdos mx nfs ntfs nullfs pn portal procfs rl sf \
+ kernfs md mfs mii msdos mx nfs ntfs nullfs pn portal procfs rl sf \
sis sk ste ti tl umapfs union vn vr wb xl
# XXX some of these can move to the general case when de-i386'ed
diff --git a/sys/modules/md/Makefile b/sys/modules/md/Makefile
new file mode 100644
index 0000000..169b0e7
--- /dev/null
+++ b/sys/modules/md/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/md
+KMOD= md
+SRCS= md.c
+NOMAN=
+
+.include <bsd.kmod.mk>
+
OpenPOWER on IntegriCloud