Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jan 2003 14:02:34 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 23217 for review
Message-ID:  <200301052202.h05M2Ysh011036@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=23217

Change 23217 by marcel@marcel_nfs on 2003/01/05 14:02:07

	Bump the count to its maximum (a vector is 8 bits).

Affected files ...

.. //depot/projects/ia64/sys/ia64/include/intrcnt.h#4 edit

Differences ...

==== //depot/projects/ia64/sys/ia64/include/intrcnt.h#4 (text+ko) ====

@@ -32,7 +32,7 @@
 #define	INTRCNT_ISA_IRQ		(INTRCNT_CLOCK + 1)
 #define	INTRCNT_ISA_IRQ_LEN	16
 #define	INTRCNT_OTHER_BASE	(INTRCNT_ISA_IRQ + INTRCNT_ISA_IRQ_LEN)
-#define	INTRCNT_OTHER_LEN	112
+#define	INTRCNT_OTHER_LEN	240
 #define	INTRCNT_COUNT		(INTRCNT_OTHER_BASE + INTRCNT_OTHER_LEN)
 
 /*

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301052202.h05M2Ysh011036>