CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/09/18 13:17:00
Modified files:
sys/arch/hp300/dev: mb89352.c
sys/arch/luna88k/dev: mb89352.c
Log message:
Make sure to always initialize the scsi_xfer timeout with timeout_set() early
in spc_scsi_cmd(), so that it is safe to pass it to timeout_del() anytime
(recent scsi changes no longer cause the scsi_xfer timeout to be in an
initialized state).
