cf651f2a9c6f32e17e8401d86ba4a417ad7e4905
[linux-2.6.git] / drivers / ide / pci / cs5530.h
1 #ifndef CS5530_H
2 #define CS5530_H
3
4 #include <linux/config.h>
5 #include <linux/pci.h>
6 #include <linux/ide.h>
7
8 #define DISPLAY_CS5530_TIMINGS
9
10 static unsigned int init_chipset_cs5530(struct pci_dev *, const char *);
11 static void init_hwif_cs5530(ide_hwif_t *);
12
13 static ide_pci_device_t cs5530_chipsets[] __devinitdata = {
14         {       /* 0 */
15                 .vendor         = PCI_VENDOR_ID_CYRIX,
16                 .device         = PCI_DEVICE_ID_CYRIX_5530_IDE,
17                 .name           = "CS5530",
18                 .init_chipset   = init_chipset_cs5530,
19                 .init_hwif      = init_hwif_cs5530,
20                 .channels       = 2,
21                 .autodma        = AUTODMA,
22                 .bootable       = ON_BOARD,
23         }
24 };
25
26 #endif /* CS5530_H */