Mercurial > ecos
diff packages/redboot/current/cdl/redboot.cdl @ 1811:a53cbddaeb77
* cdl/redboot.cdl: added CYGSEM_REDBOOT_DISK_IDE_VMWARE option.
* src/fs/ide.c : skip reset IDE commands if running under VMware.
| author | asl |
|---|---|
| date | Wed, 13 Oct 2004 21:22:53 +0000 |
| parents | 91e29b9a5d05 |
| children | ecd76f498508 |
line wrap: on
line diff
--- a/packages/redboot/current/cdl/redboot.cdl +++ b/packages/redboot/current/cdl/redboot.cdl @@ -966,6 +966,14 @@ cdl_package CYGPKG_REDBOOT { When this option is enabled, RedBoot will support IDE disks." compile -library=libextras.a fs/ide.c implements CYGINT_REDBOOT_DISK_DRIVERS + + cdl_option CYGSEM_REDBOOT_DISK_IDE_VMWARE { + display "Work with VMware virtual disks" + flavor bool + default_value 0 + description " + This option controls the disk driver beaviour at ide-init" + } } cdl_component CYGSEM_REDBOOT_DISK_EXT2FS {
