From 0794b3a70d6fa3543d0dbd38d097f9b09330a357 Mon Sep 17 00:00:00 2001 From: imp Date: Wed, 16 Mar 2005 20:44:19 +0000 Subject: Define IRQ_NPX for the irq used for the npx. Define macro for a full reset of of npx, as appropriate for the platform. --- sys/pc98/cbus/cbus.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'sys/pc98/cbus') diff --git a/sys/pc98/cbus/cbus.h b/sys/pc98/cbus/cbus.h index 9788cb0..627c0e9 100644 --- a/sys/pc98/cbus/cbus.h +++ b/sys/pc98/cbus/cbus.h @@ -106,6 +106,17 @@ #define RAM_SIZE (RAM_END - RAM_BEGIN) #endif /* !RAM_BEGIN */ +/* + * IRQs + */ +#define IRQ_NPX 8 + +/* + * Npx MD defines + */ +/* full reset of npx: not needed on pc98 */ +#define npx_full_reset() + #define M_NEC_PC98 0x0001 #define M_EPSON_PC98 0x0002 #define M_NOT_H98 0x0010 -- cgit v1.1