fedora core 2.6.9-1.11-FC2
[linux-2.6.git] / drivers / ide / pci / via82cxxx.h
1 #ifndef VIA82CXXX_H
2 #define VIA82CXXX_H
3
4 #include <linux/config.h>
5 #include <linux/pci.h>
6 #include <linux/ide.h>
7
8 #define DISPLAY_VIA_TIMINGS
9
10 static unsigned int init_chipset_via82cxxx(struct pci_dev *, const char *);
11 static void init_hwif_via82cxxx(ide_hwif_t *);
12
13 static ide_pci_device_t via82cxxx_chipsets[] __devinitdata = {
14         {       /* 0 */
15                 .name           = "VP_IDE",
16                 .init_chipset   = init_chipset_via82cxxx,
17                 .init_hwif      = init_hwif_via82cxxx,
18                 .channels       = 2,
19                 .autodma        = NOAUTODMA,
20                 .enablebits     = {{0x40,0x02,0x02}, {0x40,0x01,0x01}},
21                 .bootable       = ON_BOARD,
22         }
23 };
24
25 #endif /* VIA82CXXX_H */