Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Ross Harvey <ross@netbsd.org>
List: source-changes
Date: 04/14/2001 22:37:19
Module Name:	syssrc
Committed By:	ross
Date:		Sat Apr 14 19:37:19 UTC 2001

Modified Files:
	syssrc/sys/dev/ic: aic7xxx.c

Log Message:
Fix for kernel alignment crash reported on port-alpha. A developer went on
a happy code sweep (in the kernel!) and constified a random selection of
kernel objects. This changed the alignment of the previously-aligned-by-
accident seqprog array, and exposed a lurking bug.  I can't decide if this
is good or bad.


To generate a diff of this commit:
cvs rdiff -r1.68 -r1.69 syssrc/sys/dev/ic/aic7xxx.c

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