CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/12 07:40:59
Modified files:
sys/dev/ic : wdc.c wdcvar.h
sys/dev/pci : pciide.c
Log message:
Introduce two quirks to prevent attaching ATA and ATAPI devices
Hyper-V and Xen have varying support for detaching emulated IDE
devices ranging from none on Hyper-V to only IDE disks but not
CDROM (Xen). The quirk mechanism provides a way of enforcing the
desired behavior.
With suggestions and OK kettenis, tedu, mlarkin
