diff options
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r-- | include/linux/ide.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 5a39dab2cc91..8247b286838d 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -603,6 +603,7 @@ struct ide_drive_s { | |||
603 | u8 select; /* basic drive/head select reg value */ | 603 | u8 select; /* basic drive/head select reg value */ |
604 | u8 retry_pio; /* retrying dma capable host in pio */ | 604 | u8 retry_pio; /* retrying dma capable host in pio */ |
605 | u8 waiting_for_dma; /* dma currently in progress */ | 605 | u8 waiting_for_dma; /* dma currently in progress */ |
606 | u8 dma; /* atapi dma flag */ | ||
606 | 607 | ||
607 | u8 quirk_list; /* considered quirky, set for a specific host */ | 608 | u8 quirk_list; /* considered quirky, set for a specific host */ |
608 | u8 init_speed; /* transfer rate set at boot */ | 609 | u8 init_speed; /* transfer rate set at boot */ |