Subject: CVS commit: [netbsd-3] src/sys/dev/pci/bktr
To: None <source-changes@NetBSD.org>
From: Geert Hendrickx <ghen@netbsd.org>
List: source-changes
Date: 09/16/2006 11:28:05
Module Name:	src
Committed By:	ghen
Date:		Sat Sep 16 11:28:05 UTC 2006

Modified Files:
	src/sys/dev/pci/bktr [netbsd-3]: bktr_core.c bktr_core.h bktr_os.c

Log Message:
Pull up following revision(s) (requested by bouyer in ticket #1511):
	sys/dev/pci/bktr/bktr_core.c: revision 1.38
	sys/dev/pci/bktr/bktr_os.c: revision 1.43
	sys/dev/pci/bktr/bktr_core.h: revision 1.8
stop attaching when a bus_dma operation fails, instead of using bogus
addresses.
Remplace vtophys() with proper bus_dma(9) use.
This driver now works properly on Xen


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.33.16.1 src/sys/dev/pci/bktr/bktr_core.c
cvs rdiff -r1.6 -r1.6.16.1 src/sys/dev/pci/bktr/bktr_core.h
cvs rdiff -r1.38 -r1.38.10.1 src/sys/dev/pci/bktr/bktr_os.c

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