Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [reinoud-bufcleanup] src/sys



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.




Home | Main Index | Thread Index | Old Index