summaryrefslogtreecommitdiffstats
path: root/sys/pci/ncr.c
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1998-09-18 22:41:12 +0000
committergibbs <gibbs@FreeBSD.org>1998-09-18 22:41:12 +0000
commit01f9752c5500adf97fd320a4547b366297e6b6d9 (patch)
tree167f1aa902d1e183322d16e654e4fa19d867604b /sys/pci/ncr.c
parentb1e2d556fc3ac0cf8b7428eac3adb108a35d95c6 (diff)
downloadFreeBSD-src-01f9752c5500adf97fd320a4547b366297e6b6d9.zip
FreeBSD-src-01f9752c5500adf97fd320a4547b366297e6b6d9.tar.gz
Set QUIRK_NOMSG for all devices as was the case in the non-CAM version
of the driver. Why this is necessary (and how identify message handling is performed when this is set) I don't comprehend...
Diffstat (limited to 'sys/pci/ncr.c')
-rw-r--r--sys/pci/ncr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c
index 193039f..52fa6d0 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: ncr.c,v 1.128 1998/09/17 00:08:23 gibbs Exp $
+** $Id: ncr.c,v 1.129 1998/09/17 22:29:02 gibbs Exp $
**
** Device driver for the NCR 53C8XX PCI-SCSI-Controller Family.
**
@@ -1288,7 +1288,7 @@ static void ncr_attach (pcici_t tag, int unit);
static char ident[] =
- "\n$Id: ncr.c,v 1.128 1998/09/17 00:08:23 gibbs Exp $\n";
+ "\n$Id: ncr.c,v 1.129 1998/09/17 22:29:02 gibbs Exp $\n";
static const u_long ncr_version = NCR_VERSION * 11
+ (u_long) sizeof (struct ncb) * 7
@@ -4104,7 +4104,7 @@ ncr_action (struct cam_sim *sim, union ccb *ccb)
/*
** status
*/
- cp->actualquirks = 0;
+ cp->actualquirks = QUIRK_NOMSG;
cp->host_status = nego ? HS_NEGOTIATE : HS_BUSY;
cp->s_status = SCSI_STATUS_ILLEGAL;
cp->parity_status = 0;
OpenPOWER on IntegriCloud