patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / drivers / ide / pci / opti621.h
1 #ifndef OPTI621_H
2 #define OPTI621_H
3
4 #include <linux/config.h>
5 #include <linux/pci.h>
6 #include <linux/ide.h>
7
8 static void init_setup_opti621(struct pci_dev *, ide_pci_device_t *);
9 static void init_hwif_opti621(ide_hwif_t *);
10
11 static ide_pci_device_t opti621_chipsets[] __devinitdata = {
12         {       /* 0 */
13                 .name           = "OPTI621",
14                 .init_setup     = init_setup_opti621,
15                 .init_hwif      = init_hwif_opti621,
16                 .channels       = 2,
17                 .autodma        = AUTODMA,
18                 .enablebits     = {{0x45,0x80,0x00}, {0x40,0x08,0x00}},
19                 .bootable       = ON_BOARD,
20         },{     /* 1 */
21                 .name           = "OPTI621X",
22                 .init_setup     = init_setup_opti621,
23                 .init_hwif      = init_hwif_opti621,
24                 .channels       = 2,
25                 .autodma        = AUTODMA,
26                 .enablebits     = {{0x45,0x80,0x00}, {0x40,0x08,0x00}},
27                 .bootable       = ON_BOARD,
28         }
29 };
30
31 #endif /* OPTI621_H */