ide: add IDE_HFLAG_BOOTABLE host flag
[deliverable/linux.git] / drivers / ide / pci / jmicron.c
index d151fbc26370788109ea5a44eb5b77782574093b..515683eb343def98b0a6962624e0836b507385f5 100644 (file)
@@ -128,7 +128,7 @@ static ide_pci_device_t jmicron_chipset __devinitdata = {
        .name           = "JMB",
        .init_hwif      = init_hwif_jmicron,
        .autodma        = AUTODMA,
-       .bootable       = ON_BOARD,
+       .host_flags     = IDE_HFLAG_BOOTABLE,
        .enablebits     = { { 0x40, 0x01, 0x01 }, { 0x40, 0x10, 0x10 } },
        .pio_mask       = ATA_PIO5,
 };
This page took 0.030807 seconds and 5 git commands to generate.