Subject: CVS commit: syssrc/sys/arch/acorn32/podulebus
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 09/15/2002 14:00:12
Module Name:	syssrc
Committed By:	bjh21
Date:		Sun Sep 15 11:00:12 UTC 2002

Modified Files:
	syssrc/sys/arch/acorn32/podulebus: icside.c icsidereg.h

Log Message:
Allocate channel structures as part of the softc rather than malloc'ing them
at run time.  This simplifies the code and avoids problems with uninitialised
variables, and if it's good enough for pciide(4), it's good enough for me.

Also normalise the prefix for channel-specific messages.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/acorn32/podulebus/icside.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/acorn32/podulebus/icsidereg.h

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