update atp870u driver to 0.78 from D-Link source
[linux-2.4.git] / drivers / ide / pci / ns87415.h
1 #ifndef NS87415_H
2 #define NS87415_H
3
4 #include <linux/config.h>
5 #include <linux/pci.h>
6 #include <linux/ide.h>
7
8 static void init_hwif_ns87415(ide_hwif_t *);
9 static void init_dma_ns87415(ide_hwif_t *, unsigned long);
10
11 static ide_pci_device_t ns87415_chipsets[] __devinitdata = {
12         {       /* 0 */
13                 .vendor         = PCI_VENDOR_ID_NS,
14                 .device         = PCI_DEVICE_ID_NS_87415,
15                 .name           = "NS87415",
16                 .init_chipset   = NULL,
17                 .init_iops      = NULL,
18                 .init_hwif      = init_hwif_ns87415,
19                 .init_dma       = init_dma_ns87415,
20                 .channels       = 2,
21                 .autodma        = AUTODMA,
22                 .enablebits     = {{0x00,0x00,0x00}, {0x00,0x00,0x00}},
23                 .bootable       = ON_BOARD,
24                 .extra          = 0,
25         },{
26                 .vendor         = 0,
27                 .device         = 0,
28                 .channels       = 0,
29                 .bootable       = EOL,
30         }
31 };
32
33 #endif /* NS87415_H */