Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/sbus There is no readily available tool to set NVRAM...



details:   https://anonhg.NetBSD.org/src/rev/dbb5c40b340f
branches:  trunk
changeset: 480505:dbb5c40b340f
user:      mjacob <mjacob%NetBSD.org@localhost>
date:      Fri Jan 14 08:43:17 2000 +0000

description:
There is no readily available tool to set NVRAM on isp's on sparc,
so ignore it.

diffstat:

 sys/dev/sbus/isp_sbus.c |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 043a3f23e44f -r dbb5c40b340f sys/dev/sbus/isp_sbus.c
--- a/sys/dev/sbus/isp_sbus.c   Fri Jan 14 08:22:42 2000 +0000
+++ b/sys/dev/sbus/isp_sbus.c   Fri Jan 14 08:43:17 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: isp_sbus.c,v 1.20 2000/01/09 18:55:11 mjacob Exp $ */
+/* $NetBSD: isp_sbus.c,v 1.21 2000/01/14 08:43:17 mjacob Exp $ */
 /*
  * SBus specific probe and attach routines for Qlogic ISP SCSI adapters.
  *
@@ -197,6 +197,10 @@
        sbc->sbus_poff[DMA_BLOCK >> _BLK_REG_SHFT] = DMA_REGS_OFF;
 
        isp->isp_confopts = self->dv_cfdata->cf_flags;
+       /*
+        * There's no tool on sparc to set NVRAM for ISPs, so ignore it.
+        */
+       isp->isp_confopts |= ISP_CFG_NONVRAM;
        ISP_LOCK(isp);
        isp_reset(isp);
        if (isp->isp_state != ISP_RESETSTATE) {



Home | Main Index | Thread Index | Old Index