Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/mvme68k/dev Pullup 1.5 - 1.6 (approved by tv)



details:   https://anonhg.NetBSD.org/src/rev/b319fd208f9a
branches:  netbsd-1-5
changeset: 489796:b319fd208f9a
user:      scw <scw%NetBSD.org@localhost>
date:      Tue Oct 17 19:49:44 2000 +0000

description:
Pullup 1.5 - 1.6 (approved by tv)
Bring support for MVME162 into the 1.5 branch.

diffstat:

 sys/arch/mvme68k/dev/ncrsc_pcctwo.c |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r cdb329ed5d1a -r b319fd208f9a sys/arch/mvme68k/dev/ncrsc_pcctwo.c
--- a/sys/arch/mvme68k/dev/ncrsc_pcctwo.c       Tue Oct 17 19:48:13 2000 +0000
+++ b/sys/arch/mvme68k/dev/ncrsc_pcctwo.c       Tue Oct 17 19:49:44 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ncrsc_pcctwo.c,v 1.4 2000/03/18 22:33:03 scw Exp $ */
+/*     $NetBSD: ncrsc_pcctwo.c,v 1.4.4.1 2000/10/17 19:49:44 scw Exp $ */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -169,10 +169,7 @@
        siopinitialize(sc);
 
        /* Hook the chip's interrupt */
-       pcc2_reg_write(sys_pcctwo, PCC2REG_SCSI_ICSR, 0);
        pcctwointr_establish(PCCTWOV_SCSI, ncrsc_pcctwo_intr, pa->pa_ipl, sc);
-       pcc2_reg_write(sys_pcctwo, PCC2REG_SCSI_ICSR,
-           pa->pa_ipl | PCCTWO_ICR_IEN);
 
        /*
         * Attach all scsi units on us, watching for boot device



Home | Main Index | Thread Index | Old Index