diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2000-01-29 15:58:30 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2000-01-29 15:58:30 +0000 |
| commit | db8ba2ef8301e02ae85b0f326cebc739d2b7e9b1 (patch) | |
| tree | 91ce5ac8af09a6a9cbae900f3e1e7ece5bb9a5f9 | |
| parent | acd60c3cb032e892fe57bd89f51c7154cc6e7bd4 (diff) | |
Notes
| -rw-r--r-- | sys/conf/files.i386 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index e32c94dc65699..81b2ef812bc0d 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -321,11 +321,11 @@ i386/isa/vesa.c optional vga vesa i386/isa/wd.c optional wd \ warning "The wd driver is obsolete. Please use the atadisk driver!" i386/isa/wd.c optional wdc -i386/isa/wd_cd.c optional wcd \ +i386/isa/wd_cd.c optional wcd wdc \ warning "The wcd driver is obsolete. Please use the atapicd driver!" -i386/isa/wfd.c optional wfd \ +i386/isa/wfd.c optional wfd wdc \ warning "The wfd driver is obsolete. Please use the atapifd driver!" -i386/isa/wst.c optional wst \ +i386/isa/wst.c optional wst wdc \ warning "The wst driver is obsolete. Please use the atapist driver!" i386/isa/wt.c optional wt i386/linux/imgact_linux.c optional compat_linux |
