Subject: CVS commit: syssrc/sys/arch/arm26
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 09/21/2001 00:54:12
Module Name:	syssrc
Committed By:	bjh21
Date:		Thu Sep 20 21:54:12 UTC 2001

Modified Files:
	syssrc/sys/arch/arm26/arm26: genassym.cf
	syssrc/sys/arch/arm26/conf: files.arm26
	syssrc/sys/arch/arm26/ioc: if_eca.c if_eca_fiq.S if_ecavar.h

Log Message:
Re-organise eca(4)'s FIQ handlers.  Now we have a single FIQ handler copied
to zero page, and it branches to either the rx or tx handler.  My intention
is that the tx handler should switch to the rx one the moment it finishes,
without needing a downgrade, which I hope will get rid of the start-of-frame
rx overruns I'm seeing.

While I'm here, move the constants describing the shape of the FIQ state
structures out of if_ecavar.h and into genassym.cf where they belong.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/arm26/arm26/genassym.cf
cvs rdiff -r1.38 -r1.39 syssrc/sys/arch/arm26/conf/files.arm26
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/arm26/ioc/if_eca.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/arm26/ioc/if_eca_fiq.S
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/arm26/ioc/if_ecavar.h

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