From owner-cvs-sys Sun Aug 17 07:06:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA29343 for cvs-sys-outgoing; Sun, 17 Aug 1997 07:06:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA29066; Sun, 17 Aug 1997 07:04:43 -0700 (PDT) From: Jun-ichiro Itoh Received: (from itojun@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id HAA16360; Sun, 17 Aug 1997 07:04:11 -0700 (PDT) Date: Sun, 17 Aug 1997 07:04:11 -0700 (PDT) Message-Id: <199708171404.HAA16360@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/scsi aic7xxx.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk itojun 1997/08/17 07:04:11 PDT Modified files: sys/i386/scsi aic7xxx.c Log: To handle scsi RESERVATION CONFLICT properly in ahc driver. Could somebody please update other drivers so that SCSI_RSVD (0x18) to be handled just like SCSI_BUSY(0x08)? There's no need for extra state, so we use XS_BUSY for SCSI_RSVD too. PR: 4257 Revision Changes Path 1.123 +6 -1 src/sys/i386/scsi/aic7xxx.c