From f9130c8f94211e5ea9c1e5ca2c2e795799507051 Mon Sep 17 00:00:00 2001 From: bde Date: Sat, 2 Feb 2002 02:22:51 +0000 Subject: Merged cy_pcireg.h into the one file that uses it (cy_pci.c). --- sys/pci/cy_pci.c | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'sys/pci/cy_pci.c') diff --git a/sys/pci/cy_pci.c b/sys/pci/cy_pci.c index 70af94e..ca128af 100644 --- a/sys/pci/cy_pci.c +++ b/sys/pci/cy_pci.c @@ -47,7 +47,22 @@ #include -#include +#define CY_PCI_BASE_ADDR0 0x10 +#define CY_PCI_BASE_ADDR1 0x14 +#define CY_PCI_BASE_ADDR2 0x18 + +#define CY_PLX_9050_ICS 0x4c +#define CY_PLX_9060_ICS 0x68 +#define CY_PLX_9050_ICS_IENABLE 0x040 +#define CY_PLX_9050_ICS_LOCAL_IENABLE 0x001 +#define CY_PLX_9060_ICS_IENABLE 0x100 +#define CY_PLX_9060_ICS_LOCAL_IENABLE 0x800 + +/* Cyclom-Y Custom Register for PLX ID. */ +#define PLX_VER 0x3400 +#define PLX_9050 0x0b +#define PLX_9060 0x0c +#define PLX_9080 0x0d extern int cyattach_common(void *, int); /* Not exactly correct */ extern void cyintr(int); -- cgit v1.1