Source-Changes-D archive

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

Re: CVS commit: src/sys/dev/fdt



From the commit:

+#define MAX_SPEC_LENGTH 6

Where does 6 come from? I don't see any restrictions on number of cells in the spec.


On Thu, 7 Jan 2016, Marty Fouts wrote:

Module Name:	src
Committed By:	marty
Date:		Thu Jan  7 04:26:44 UTC 2016

Modified Files:
	src/sys/dev/fdt: fdt_intr.c

Log Message:
FDT interrupts - bug fixing

Fix a pair of memory leaks
Add some descriptive messaging in fail cases.
Fix that _by_index wasn't walking the tree upward to find the interrupt-parent.
Fix a pair of messages so they include the function in the text.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/fdt/fdt_intr.c

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