Subject: CVS commit: src/sys/arch/sparc64/dev
To: None <source-changes@NetBSD.org>
From: Takeshi Nakayama <nakayama@netbsd.org>
List: source-changes
Date: 04/04/2004 11:53:40
Module Name:	src
Committed By:	nakayama
Date:		Sun Apr  4 11:53:40 UTC 2004

Modified Files:
	src/sys/arch/sparc64/dev: pci_machdep.c

Log Message:
Revert a part of rev. 1.44.

OF_getprop can get only the first "reg" property with a statically
allocated buffer, but prom_getprop cannot.
This should fix a "kernel trap 30: data access exception" when you
invoke a pcictl(8).


To generate a diff of this commit:
cvs rdiff -r1.45 -r1.46 src/sys/arch/sparc64/dev/pci_machdep.c

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