ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[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                 .vendor         = PCI_VENDOR_ID_EFAR,
18                 .device         = PCI_DEVICE_ID_EFAR_SLC90E66_1,
19                 .name           = "SLC90E66",
20                 .init_chipset   = init_chipset_slc90e66,
21                 .init_iops      = NULL,
22                 .init_hwif      = init_hwif_slc90e66,
23                 .channels       = 2,
24                 .autodma        = AUTODMA,
25                 .enablebits     = {{0x41,0x80,0x80}, {0x43,0x80,0x80}},
26                 .bootable       = ON_BOARD,
27                 .extra          = 0,
28         },{
29                 .vendor         = 0,
30                 .device         = 0,
31                 .channels       = 0,
32                 .bootable       = EOL,
33         }
34 };
35
36 #endif /* SLC90E66_H */