Add phk's m(4) Memory Disk driver as a KLD. I don't believe it

works properly after unloading, however.
This commit is contained in:
Brian Feldman 1999-09-22 21:28:19 +00:00
parent 27068b01f7
commit 9811e1f1a1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51563
2 changed files with 10 additions and 1 deletions

View File

@ -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

9
sys/modules/md/Makefile Normal file
View File

@ -0,0 +1,9 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/md
KMOD= md
SRCS= md.c
NOMAN=
.include <bsd.kmod.mk>