diff options
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r-- | include/linux/ide.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 6f375e044c3e..b721f0b379f6 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -1252,6 +1252,8 @@ enum { | |||
1252 | IDE_HFLAG_NO_DMA = (1 << 14), | 1252 | IDE_HFLAG_NO_DMA = (1 << 14), |
1253 | /* check if host is PCI IDE device before allowing DMA */ | 1253 | /* check if host is PCI IDE device before allowing DMA */ |
1254 | IDE_HFLAG_NO_AUTODMA = (1 << 15), | 1254 | IDE_HFLAG_NO_AUTODMA = (1 << 15), |
1255 | /* host is CS5510/CS5520 */ | ||
1256 | IDE_HFLAG_CS5520 = (1 << 16), | ||
1255 | }; | 1257 | }; |
1256 | 1258 | ||
1257 | #ifdef CONFIG_BLK_DEV_OFFBOARD | 1259 | #ifdef CONFIG_BLK_DEV_OFFBOARD |
@@ -1263,7 +1265,6 @@ enum { | |||
1263 | typedef struct ide_pci_device_s { | 1265 | typedef struct ide_pci_device_s { |
1264 | char *name; | 1266 | char *name; |
1265 | int (*init_setup)(struct pci_dev *, struct ide_pci_device_s *); | 1267 | int (*init_setup)(struct pci_dev *, struct ide_pci_device_s *); |
1266 | void (*init_setup_dma)(struct pci_dev *, struct ide_pci_device_s *, ide_hwif_t *); | ||
1267 | unsigned int (*init_chipset)(struct pci_dev *, const char *); | 1268 | unsigned int (*init_chipset)(struct pci_dev *, const char *); |
1268 | void (*init_iops)(ide_hwif_t *); | 1269 | void (*init_iops)(ide_hwif_t *); |
1269 | void (*init_hwif)(ide_hwif_t *); | 1270 | void (*init_hwif)(ide_hwif_t *); |
@@ -1272,7 +1273,7 @@ typedef struct ide_pci_device_s { | |||
1272 | ide_pci_enablebit_t enablebits[2]; | 1273 | ide_pci_enablebit_t enablebits[2]; |
1273 | unsigned int extra; | 1274 | unsigned int extra; |
1274 | struct ide_pci_device_s *next; | 1275 | struct ide_pci_device_s *next; |
1275 | u16 host_flags; | 1276 | u32 host_flags; |
1276 | u8 pio_mask; | 1277 | u8 pio_mask; |
1277 | u8 udma_mask; | 1278 | u8 udma_mask; |
1278 | } ide_pci_device_t; | 1279 | } ide_pci_device_t; |