d66e9a74b9d60775a3430dd788903012fc10f5dc
[linux-2.6.git] / drivers / ide / pci / sis5513.h
1 #ifndef SIS5513_H
2 #define SIS5513_H
3
4 #include <linux/config.h>
5 #include <linux/pci.h>
6 #include <linux/ide.h>
7
8 #define DISPLAY_SIS_TIMINGS
9
10 static unsigned int init_chipset_sis5513(struct pci_dev *, const char *);
11 static void init_hwif_sis5513(ide_hwif_t *);
12
13 static ide_pci_device_t sis5513_chipsets[] __devinitdata = {
14         {       /* 0 */
15                 .name           = "SIS5513",
16                 .init_chipset   = init_chipset_sis5513,
17                 .init_hwif      = init_hwif_sis5513,
18                 .channels       = 2,
19                 .autodma        = NOAUTODMA,
20                 .enablebits     = {{0x4a,0x02,0x02}, {0x4a,0x04,0x04}},
21                 .bootable       = ON_BOARD,
22         }
23 };
24
25 #endif /* SIS5513_H */