ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.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
10 static ide_pci_device_t ns87415_chipsets[] __devinitdata = {
11         {       /* 0 */
12                 .vendor         = PCI_VENDOR_ID_NS,
13                 .device         = PCI_DEVICE_ID_NS_87415,
14                 .name           = "NS87415",
15                 .init_chipset   = NULL,
16                 .init_iops      = NULL,
17                 .init_hwif      = init_hwif_ns87415,
18                 .channels       = 2,
19                 .autodma        = AUTODMA,
20                 .enablebits     = {{0x00,0x00,0x00}, {0x00,0x00,0x00}},
21                 .bootable       = ON_BOARD,
22                 .extra          = 0,
23         },{
24                 .vendor         = 0,
25                 .device         = 0,
26                 .channels       = 0,
27                 .bootable       = EOL,
28         }
29 };
30
31 #endif /* NS87415_H */