From 93728889519a166c695059ad7ce009d345fc9125 Mon Sep 17 00:00:00 2001 From: gdamore Date: Sat, 25 Mar 2006 07:24:01 +0000 Subject: [PATCH] Ooops, forgot to commit some register renames. (Minor cleanups.) --- sys/arch/mips/alchemy/include/aureg.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/sys/arch/mips/alchemy/include/aureg.h b/sys/arch/mips/alchemy/include/aureg.h index dfa96b58ab4e..6775f49fb156 100644 --- a/sys/arch/mips/alchemy/include/aureg.h +++ b/sys/arch/mips/alchemy/include/aureg.h @@ -1,4 +1,4 @@ -/* $NetBSD: aureg.h,v 1.15 2006/03/01 18:35:28 shige Exp $ */ +/* $NetBSD: aureg.h,v 1.16 2006/03/25 07:24:01 gdamore Exp $ */ /* * Copyright 2002 Wasabi Systems, Inc. @@ -109,13 +109,11 @@ #define IC_MASK_SET 0x70 #define IC_MASK_CLEAR 0x74 -#define IC_RISING_EDGE_DETECT 0x78 /* Check/clear rising edge interrupts */ -#define IC_RISING_EDGE_DETECT_CLEAR 0x78 +#define IC_RISING_EDGE 0x78 /* Check/clear rising edge */ -#define IC_FAILLING_EDGE_DETECT 0x7c /* Check/clear falling edge interrupts */ -#define IC_FAILLING_EDGE_DETECT_CLEAR 0x7c +#define IC_FALLING_EDGE 0x7c /* Check/clear falling edge */ -#define IC_TEST_BIT 0x80 /* single bit source select testing register */ +#define IC_TEST_BIT 0x80 /* single bit source select */ /* * Interrupt Configuration Register Functions