summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-01-15 06:14:12 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-01-15 06:14:12 +0000
commitfbc488b5aac45c5de44219f20efc7ec7ca2f89ee (patch)
tree0fdb57a1f65b719babe1b0a2196ac4b0bfd44d10
parent84e4066ec0cb4695a1b1e2f3e4a1189aaf73db89 (diff)
Notes
-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 ae84b16b8ab6..b34a1797c561 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: ncr.c,v 1.49 1995/09/21 17:27:28 se Exp $
+** $Id: ncr.c,v 1.37.4.4 1995/10/10 00:28:31 davidg Exp $
**
** Device driver for the NCR 53C810 PCI-SCSI-Controller.
**
@@ -1251,7 +1251,7 @@ static void ncr_attach (pcici_t tag, int unit);
static char ident[] =
- "\n$Id: ncr.c,v 1.49 1995/09/21 17:27:28 se Exp $\n";
+ "\n$Id: ncr.c,v 1.37.4.4 1995/10/10 00:28:31 davidg Exp $\n";
u_long ncr_version = NCR_VERSION * 11
+ (u_long) sizeof (struct ncb) * 7
@@ -3707,7 +3707,7 @@ static INT32 ncr_start (struct scsi_xfer * xp)
if (!tp->period) {
if (SCSI_NCR_MAX_SYNC
-#if defined (CDROM_ASYNC) || defined (GENERIC)
+#if defined (CDROM_ASYNC) || defined (GENERIC) || defined (BOOTMFS)
&& ((tp->inqdata[0] & 0x1f) != 5)
#endif
&& (tp->inqdata[7] & INQ7_SYNC)) {