The "md" driver is MI (har har :-). Declare it here.

This commit is contained in:
thorpej 1997-01-21 09:36:04 +00:00
parent 3074220dfa
commit 147c10c146
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: files,v 1.109 1997/01/07 11:35:21 mrg Exp $
# $NetBSD: files,v 1.110 1997/01/21 09:36:04 thorpej Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@ -91,6 +91,8 @@ define tcbus { } # TurboChannel attachment
# legitimate pseudo-devices
pseudo-device vnd: disk
pseudo-device ccd: disk
pseudo-device md: disk
pseudo-device pty: tty
pseudo-device tb: tty
@ -128,6 +130,7 @@ file ddb/db_watch.c ddb
file ddb/db_write_cmd.c ddb
file dev/audio.c audio needs-flag
file dev/ccd.c ccd needs-flag
file dev/md.c md needs-flag
file dev/mulaw.c mulaw
file dev/vnd.c vnd needs-flag
file isofs/cd9660/cd9660_bmap.c cd9660

View File

@ -1,4 +1,4 @@
# $NetBSD: files.oldconf,v 1.79 1997/01/07 11:35:22 mrg Exp $
# $NetBSD: files.oldconf,v 1.80 1997/01/21 09:36:05 thorpej Exp $
#
adosfs/adlookup.c optional adosfs
adosfs/adutil.c optional adosfs
@ -300,6 +300,7 @@ vm/vm_unix.c standard
vm/vm_user.c standard
vm/vnode_pager.c optional vnodepager
dev/ccd.c optional ccd needs-count
dev/md.c optional md needs-flag
# XXX !! These should not be necessary!
dev/audio.c optional audio device-driver