Fedora Core 2 Updates 2.6.10-1.771_FC2
[linux-2.6.git] / drivers / ide / pci / slc90e66.h
1 #ifndef SLC90E66_H
2 #define SLC90E66_H
3
4 #include <linux/config.h>
5 #include <linux/pci.h>
6 #include <linux/ide.h>
7
8 #define DISPLAY_SLC90E66_TIMINGS
9
10 #define SLC90E66_DEBUG_DRIVE_INFO       0
11
12 static unsigned int init_chipset_slc90e66(struct pci_dev *, const char *);
13 static void init_hwif_slc90e66(ide_hwif_t *);
14
15 static ide_pci_device_t slc90e66_chipsets[] __devinitdata = {
16         {       /* 0 */
17                 .name           = "SLC90E66",
18                 .init_chipset   = init_chipset_slc90e66,
19                 .init_hwif      = init_hwif_slc90e66,
20                 .channels       = 2,
21                 .autodma        = AUTODMA,
22                 .enablebits     = {{0x41,0x80,0x80}, {0x43,0x80,0x80}},
23                 .bootable       = ON_BOARD,
24         }
25 };
26
27 #endif /* SLC90E66_H */