Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/dev/isa Pull up revision 1.47 (requested by jdolecek):



details:   https://anonhg.NetBSD.org/src/rev/c0ac3bef2ef0
branches:  netbsd-1-4
changeset: 470540:c0ac3bef2ef0
user:      he <he%NetBSD.org@localhost>
date:      Sun Apr 30 13:16:19 2000 +0000

description:
Pull up revision 1.47 (requested by jdolecek):
  Fix bug related to allocation / deallocation of bus_space region
  if map of SB I/O space failed.  Fixes PR#9992.

diffstat:

 sys/dev/isa/pas.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2c596684497f -r c0ac3bef2ef0 sys/dev/isa/pas.c
--- a/sys/dev/isa/pas.c Sun Apr 30 13:13:03 2000 +0000
+++ b/sys/dev/isa/pas.c Sun Apr 30 13:16:19 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pas.c,v 1.46 1999/02/18 07:08:36 mycroft Exp $ */
+/*     $NetBSD: pas.c,v 1.46.2.1 2000/04/30 13:16:19 he Exp $  */
 
 /*
  * Copyright (c) 1991-1993 Regents of the University of California.
@@ -389,7 +389,7 @@
            &sc->sc_sbdsp.sc_ioh)) {
                printf("pas: can't map i/o space 0x%x/%d in probe\n",
                    ia->ia_iobase, SBP_NPORT);
-               goto unmap;
+               goto unmap1;
        }
 
        if (sbdsp_reset(&sc->sc_sbdsp) < 0) {



Home | Main Index | Thread Index | Old Index