From owner-freebsd-commit Sun Aug 13 08:01:30 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id IAA26249 for commit-outgoing; Sun, 13 Aug 1995 08:01:30 -0700 Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id HAA26123 for cvs-sys-outgoing; Sun, 13 Aug 1995 07:59:50 -0700 Received: (from se@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id HAA26112 ; Sun, 13 Aug 1995 07:59:42 -0700 Date: Sun, 13 Aug 1995 07:59:42 -0700 From: Stefan Esser Message-Id: <199508131459.HAA26112@freefall.FreeBSD.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/pci ncr.c Sender: commit-owner@FreeBSD.org Precedence: bulk se 95/08/13 07:59:41 Modified: sys/pci ncr.c Log: Return an extended status of XS_TIMEOUT (instead of XS_DRIVER_STUFFUP) in case of an unspecific error (most likely software timeout after SCSI bus reset). This will make the generic SCSI code retry the failed command.