Module Name:    src
Committed By:   matt
Date:           Sun Jul  5 04:53:26 UTC 2015

Modified Files:
        src/sys/arch/vax/uba: uba_mainbus.c

Log Message:
Typo fxi.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/vax/uba/uba_mainbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/vax/uba/uba_mainbus.c
diff -u src/sys/arch/vax/uba/uba_mainbus.c:1.11 src/sys/arch/vax/uba/uba_mainbus.c:1.12
--- src/sys/arch/vax/uba/uba_mainbus.c:1.11	Sun Jul  5 03:03:00 2015
+++ src/sys/arch/vax/uba/uba_mainbus.c	Sun Jul  5 04:53:26 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: uba_mainbus.c,v 1.11 2015/07/05 03:03:00 matt Exp $	   */
+/*	$NetBSD: uba_mainbus.c,v 1.12 2015/07/05 04:53:26 matt Exp $	   */
 /*
  * Copyright (c) 1982, 1986 The Regents of the University of California.
  * All rights reserved.
@@ -68,7 +68,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uba_mainbus.c,v 1.11 2015/07/05 03:03:00 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uba_mainbus.c,v 1.12 2015/07/05 04:53:26 matt Exp $");
 
 #define _VAX_BUS_DMA_PRIVATE
 
@@ -163,7 +163,7 @@ qba_attach(device_t parent, device_t sel
 		} else if (start >= 0) {
 			aprint_normal("sgmap exclusion at %#x - %#x\n", 
 			    start*VAX_NBPG, pgnum*VAX_NBPG - 1);
-			vax_sgmap_resserve(start*VAX_NBPG,
+			vax_sgmap_reserve(start*VAX_NBPG,
 			    (pgnum - start)*VAX_NBPG, &sc->uv_sgmap);
 			start = -1;
 		}

Reply via email to