Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Back out previous change. It appears to be in er...



details:   https://anonhg.NetBSD.org/src/rev/55829f24bfbe
branches:  trunk
changeset: 500699:55829f24bfbe
user:      briggs <briggs%NetBSD.org@localhost>
date:      Sun Dec 17 04:38:29 2000 +0000

description:
Back out previous change.  It appears to be in error.  There is something
else that is causing the esp driver on the mac68k to fail miserably.

diffstat:

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

diffs (18 lines):

diff -r 8cd5831cda34 -r 55829f24bfbe sys/dev/ic/ncr53c9x.c
--- a/sys/dev/ic/ncr53c9x.c     Sun Dec 17 03:29:03 2000 +0000
+++ b/sys/dev/ic/ncr53c9x.c     Sun Dec 17 04:38:29 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ncr53c9x.c,v 1.64 2000/12/17 03:29:03 briggs Exp $     */
+/*     $NetBSD: ncr53c9x.c,v 1.65 2000/12/17 04:38:29 briggs Exp $     */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -617,8 +617,6 @@
         */
        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