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/pmax/pmax Pull up revision 1.54, approved by r...



details:   https://anonhg.NetBSD.org/src/rev/13bed7796c87
branches:  netbsd-1-5
changeset: 488727:13bed7796c87
user:      ad <ad%NetBSD.org@localhost>
date:      Wed Jul 26 11:51:30 2000 +0000

description:
Pull up revision 1.54, approved by releng:
  Allow probe for SCSI tape drives even if no SCSI disk drives are
  configured.

diffstat:

 sys/arch/pmax/pmax/autoconf.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 00d9cf02f872 -r 13bed7796c87 sys/arch/pmax/pmax/autoconf.c
--- a/sys/arch/pmax/pmax/autoconf.c     Wed Jul 26 11:47:57 2000 +0000
+++ b/sys/arch/pmax/pmax/autoconf.c     Wed Jul 26 11:51:30 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.53 2000/03/06 03:15:28 mhitch Exp $     */
+/*     $NetBSD: autoconf.c,v 1.53.4.1 2000/07/26 11:51:30 ad Exp $     */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -43,7 +43,7 @@
  */
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.53 2000/03/06 03:15:28 mhitch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.53.4.1 2000/07/26 11:51:30 ad Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -64,6 +64,7 @@
 #include <dev/scsipi/scsiconf.h>
 
 #include "rz.h"
+#include "tz.h"
 #include "xasc_ioasic.h"
 #include "xasc_pmaz.h"
 
@@ -89,7 +90,7 @@
 
        /* Configuration is finished, turn on interrupts. */
        _splnone();     /* enable all source forcing SOFT_INTs cleared */
-#if NRZ > 0
+#if NRZ > 0 || NTZ > 0
        printf("Beginning old-style SCSI device autoconfiguration\n");
        configure_scsi();
 #endif



Home | Main Index | Thread Index | Old Index