Correct entries for IRQ_NEVENT1 and IRQ_NEVENT2. They were both out by one.

This now means a disk is detected on my RiscStation board.
This commit is contained in:
chris 2004-01-01 15:51:48 +00:00
parent 039e343f6d
commit 0415feb0e4
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: irqhandler.h,v 1.4 2003/02/08 17:45:49 chris Exp $ */
/* $NetBSD: irqhandler.h,v 1.5 2004/01/01 15:51:48 chris Exp $ */
/*
* Copyright (c) 1994-1996 Mark Brinicombe.
@ -91,9 +91,9 @@
#define IRQ_MSDRX 0x18
#define IRQ_MSDTX 0x19
#define IRQ_ATOD 0x1A
#define IRQ_NEVENT1 0x1A
#define IRQ_NEVENT1 0x1B
#define IRQ_CLOCK 0x1B
#define IRQ_NEVENT2 0x1B
#define IRQ_NEVENT2 0x1C
#define IRQ_PANIC 0x1C
/*#define IRQ_RESERVED2 0x1D*/
/*#define IRQ_RESERVED3 0x1E*/