mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Make the NCR driver on the boot floppy kernel not negotiate synch. SCSI
transfers for CDROM drives.
This commit is contained in:
parent
cc63cd5663
commit
85cf6e3f7e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13432
@ -1,6 +1,6 @@
|
||||
/**************************************************************************
|
||||
**
|
||||
** $Id: ncr.c,v 1.55 1996/01/09 19:57:49 se Exp $
|
||||
** $Id: ncr.c,v 1.56 1996/01/10 21:20:57 se Exp $
|
||||
**
|
||||
** Device driver for the NCR 53C810 PCI-SCSI-Controller.
|
||||
**
|
||||
@ -1249,7 +1249,7 @@ static void ncr_attach (pcici_t tag, int unit);
|
||||
|
||||
|
||||
static char ident[] =
|
||||
"\n$Id: ncr.c,v 1.55 1996/01/09 19:57:49 se Exp $\n";
|
||||
"\n$Id: ncr.c,v 1.56 1996/01/10 21:20:57 se Exp $\n";
|
||||
|
||||
static u_long ncr_version = NCR_VERSION * 11
|
||||
+ (u_long) sizeof (struct ncb) * 7
|
||||
@ -3695,7 +3695,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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user