At least the 53c96 does not work with the selatn3 command. Disable it
for both the 53c94 and 53c96. This also addresses PR port-mac68k/11716.
This commit is contained in:
parent
20773350cf
commit
0debc0e91e
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: ncr53c9x.c,v 1.63 2000/12/10 19:25:07 eeh Exp $ */
|
||||
/* $NetBSD: ncr53c9x.c,v 1.64 2000/12/17 03:29:03 briggs Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||
|
@ -617,6 +617,8 @@ ncr53c9x_select(sc, ecb)
|
|||
*/
|
||||
switch (sc->sc_rev) {
|
||||
case NCR_VARIANT_ESP100:
|
||||
case NCR_VARIANT_NCR53C94:
|
||||
case NCR_VARIANT_NCR53C96:
|
||||
/* Don't have NCRCMD_SELATN3 */
|
||||
selatn3 = 0;
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue