Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic At least the 53c96 does not work with the selatn3...



details:   https://anonhg.NetBSD.org/src/rev/8cd5831cda34
branches:  trunk
changeset: 500698:8cd5831cda34
user:      briggs <briggs%NetBSD.org@localhost>
date:      Sun Dec 17 03:29:03 2000 +0000

description:
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.

diffstat:

 sys/dev/ic/ncr53c9x.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r cfa6b81b5e00 -r 8cd5831cda34 sys/dev/ic/ncr53c9x.c
--- a/sys/dev/ic/ncr53c9x.c     Sun Dec 17 03:12:30 2000 +0000
+++ b/sys/dev/ic/ncr53c9x.c     Sun Dec 17 03:29:03 2000 +0000
@@ -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 @@
         */
        switch (sc->sc_rev) {
        case NCR_VARIANT_ESP100:
+       case NCR_VARIANT_NCR53C94:
+       case NCR_VARIANT_NCR53C96:
                /* Don't have NCRCMD_SELATN3 */
                selatn3 = 0;
                break;



Home | Main Index | Thread Index | Old Index