Subject: CVS commit: [ppcoea-renovation] src/sys/arch/powerpc/pic
To: None <source-changes@NetBSD.org>
From: Tohru Nishimura <nisimura@netbsd.org>
List: source-changes
Date: 06/03/2007 06:49:45
Module Name:	src
Committed By:	nisimura
Date:		Sun Jun  3 06:49:44 UTC 2007

Modified Files:
	src/sys/arch/powerpc/pic [ppcoea-renovation]: pic_openpic.c

Log Message:
- make setup_openpic() to have every SRC_VECTOR(irq) register a value
  0x8000'0000 during initialization.  opic_establish_irq() will assign
  acutual usage values later on.
- note a comment describing that writing S1C bit for OPENPIC_CONFIG
  register should bring the sane initial operation state.  #if-0'ed out
  this time since it remains unknown wether every OpenPIC compliant
  controller behave in the same way.
- nuke struct openpic_ops which contains enable_mask for no use.


To generate a diff of this commit:
cvs rdiff -r1.1.2.7 -r1.1.2.8 src/sys/arch/powerpc/pic/pic_openpic.c

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