From 73e5032ac9be4f4135aabc84bf1c7857f662f1e9 Mon Sep 17 00:00:00 2001 From: thorpej Date: Fri, 5 Jun 1998 17:16:31 +0000 Subject: [PATCH] Define the Pyxis-specific bits in the CIA_CSR_REV register (ID mask, and the ID for the 21174). --- sys/arch/alpha/pci/ciareg.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sys/arch/alpha/pci/ciareg.h b/sys/arch/alpha/pci/ciareg.h index 5a04163858bc..3125f19f9230 100644 --- a/sys/arch/alpha/pci/ciareg.h +++ b/sys/arch/alpha/pci/ciareg.h @@ -1,4 +1,4 @@ -/* $NetBSD: ciareg.h,v 1.19 1998/06/05 00:53:02 thorpej Exp $ */ +/* $NetBSD: ciareg.h,v 1.20 1998/06/05 17:16:31 thorpej Exp $ */ /* * Copyright (c) 1995, 1996 Carnegie-Mellon University. @@ -125,7 +125,10 @@ #define CIA_CSR_REV (CIA_CSRS + 0x80) #define REV_MASK 0x000000ff -#define REV_ALT_MEM 0x00000100 +#define REV_ALT_MEM 0x00000100 /* not on Pyxis */ + +#define REV_PYXIS_ID_MASK 0x0000ff00 +#define REV_PYXIS_ID_21174 0x00000100 #define CIA_CSR_CTRL (CIA_CSRS + 0x100)