From 9e97d1cc1720d11b9640c50fb6face75f4153686 Mon Sep 17 00:00:00 2001 From: thorpej Date: Wed, 29 Apr 1998 03:09:26 +0000 Subject: [PATCH] Define Pyxis Interrupt Mask and General Purpose Output registers. --- sys/arch/alpha/pci/ciareg.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys/arch/alpha/pci/ciareg.h b/sys/arch/alpha/pci/ciareg.h index d748a7c05123..6e28507dd0c7 100644 --- a/sys/arch/alpha/pci/ciareg.h +++ b/sys/arch/alpha/pci/ciareg.h @@ -1,4 +1,4 @@ -/* $NetBSD: ciareg.h,v 1.13 1997/10/27 01:08:47 thorpej Exp $ */ +/* $NetBSD: ciareg.h,v 1.14 1998/04/29 03:09:26 thorpej Exp $ */ /* * Copyright (c) 1995, 1996 Carnegie-Mellon University. @@ -71,6 +71,9 @@ #define CIA_PCI_W3MASK 0x8760000740UL #define CIA_PCI_T3BASE 0x8760000780UL +#define PYXIS_INT_MASK 0x87a0000040UL +#define PYXIS_GPO 0x87a0000180UL + /* * Values for CIA_PCI_TBIA */