OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [drivers/] [ide/] [pci/] [trm290.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
#ifndef TRM290_H
2
#define TRM290_H
3
 
4
#include <linux/config.h>
5
#include <linux/pci.h>
6
#include <linux/ide.h>
7
 
8
extern void init_hwif_trm290(ide_hwif_t *);
9
 
10
static ide_pci_device_t trm290_chipsets[] __devinitdata = {
11
        {       /* 0 */
12
                vendor:         PCI_VENDOR_ID_TEKRAM,
13
                device:         PCI_DEVICE_ID_TEKRAM_DC290,
14
                name:           "TRM290",
15
                init_chipset:   NULL,
16
                init_iops:      NULL,
17
                init_hwif:      init_hwif_trm290,
18
                init_dma:       NULL,
19
                channels:       2,
20
                autodma:        NOAUTODMA,
21
                enablebits:     {{0x00,0x00,0x00}, {0x00,0x00,0x00}},
22
                bootable:       ON_BOARD,
23
                extra:          0,
24
        },{
25
                vendor:         0,
26
                device:         0,
27
                channels:       0,
28
                bootable:       EOL,
29
        }
30
};
31
 
32
#endif /* TRM290_H */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.