Fix a typo.
This commit is contained in:
parent
8baabb16e5
commit
5c13e7184b
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: mac68k5380.c,v 1.24 1996/05/25 16:42:24 briggs Exp $ */
|
||||
/* $NetBSD: mac68k5380.c,v 1.25 1996/06/07 01:45:43 briggs Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995 Allen Briggs
|
||||
|
@ -273,7 +273,7 @@ extern u_char ncr5380_no_parchk;
|
|||
|
||||
PID("pdma_ready0");
|
||||
if (pdma_5380_dir) {
|
||||
PID("pdma_ready1.")
|
||||
PID("pdma_ready1.");
|
||||
/*
|
||||
* For a phase mis-match, ATN is a "don't care," IRQ is 1 and
|
||||
* all other bits in the Bus & Status Register are 0. Also,
|
||||
|
@ -530,7 +530,6 @@ ncr5380_drq_intr(p)
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
#if USE_PDMA
|
||||
|
||||
#define SCSI_TIMEOUT_VAL 10000000
|
||||
|
|
Loading…
Reference in New Issue