diff options
Diffstat (limited to 'sys/pci/cy_pcireg.h')
-rw-r--r-- | sys/pci/cy_pcireg.h | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/sys/pci/cy_pcireg.h b/sys/pci/cy_pcireg.h index cc3bb60eb0041..412622fe422e7 100644 --- a/sys/pci/cy_pcireg.h +++ b/sys/pci/cy_pcireg.h @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: cy_pcireg.h,v 1.4 1999/01/11 23:35:01 bde Exp $ + * $Id$ */ #define CY_VENDORID_CYCLADES 0x120e @@ -35,15 +35,6 @@ #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 +#define CY_PLX_ICS 0x68 +#define CY_PLX_ICS_IENABLE 0x100 +#define CY_PLX_ICS_LOCAL_IENABLE 0x800 |