CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2009/09/24 13:48:51
Modified files: sys/dev/isa : seagate.c wds.c Log message: Make sure the scsi_xfer timeout always get initialized with timeout_set(), since the scsi_done() wrapper will timeout_del() unconditionnaly and the scsi midlayer no longer provides scsi_xfer with zeroed struct timeout. ok dlg@