Subject: CVS commit: [reinoud-bufcleanup] src/sys
To: None <source-changes@NetBSD.org>
From: Reinoud Zandijk <reinoud@netbsd.org>
List: source-changes
Date: 03/19/2007 23:27:19
Module Name:	src
Committed By:	reinoud
Date:		Mon Mar 19 23:27:19 UTC 2007

Modified Files:
	src/sys/arch/mipsco/mipsco [reinoud-bufcleanup]: disksubr.c
	src/sys/arch/sgimips/sgimips [reinoud-bufcleanup]: disksubr.c
	src/sys/dev/qbus [reinoud-bufcleanup]: rf.c
	src/sys/kern [reinoud-bufcleanup]: vfs_bio.c
	src/sys/sys [reinoud-bufcleanup]: buf.h

Log Message:
Remove direct references to buf->b_un.b_addr instead of using buf->b_data.
This allows UVM- or other structures to be used eventually.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.19.6.1 src/sys/arch/mipsco/mipsco/disksubr.c
cvs rdiff -r1.19 -r1.19.6.1 src/sys/arch/sgimips/sgimips/disksubr.c
cvs rdiff -r1.14 -r1.14.6.1 src/sys/dev/qbus/rf.c
cvs rdiff -r1.171 -r1.171.4.1 src/sys/kern/vfs_bio.c
cvs rdiff -r1.95.6.1 -r1.95.6.2 src/sys/sys/buf.h

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