Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 01/08/2000 14:57:32
Module Name: syssrc
Committed By: oster
Date: Sat Jan 8 22:57:32 UTC 2000
Modified Files:
syssrc/sys/dev/raidframe: rf_driver.c rf_engine.c rf_paritylogging.c
rf_psstatus.c rf_raid1.c rf_raid5.c rf_reconstruct.c rf_shutdown.c
rf_states.c
Log Message:
- nuke calls to rf_get_threadid() and associated #include
- change a bunch of debugging printfs from
"[%d] ...", tid (where tid is the "thread id")
to
"raid%d: ...", raidPtr->raidid
- other minor rototillage
To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 syssrc/sys/dev/raidframe/rf_driver.c
cvs rdiff -r1.8 -r1.9 syssrc/sys/dev/raidframe/rf_engine.c
cvs rdiff -r1.5 -r1.6 syssrc/sys/dev/raidframe/rf_paritylogging.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/dev/raidframe/rf_psstatus.c \
syssrc/sys/dev/raidframe/rf_raid1.c \
syssrc/sys/dev/raidframe/rf_shutdown.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/dev/raidframe/rf_raid5.c
cvs rdiff -r1.9 -r1.10 syssrc/sys/dev/raidframe/rf_reconstruct.c
cvs rdiff -r1.11 -r1.12 syssrc/sys/dev/raidframe/rf_states.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.