From owner-cvs-sys Sun Oct 6 15:49:24 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA17500 for cvs-sys-outgoing; Sun, 6 Oct 1996 15:49:24 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA17486; Sun, 6 Oct 1996 15:49:12 -0700 (PDT) Date: Sun, 6 Oct 1996 15:49:12 -0700 (PDT) From: "Justin T. Gibbs" Message-Id: <199610062249.PAA17486@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/scsi aic7xxx.c src/sys/scsi scsi_message.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 96/10/06 15:49:11 Branch: sys/i386/scsi SCSI Modified: sys/i386/scsi aic7xxx.c Log: Oops. Used the wrong variable. This would cause sync negotiation to fail on wide targets. First Wide tester to complain about this: Chuck Cranor Revision Changes Path 1.75.2.5 +3 -3 src/sys/i386/scsi/aic7xxx.c Branch: sys/scsi SCSI Modified: sys/scsi scsi_message.h Log: Fix a typo in the MSG_ISIDENTIFY macro. This is used in the NetBSD aic6380 driver. Noticed by: Chuck Cranor Revision Changes Path 1.1.2.3 +2 -2 src/sys/scsi/scsi_message.h