Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/arch/acorn32/podulebus



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.




Home | Main Index | Thread Index | Old Index