Subject: CVS commit: src/sys/arch/pmax/tc
To: None <source-changes@NetBSD.org>
From: Michael L. Hitch <mhitch@netbsd.org>
List: source-changes
Date: 01/02/2005 22:34:57
Module Name:	src
Committed By:	mhitch
Date:		Sun Jan  2 22:34:57 UTC 2005

Modified Files:
	src/sys/arch/pmax/tc: tc_maxine.c

Log Message:
Fix long-standing error in interrupt index for Maxine built-in graphics
card.  It was using the same index as the Ethernet interface, but didn't
cause any problems until the new xcfb.c driver installed an interrupt
handler.  Ethernet interrupts went to the xcfb.c interrupt handler and
hung machine.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/arch/pmax/tc/tc_maxine.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.