NetBSD Problem Report #46374

From www@NetBSD.org  Wed Apr 25 08:09:41 2012
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66])
	by www.NetBSD.org (Postfix) with ESMTP id 7899363CD2A
	for <gnats-bugs@gnats.NetBSD.org>; Wed, 25 Apr 2012 08:09:41 +0000 (UTC)
Message-Id: <20120425080940.EC50663C4B1@www.NetBSD.org>
Date: Wed, 25 Apr 2012 08:09:40 +0000 (UTC)
From: henning.petersen@t-online.de
Reply-To: henning.petersen@t-online.de
To: gnats-bugs@NetBSD.org
Subject: Add missing parameters in bus_space_write_real.
X-Send-Pr-Version: www-1.0

>Number:         46374
>Category:       port-sparc
>Synopsis:       Add missing parameters in bus_space_write_real.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    port-sparc-maintainer
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Apr 25 08:10:07 +0000 2012
>Closed-Date:    Wed Apr 25 18:48:29 +0000 2012
>Last-Modified:  Wed Apr 25 18:48:29 +0000 2012
>Originator:     Henning Petersen
>Release:        NetBSD-current
>Organization:
>Environment:
>Description:
Add missing parameters in bus_space_write_real.
>How-To-Repeat:

>Fix:
diff -u -p -r1.317 machdep.c
--- sys/arch/sparc/sparc/machdep.c	19 Feb 2012 21:06:29 -0000	1.317
+++ sys/arch/sparc/sparc/machdep.c	22 Apr 2012 08:42:29 -0000
@@ -2523,7 +2523,7 @@ bus_space_write_4(
 	uint32_t		v)
 {
 	__insn_barrier();
-	bus_space_write_4_real(
+	bus_space_write_4_real(t, h, o, v);
 }

 void

>Release-Note:

>Audit-Trail:
From: "David A. Holland" <dholland@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/46374 CVS commit: src/sys/arch/sparc/sparc
Date: Wed, 25 Apr 2012 08:19:34 +0000

 Module Name:	src
 Committed By:	dholland
 Date:		Wed Apr 25 08:19:33 UTC 2012

 Modified Files:
 	src/sys/arch/sparc/sparc: machdep.c

 Log Message:
 Fix totally uncompilable code. PR 46374 from Henning Petersen.


 To generate a diff of this commit:
 cvs rdiff -u -r1.317 -r1.318 src/sys/arch/sparc/sparc/machdep.c

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

State-Changed-From-To: open->closed
State-Changed-By: dholland@NetBSD.org
State-Changed-When: Wed, 25 Apr 2012 18:48:29 +0000
State-Changed-Why:
fixed, thanks


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.