Subject: CVS commit: src/sys/dev/pci/bktr
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 09/03/2006 19:06:32
Module Name: src
Committed By: bouyer
Date: Sun Sep 3 19:06:32 UTC 2006
Modified Files:
src/sys/dev/pci/bktr: bktr_core.c bktr_core.h bktr_os.c
Log Message:
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.37 -r1.38 src/sys/dev/pci/bktr/bktr_core.c
cvs rdiff -r1.7 -r1.8 src/sys/dev/pci/bktr/bktr_core.h
cvs rdiff -r1.42 -r1.43 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.