Subject: CVS commit: [netbsd-4] src/sys/dev/pci/bktr
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 09/14/2006 05:07:09
Module Name:	src
Committed By:	riz
Date:		Thu Sep 14 05:07:09 UTC 2006

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

Log Message:
Pull up following revision(s) (requested by bouyer in ticket #151):
	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.36 -r1.36.18.1 src/sys/dev/pci/bktr/bktr_core.c
cvs rdiff -r1.7 -r1.7.18.1 src/sys/dev/pci/bktr/bktr_core.h
cvs rdiff -r1.40 -r1.40.6.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.