Source-Changes archive

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

CVS commit: src/sys/dev/raidframe



Module Name:    src
Committed By:   oster
Date:           Thu Jan  1 20:39:58 UTC 2004

Modified Files:
        src/sys/dev/raidframe: rf_dagdegrd.c rf_general.h

Log Message:
Finally cleanup RF_BZERO.  Turns out that 'bp' was only used to obtain
bp->b_proc for mapping userspace buffers to kernelspace in the
original rf_kintf.c.  That means bp isn't of any use in RF_BZERO()
for us, and the macro can be replaced with just the memset().

No functional changes.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/dev/raidframe/rf_dagdegrd.c
cvs rdiff -r1.12 -r1.13 src/sys/dev/raidframe/rf_general.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