Subject: CVS commit: src/sys/arch/arm/xscale
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 06/30/2003 15:27:14
Module Name:	src
Committed By:	thorpej
Date:		Mon Jun 30 15:27:13 UTC 2003

Modified Files:
	src/sys/arch/arm/xscale: i80321_pci.c

Log Message:
PCI-X requires that that devices updated their PCIXSR on every
config write with the device number specified in AD[15:11].  If
we don't set this field when issuing a Type 0 cycle, each device
could end of thinking it is at device 0, which can cause a number
of problems.  Doing this unconditionally should be OK when only
PCI devices are present.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/arch/arm/xscale/i80321_pci.c

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