Subject: CVS commit: syssrc/sys/arch/sparc64/dev
To: None <source-changes@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 09/15/2001 22:32:15
Module Name:	syssrc
Committed By:	mrg
Date:		Sat Sep 15 19:32:15 UTC 2001

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

Log Message:
in pci_conf_read() and pci_conf_write(), convert all printf()'s to only
occur if SPDB_CONF (and hence DEBUG).  also convert the panic in
pci_conf_write() to a SPDB_CONF warning and a return.

this cleans up pcictl(8) support.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 syssrc/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.