cvs commit: src/sys/cam/scsi scsi_cd.c scsi_ch.c scsi_da.c scsi_pass.c scsi_pt.c scsi_sa.c scsi_ses.c scsi_target.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Jul 19 14:15:00 PDT 2003
dillon 2003/07/19 14:14:15 PDT
Modified files:
sys/cam/scsi scsi_cd.c scsi_ch.c scsi_da.c scsi_pass.c
scsi_pt.c scsi_sa.c scsi_ses.c
scsi_target.c
Log:
Remove the priority part of the priority|flags argument to tsleep(). Only
flags are passed now. The priority was a user scheduler thingy that is not
used by the LWKT subsystem. For process statistics assume sleeps without
P_SINTR set to be disk-waits, and sleeps with it set to be normal sleeps.
This commit should not contain any operational changes.
Revision Changes Path
1.5 +6 -6 src/sys/cam/scsi/scsi_cd.c
1.4 +4 -4 src/sys/cam/scsi/scsi_ch.c
1.5 +5 -5 src/sys/cam/scsi/scsi_da.c
1.5 +3 -3 src/sys/cam/scsi/scsi_pass.c
1.3 +4 -4 src/sys/cam/scsi/scsi_pt.c
1.5 +5 -5 src/sys/cam/scsi/scsi_sa.c
1.3 +3 -3 src/sys/cam/scsi/scsi_ses.c
1.3 +3 -5 src/sys/cam/scsi/scsi_target.c
More information about the Commits
mailing list