mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 19:08:58 +00:00
Remove the wd driver from the i386 kernel options.
This commit is contained in:
parent
844a81a990
commit
b2381471b9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58055
@ -192,8 +192,6 @@ i386/ibcs2/ibcs2_xenix.c optional ibcs2
|
||||
i386/ibcs2/ibcs2_xenix_sysent.c optional ibcs2
|
||||
i386/ibcs2/imgact_coff.c optional ibcs2
|
||||
i386/isa/asc.c optional asc
|
||||
i386/isa/atapi.c optional wdc \
|
||||
warning "The wdc driver is obsolete. Please use the ata driver!"
|
||||
i386/isa/clock.c standard
|
||||
i386/isa/cronyx.c optional cx
|
||||
i386/isa/ctx.c optional ctx
|
||||
@ -312,15 +310,6 @@ i386/isa/spkr.c optional speaker
|
||||
i386/isa/stallion.c optional stl
|
||||
i386/isa/tw.c optional tw
|
||||
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 wdc \
|
||||
warning "The wcd driver is obsolete. Please use the atapicd driver!"
|
||||
i386/isa/wfd.c optional wfd wdc \
|
||||
warning "The wfd driver is obsolete. Please use the atapifd driver!"
|
||||
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
|
||||
i386/linux/linux_dummy.c optional compat_linux
|
||||
@ -397,4 +386,3 @@ libkern/moddi3.c standard
|
||||
libkern/qdivrem.c standard
|
||||
libkern/udivdi3.c standard
|
||||
libkern/umoddi3.c standard
|
||||
pci/ide_pci.c optional wdc pci
|
||||
|
Loading…
Reference in New Issue
Block a user